SpringBoot Upgrade Hibernate to 6.4.4.Final

https://github.com/spring-projects/spring-boot/blob/50301a5e63dd2555947ab71afd3ab40e0854563e/spring-boot-project/spring-...

SpringBoot Spring Boot 3 DispatcherServlet not logging traceId (Impact on Error logging)

TraceId and SpanId are not getting logged by spring boot DispatcherServlet which also affecting error logging.Any except...

SpringBoot Disable annotation processing in AOT compilation step

By default, the compiler attempts to discover annotation processors from the classpath. This can have side effect on cod...

SpringBoot Bump gradle/gradle-build-action from 3.0.0 to 3.1.0

Bumps gradle/gradle-build-action from 3.0.0 to 3.1.0.Release notesSourced from gradle/gradle-build-action's releases.v3....

SpringBoot Migrate to gradle/actions/setup-gradle

See the note in https://github.com/gradle/gradle-build-action:

SpringBoot Upgrade to Brave 6 and Zipkin Reporter 3

This updates to Brave 6 and Zipkin Reporter 3 which are compatible with the classpath of Otel 1.35Here are some new feat...

SpringBoot Duplicated traceId when using @NewSpan and datasource-micrometer auto-configured

Hello,I originally posted this issue in the micrometer tracing, but since it seems to be related to multiple dependencie...

SpringBoot Add note regarding mixing of bundle-based and direct SSL configuration

Change SummaryClarify that mixing of bundle-based configuration and directly configuring the server's SSL settings is no...

SpringBoot Using SSL Bundle for server configuration ignores other server options

I am attempting to use an SSL Bundle to configure the certificate used by the embedded web server.If I do something like...

SpringBoot Image building runs for a long time when a long image name is used and the tag contains an illegal character

Change SummarySimplify regular expression checking for validity of Image Reference to fix Catastrophic Backtracking for ...

SpringBoot bootBuildImage runs forever when a custom image name is used and the tag contains an illegal character

Spring Boot Version: 3.2.1IssueGiven a image reference <hostname>/<library>/<artifact>:1.0.0+1.2.3 Whe...

SpringBoot Consider defining a bean of type in your configuration.

I have this situation with my code even after I added the @Component, @Service and @Repository annotation to my classes:...

SpringBoot Configure suitable TaskExecutor for WebSocket when virtual threads are enabled

For WebSocket support the preconfigured ThreadExecutor is set for ChannelRegistrations similar to the JpaRepositoriesAut...

SpringBoot Configure suitable TaskExecutor for WebSocket when virtual threads are enabled

A recent issue in Spring Framework (https://github.com/spring-projects/spring-framework/issues/32081) made us aware that...

SpringBoot Document that task executor pool size properties are ignored when using virtual threads

Change SummaryDocument that task executor pool size properties are ignored when using virtual threadsIssuehttps://github...

SpringBoot Document that task executor pool size properties are ignored when using virtual threads

Hello dear team,I noticed, that setting spring.threads.virtual.enabled to true, will always lead to the usage of SimpleA...

SpringBoot Checkbox object binding form fails on Spring Boot 2.3.1.RELEASE

Hi AllFirst of all I hope this is the correct repository to post this issue, it may be more suitable for the spring-fram...

SpringBoot Allow more configuration for ConditionalOnProperty

I was wanting to make use of @ConditionalOnProperty in a project recently and expected it to evaluate false if the value...

SpringBoot Re-order route registration for GraphQL WebMvc / WebFlux

Re-order the route registrations for GraphQL requests so that the most commonly matched path is evaluated first.The comm...

SpringBoot Getting object scala in compiler mirror not found issue while running the application using jar

I have a multi-module application which has a java HTTP application (springboot, java 11) in one module and scala code i...
上一页 下一页
.