Nineya
Home
Blog
SpringBoot Upgrade to Spring Framework 6.0.2
2025-01-07 04:34:30
547
Let's upgrade to the first maintenance version of Spring Framework 6.0.See https://github.com/spring-projects/spring-fra...
SpringBoot Use classfier 'jakarta' for QueryDSL dependency, since Spring Boot 3 upgraded to Hibernate 6
2025-01-07 04:34:28
494
As Spring Boot 3 upgraded to Hibernate 6, it uses jakarta.persistence api.In order to support new jakarts.persistence ap...
SpringBoot Stop testing against Gradle 7.6 RCs
2025-01-07 04:34:25
438
Since we started testing against the Gradle 7.6 RCs we've seen a marked increase in test flakiness. The flaky failures a...
SpringBoot Document observation for R2DBC
2025-01-07 04:34:20
93
Add a link to the R2DBC observation repo in documentation.Comment From: mhalbritterThank you!
SpringBoot DataSourceJmxConfiguration ignores spring.jmx.enabled=false
2025-01-07 04:34:17
1295
boot version 2.7.5Simple app made with Initializr and spring-boot-starter-jdbc dependency.In the application.yml I have:...
SpringBoot Tencent/APIJSON ORM supports SpingBoot 🎉
2025-01-07 04:34:13
2692
SpingBoot is a great web framework, now Tencent APIJSON ORM has already supported it 🎉Usage11 demos: APIJSONDemo-xxx, AP...
SpringBoot Align Tomcat multiple connectors example with recommendation to configure SSL declaratively
2025-01-07 04:25:21
460
The "Configure SSL" section says that "we recommend using application.properties to configure HTTPS, as the HTTP connect...
SpringBoot Align Tomcat multiple connectors example with recommendation to configure SSL declaratively
2025-01-07 04:25:19
220
Forward port of issue https://github.com/spring-projects/spring-boot/issues/28707 to 3.0.x.Comment From: mhalbritterClos...
SpringBoot ConditionalOnClass not working for Bean methods on Java 8
2025-01-07 04:25:16
10090
When I have the following auto configuration @Configurationpublic class DemoAutoConfiguration { @Bean @Conditional...
SpringBoot Missing AutoConfigureWebTestClient in "Testing with a running server"
2025-01-07 04:25:12
2515
From @amirensit on Gitter:HelloIn the example of this section of spring boot testing documentation, Is there a missing @...
SpringBoot Actuator document is misleading about k8s startup probe
2025-01-07 04:25:08
5039
Actuator reference says: If an application takes longer to start than the configured liveness period, Kubernetes mention...
SpringBoot Cannot deploy war file to Tomcat with mybatis-spring-boot on 3.0.0-SNAPSHOT
2025-01-07 04:25:06
15801
When use the latest Spring Boot 3.0.0-SNAPSHOT together with mybatis-spring-boot 3.x(under development), we cannot deplo...
SpringBoot Stackoverflow error when @Controller used for not existing view
2025-01-07 04:24:59
3288
Hi I'm using latest springboot-starter-web version 2.7.5. implementation 'org.springframework.boot:spring-boot-start...
SpringBoot Tracer library HTTP instrumentation is auto-configured unnecessarily
2025-01-07 04:24:57
299
Since it was decided that instead of using the tracing libraries (Brave, OTel) HTTP support, we will do something simila...
SpringBoot Auto-configuration ignores user-provided ObservationConventions
2025-01-07 04:24:54
3061
With the move to micrometer observability, the WebClientExchangeTagsProvider and RestTemplateExchangeTagsProvicer have b...
SpringBoot @ConfigurationProperties should bind simple properties using same class more than once in their path
2025-01-07 04:24:51
3615
Simple property values using same class more than once in their path seems ignored with @ConfigurationProperties.@Config...
SpringBoot Support setting KafkaAdmin#operationTimeout via externalised configuration
2025-01-07 04:24:40
784
I have a Spring Boot application that makes use of Kafka via spring-kafka. Recently I have started observing timeouts w...
SpringBoot Configuration property binding does not deal with bridge methods
2025-01-07 04:24:37
3266
SummaryIf a bean class contains multiple getter/setter methods with a same name but different types, the binding mechani...
SpringBoot Upgrade to Jackson 2.14.1
2025-01-07 04:24:26
447
Upgrading in particular for https://github.com/FasterXML/jackson-databind/issues/3665Comment From: bclozelWe can't upgr...
SpringBoot io.micrometer.tracing.Tracer on the classpath breaks AOT processing for tests
2025-01-07 04:24:24
4871
Adding this dependencyimplementation 'io.micrometer:micrometer-tracing-bridge-brave'with SB 3.0.0-SNAPSHOT is enough to ...
上一页
下一页
1
…
1872
1873
1874
1875
1876
…
2246
.