Nineya
Home
Blog
SpringBoot Upgrade to JUnit Jupiter 5.12.0
2025-03-08 14:01:31
255
Upgrade to JUnit Jupiter 5.12.0.Comment From: snicollThis breaks the build as we're using code that's now deprecated but...
SpringBoot Relocate OpenTelemetryLoggingAutoConfiguration and SdkLoggerProviderBuilderCustomizer to an OpenTelemetry-specific package
2025-03-08 14:01:22
453
OpenTelemetryLoggingAutoConfiguration and SdkLoggerProviderBuilderCustomizer are in org.springframework.boot.actuate.aut...
SpringBoot Build image fails when builder registry requires authentication with a credential helper
2025-03-08 14:01:13
4334
Running spring-boot:build-image fails when the builder configured in the spring-boot-maven-plugin is not in a public rep...
SpringBoot spring-mail 3.2.5 intermittent error from HELO/EHLO
2025-03-08 14:01:02
28695
Error descriptionHello spring boot team,I noticed intermittent error from my spring boot application that uses spring ma...
SpringBoot Provide configuration properties for customising the auto-configured BatchSpanProcessor
2025-03-08 14:00:49
1539
Below are internal Otel properties are not auto-configured it requires to create a bean to populate non-default valuesPe...
SpringBoot Retry Policy for OtlpHttpSpanExporter and OtlpGrpcSpanExporter are not auto-configured
2025-03-08 14:00:40
1655
It requires to override Beans for OtlpHttpSpanExporter and OtlpGrpcSpanExporter, in order to populate RetryPolicyIn this...
Spring Document that Spring Framework 6.x does not yet support JSpecify annotations
2025-03-08 14:00:21
989
Maybe it could be nice to mention explicitly in documentation that Spring FWK 6.x doesn't support JSpecify.When looking ...
Spring Add support for using a record for request paramaters on @GetExchange-annotated method
2025-03-07 14:00:33
4119
Hello team,Just wanted to reach out with an issue / enhancement request.Spring introduced the http interface (http excha...
Spring Upgrade match check in WebSocketHandlerMapping does not work if handler mapped to "/*"
2025-03-07 14:00:14
886
I register a websocket with path '/*' and also called webSocketHandlerMapping.setWebSocketUpgradeMatch(true) in my progr...
Spring Regression in 6.2.3: No unique bean available for injection point with unresolvable generics
2025-03-06 14:01:15
5365
Autowiring does not find a suitable candidate in 6.2.3 any more. Throws an exception on startup. This used to work with ...
Spring BeanNotOfRequiredTypeException if @Bean factory method returns null
2025-03-06 14:01:05
8161
I've upgraded our app from spring 3.3.5 to 3.4.3 and on the newer version the app is throwing the following error on ini...
Spring Introduce OptionalToObjectConverter
2025-03-06 14:00:41
598
OverviewWe have an ObjectToOptionalConverter since Spring Framework 4.1; however, we do not have a standard Converter fo...
Spring Security Security SpEL Expressions Should Propagate AuthorizationDeniedException from Proxied Objects
2025-03-05 14:04:05
135
Related to #14600, if a proxied method in a spel expression throws and AuthorizationDeniedException, this should be prop...
Spring AI [Bug] mcp Unrecognized field \"tools\
2025-03-05 14:03:55
1056
i used cursor add mcp,There is indeed a 'tools' field under 'capabilities'.However, according to the MCP specification o...
Spring AI Prevent tools from being added to prompt if current security context doesn't have authority.
2025-03-05 14:03:37
1886
Per #2356, I'm trying to prevent @Tool-annotated methods (or even Function beans from being invoked using Spring Securit...
Spring AI 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:03:29
1407
link:https://github.com/spring-projects/spring-framework/issues/34534Spring AI defines a "functioncall". When the return...
SpringBoot Autoconfigure taskExecutor for Spring Integration default poller
2025-03-05 14:03:20
2115
I created a simple Spring Boot demo project for testing remote partitioning with spring-integration-kafka, I found that ...
SpringBoot @WebMvcTest are not starting with Version 3.4.3 of Spring Boot
2025-03-05 14:03:00
5948
To whom it may concern, after the upgrade to Spring-Boot 3.4.3 the @WebMvcTest annotation does not seem to work anymore....
SpringBoot Spring boot gradle plugin documentation must also mention about distributions configuration
2025-03-05 14:02:52
1509
Hello,I think spring boot gradle plugin also adds org.gradle.api.distribution.plugins.DistributionPlugintransitively.Whe...
SpringBoot Default ddl-auto create-drop applied to non-embedded database
2025-03-05 14:02:44
1412
After updating Spring Boot from 3.3.5 to 3.4.3, the default ddl-auto create-drop will be applied to the non-embedded dat...
上一页
下一页
1
…
9
10
11
12
13
…
2246
.