Nineya
Home
Blog
SpringBoot Use convention based doc code imports
2025-01-07 02:16:59
270
Related to #29499. When https://github.com/spring-io/spring-asciidoctor-backends/issues/56 is in a released version we c...
SpringBoot Add Kotlin alternatives to Java samples
2025-01-07 02:16:55
1351
In this PR, I'm adding the Kotlin alternatives to Java samples in the Spring Boot reference. They are mostly translated ...
SpringBoot Deadlock on JPA EntityListener instantiation
2025-01-07 02:16:49
14357
I've tried to build a minimal reproduction of the deadlock issue I mentioned in #16230, this is what I've come up with s...
SpringBoot spring-boot-dependencies contains dependency management for spring-boot-starter-jta-atomikos which no longer exists
2025-01-07 02:16:46
156
Similar to https://github.com/spring-projects/spring-boot/issues/29645, dependency management for spring-boot-starter-jt...
SpringBoot Adjust test schema DDLs for compatibility with H2 2.x
2025-01-07 02:16:43
630
This PR is related to #29034 and shall help to support H2 v2.0.x with Spring Boot. It adjusts all DDLs for tests such th...
SpringBoot Batch tests use a custom HSQL schema while running on H2
2025-01-07 02:16:38
192
As discovered by @hpoettker in #29200, the auto-configuration tests for Spring Batch uses a custom schema file that is ...
SpringBoot spring-boot-dependencies contains dependency management for spring-boot-starter-activemq which no longer exists
2025-01-07 02:16:35
343
Even though the spring-boot-dependencies-3.0.0-M1.pom lists the spring-boot-starter-activemq-3.0.0-M1 as a dependency, s...
SpringBoot Use consistent package names for documentation samples
2025-01-07 02:16:31
187
Some of our documentation packages have drifted from the title anchors. We need to align them so that we can make use of...
SpringBoot Spring Boot 2.2.0-M2 RSocket issue start netty server
2025-01-07 02:16:28
8180
exception stackjava.lang.TypeNotPresentException: Type org.springframework.jdbc.CannotGetJdbcConnectionException not pre...
SpringBoot Upgrade to Tomcat 9.0.58
2025-01-07 02:16:25
605
Supersedes #29245Comment From: astellingwerfHi @snicoll , would this change be released as a 2.6.x release? Without it, ...
SpringBoot BufferingApplicationStartup fails with NoSuchElementException
2025-01-07 02:16:21
7886
Very rarely my application run fails with following error:[main] ERROR o.s.boot.SpringApplication - Application run fail...
SpringBoot Allow providing additional ThreadPoolTaskExecutor while keeping TaskExecutionAutoConfiguration
2025-01-07 02:16:18
2996
I want to use a custom @Async("singleThreadExecutor") for only one of my methods. All others should still be using the ...
SpringBoot Declared defaults do not get property references replace
2025-01-07 02:16:14
7665
Assume you declare a configuration properties class like this:@ConstructorBinding@ConfigurationProperties("sample&q...
SpringBoot Upgrade Java 17 version in CI image
2025-01-07 02:16:10
128
https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.2%2B8/OpenJDK17U-jdk_x64_linux_hotspot_17.0.2_...
SpringBoot Upgrade Java 17 version in CI image
2025-01-07 02:16:06
128
https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.2%2B8/OpenJDK17U-jdk_x64_linux_hotspot_17.0.2_...
SpringBoot Upgrade Java 17 version in CI image
2025-01-07 02:16:03
128
https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.2%2B8/OpenJDK17U-jdk_x64_linux_hotspot_17.0.2_...
SpringBoot Upgrade Java 17 version in CI image
2025-01-07 02:15:59
128
https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.2%2B8/OpenJDK17U-jdk_x64_linux_hotspot_17.0.2_...
SpringBoot Consider generics in @ConditionalOnMissingBean when possible
2025-01-07 02:15:56
1617
Consider the following scenario:// loaded via spring factoriespublic class SomeAutoConfiguration { @ConditionalOnMiss...
SpringBoot #24877 still occurring when trying to read RequestMappingInfo directly
2025-01-07 02:15:51
3290
I have a method that is reading the mapping info in order to work with/validate api connectors protected String getHa...
SpringBoot When spring.mvc.pathmatch.matching-strategy is set to path-pattern-parser, the error handling of a management server listening on a separate port is broken
2025-01-07 02:15:47
6916
For example, accessing an endpoint that isn't exposed (so a 404 should be returned) results in a 500:HTTP/1.1 500 Connec...
上一页
下一页
1
…
1968
1969
1970
1971
1972
…
2246
.