Nineya
Home
Blog
软著申请
SpringBoot Upgrade Hibernate to 6.4.4.Final
2025-01-07 18:08:36
1035
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)
2025-01-07 18:08:33
6012
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
2025-01-07 18:08:31
2517
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
2025-01-07 18:08:28
3132
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
2025-01-07 18:08:24
62
See the note in https://github.com/gradle/gradle-build-action:
SpringBoot Upgrade to Brave 6 and Zipkin Reporter 3
2025-01-07 18:08:19
8109
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
2025-01-07 18:08:16
3102
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
2025-01-07 18:08:05
1445
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
2025-01-07 18:08:02
1861
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
2025-01-07 18:07:58
1655
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
2025-01-07 18:07:55
1254
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.
2025-01-07 18:07:52
4815
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
2025-01-07 18:07:49
179
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
2025-01-07 18:07:46
525
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
2025-01-07 18:07:43
197
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
2025-01-07 18:07:40
1194
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
2025-01-07 18:07:37
3215
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
2025-01-07 18:07:33
1138
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
2025-01-07 18:07:30
419
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
2025-01-07 18:07:28
2397
I have a multi-module application which has a java HTTP application (springboot, java 11) in one module and scala code i...
上一页
下一页
1
…
1719
1720
1721
1722
1723
…
2246
.