Nineya
Home
Blog
SpringBoot Remove KafkaPropertiesKafka24Tests
2025-01-07 02:23:14
157
No longer applicable.Comment From: wilkinsonaGiven that we're on Kafka 2.7 in Boot 2.5.x, I think we could afford to get...
SpringBoot Update javadoc to reflect move from WebSecurityConfigurerAdapter to SecurityFilterChain
2025-01-07 02:23:10
434
We moved to SecurityFilterChain in https://github.com/spring-projects/spring-boot/commit/0818f27f44317c52f66b9f0e7030fa8...
SpringBoot Upgrade to OkHttp 4.9.3
2025-01-07 02:23:06
3339
I propose to update to OkHttp 4 for Spring Boot 2.2.x.Despite being a new major version, it's binary and java-source com...
SpringBoot I can not find branch or tag of 2.2.9 version
2025-01-07 02:23:02
352
I wonder i can not find branch or tag of 2.2.9 version.I want to study the source code with springboot 2.2.9。thanks a lo...
SpringBoot After update to spring boot 2.6.3 from 2.5.8 hibernate does not work in some query syntax
2025-01-07 02:22:58
14368
i have update spring boot from 2.5.x to 2.6.3 and now the query like:@Query("select count(s.subjectId) from PreCheckEnqu...
SpringBoot The active profiles log message is ambiguous when a profile's name contains a comma
2025-01-07 02:22:55
2939
Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contr...
SpringBoot Spring boot 2.6.2,MongoDB2.6.2,Kafka2.8.1
2025-01-07 02:22:49
4194
We have mongo db ChangeStream implementation in our application (spring-boot). We had spring-boot 2.4.13 (mongo 2.4.4 an...
SpringBoot Event listener is not fired in a SpringBootTest
2025-01-07 02:22:45
1739
Hello,I've asked a question on StackOverflow but got no answers. Since I consider the behaviour a bug, I'm opening this ...
SpringBoot Upgrade to AssertJ 3.22.0
2025-01-07 02:22:41
305
Comment From: cmuchinskyAny chance of a backport to 2.6?Comment From: wilkinsonaI'm afraid not. We won't upgrade to a ne...
SpringBoot Move our auto-configurations from spring.factories to new file
2025-01-07 02:22:36
457
In #29872 a new file for auto-configuration discovery has been introduced. Our auto-configurations are still referenced ...
SpringBoot Upgrade Java 11 version in CI image
2025-01-07 02:22:31
134
https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1%2B1/OpenJDK11U-jdk_x64_linux_hotspot_11.0...
SpringBoot Upgrade Java 11 version in CI image
2025-01-07 02:22:28
134
https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1%2B1/OpenJDK11U-jdk_x64_linux_hotspot_11.0...
SpringBoot Upgrade Java 11 version in CI image
2025-01-07 02:22:25
134
https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1%2B1/OpenJDK11U-jdk_x64_linux_hotspot_11.0...
SpringBoot The active profiles log message is ambiguous when a profile's name contains a comma
2025-01-07 02:22:22
2246
Syntax improvement in the log output:The standard logging output reports the active profile(s) used but the sentence is ...
SpringBoot Prohibit use of APIs that prevent task configuration avoidance in Gradle plugin's main source code
2025-01-07 02:22:16
430
We've had a few goes at using Gradle's configuration avoidance APIs, but https://github.com/spring-projects/spring-boot/...
SpringBoot Fix Javadoc since for ResolveMainClassName#setClasspath(Object)
2025-01-07 02:22:13
164
This PR fixes Javadoc @since tag for ResolveMainClassName#setClasspath(Object).See gh-29672Comment From: wilkinsonaOops!...
SpringBoot Migrate auto-configurations to @AutoConfiguration
2025-01-07 02:22:10
136
In #29870 a new annotation for auto-configurations have been created. Update our existing auto-configurations to use the...
SpringBoot Setting spring.r2dbc.pool.enabled breaks config
2025-01-07 02:22:07
1301
If I enabled pooling, I get this error:Parameter 1 of constructor in MyService required a bean of type 'org.tobi.reposit...
SpringBoot Fix R2dbcScriptDatabaseInitializerTests whenModeIsAlwaysThenStandaloneDatabaseIsInitialized on Windows
2025-01-07 02:22:02
858
There appears to be a breaking change in H2 2.x that is affects whenModeIsAlwaysThenStandaloneDatabaseIsInitialized in R...
SpringBoot Introduce @AutoConfiguration
2025-01-07 02:21:59
319
At the moment, our autoconfigurations are annotated with @Configuration. It would be great to have a dedicated annotatio...
上一页
下一页
1
…
1964
1965
1966
1967
1968
…
2246
.