Nineya
Home
Blog
SpringBoot NPE in NestedExceptionUtils.getMostSpecificCause
2025-03-05 14:02:36
940
This happens only on 3.4.3. (Reverting back to 3.4.2 solved the issue, so should be just a regression)The stack trace is...
SpringBoot Remove MessageSourceAutoConfigurationIntegrationTests, MessageSourceAutoConfigurationProfileTests, and SpringJUnitTests
2025-03-05 14:02:16
512
All three tests appear to be testing functionality that's tested elsewhere.MessageSourceAutoConfigurationIntegrationTest...
SpringBoot Support Kotlin/Multiplatform Gradle plugin natively
2025-03-05 14:02:08
1524
It would be nice if Spring-boot Gradle plugin could support natively Kotlin/Multiplatform ("org.jetbrains.kotlin.multipl...
SpringBoot Upgrade from Spring Boot 3.3.1 to Spring Boot 3.4.1 appears to have caused performance regression
2025-03-05 14:02:00
1761
We are seeing this at the median and p99 across multiple servicesAPI Service 1BeforeAfter (this reaches less than half ...
SpringBoot Spring boot 3.4.3 breaks flyway with Postgres
2025-03-05 14:01:42
8427
I upgraded an existing Spring Boot Application using Postgres from 3.2.5 to latest 3.4.3. The application now won't sta...
Spring Tomcat can not handle responses correctly which contain both Connection: close and Transfer-Encoding: chunked headers
2025-03-05 14:01:20
2224
I have a spring boot based server and a client app which both of them runs on embedded tomcat. I call server app via 3rd...
Spring testXlsxStreamingView and testAge failures while building web mvc
2025-03-05 14:01:12
7782
I'm currently trying to build spring-webmvc for version 6.0.2 with all tests passing. While the build completes successf...
Spring GenericConversionService cannot find a converter when converting to a Kotlin list of maps
2025-03-05 14:00:54
3088
This test works fine in Spring 6.2.2 but fails in 6.2.3.It is probably related to this fix: #34298.package com.exampleim...
Spring In Spring AI, if a functioncall's return value doesn't match its description, it can trigger an infinite loop by repeatedly accumulating and calling the large model interface with the incorrect return value.
2025-03-05 14:00:39
1242
Spring AI defines a "functioncall". When the return value is inconsistent with the description, for example, if it's def...
Pandas Add "semester" as a time/date component to DatetimeIndex
2025-03-04 14:09:58
3397
Groupby is missing "semester"from datetime import *import pandas as pdimport numpy as npdf = pd.DataFrame()days = pd.dat...
Pandas BUG: loc[] returns object type instead of float
2025-03-04 14:09:28
7513
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Keras Dense layer not built when created in init - leads to undefined shape and unable to be used in call
2025-03-04 14:08:54
8403
From the example https://keras.io/examples/vision/vit_small_ds/ when building the projection layer self.projection is un...
Keras keras.src.models.functional.Functional.__init__() got multiple values for keyword argument 'inputs'
2025-03-04 14:08:31
23143
Probably typo.@keras.saving.register_keras_serializable()class DummyModel(keras.Model): def __init__( self, ...
Spring Security oauth2: make it less painful to use a proxy
2025-03-04 14:07:34
342
Expected BehaviorUsing a proxy should be much simpler as it's a common use caseCurrent BehaviorRequires applying proxy s...
Spring Security Spring Security HTTP headers not added for large files
2025-03-04 14:07:24
2737
I made a Spring Boot application using version 3.3.7. I have configured my endpoint to generate some HTTP headers, using...
Spring AI SyncMcpToolCallback call fails with UnsupportedOperationException if ToolContext is set
2025-03-04 14:02:47
947
Bug descriptionIntegrating and calling an MCP Tool with an existing Spring AI application that uses a ToolContext will r...
Spring AI There are too few ways to split the document.
2025-03-04 14:02:30
160
Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested....
Spring AI Garbage collected without being shut down! ~*~*~* Make sure to call shutdown()/shutdownNow()
2025-03-04 14:02:22
2053
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...
Spring AI Cannot disable OpenAiModerationModel when using OpenAiAutoConfiguration
2025-03-04 14:02:04
1826
Bug descriptionAll of the Beans in the OpenAiAutoConfiguration class that require an API key have an option to disable t...
SpringBoot Logging a Path object using structured logging throws StackOverflowError
2025-03-04 14:01:44
4391
Structured logging has infinite loop and throws StackOverflowError when attempting to log a Path object.Tested with spri...
上一页
下一页
1
…
10
11
12
13
14
…
2246
.