Nineya
Home
Blog
SpringBoot Make SpringApplication Kotlin samples idiomatic
2025-01-07 03:20:27
129
Use runApplication<MyApplication>(*args) instead of SpringApplication.run(MyApplication::class.java, *args) as rec...
SpringBoot Upgrade to Spring Data 2021.2.1
2025-01-07 03:20:24
629
Comment From: mp911deProject Dependencies Spring Data 2021.2.1Cassandra Driver (com.datastax.oss:java-driver-bom): 4.14....
SpringBoot Upgrade to Spring Data 2021.1.5
2025-01-07 03:20:20
748
Comment From: mp911deProject Dependencies Spring Data 2021.1.5Cassandra Driver (com.datastax.oss:java-driver-bom): 4.13....
SpringBoot Harmonize Kotlin example
2025-01-07 03:20:16
598
I found the example source code in the docs that has a difference between java and kotlin.The docs is here , the java so...
SpringBoot Use Files.readString and Files.writeString when reading and writing string data
2025-01-07 03:20:12
598
String.lines() may be useful here too.Comment From: cmabdullahHello, @wilkinsona I want to works on this enhancement tas...
SpringBoot Use Files.writeString() and Files.readString() where possible
2025-01-07 03:20:08
1107
Comment From: snicollHey @dreis2211, thanks for this. This is failing the build and I can reproduce on my end:java.nio.c...
SpringBoot Allow configuring WebDriver with TestNG
2025-01-07 03:20:02
1146
Accessible webdriver test execution listener for testng:@TestExecutionListeners({WebDriverTestExecutionListener.class})A...
SpringBoot Use Runtime.version() instead of reflection
2025-01-07 03:19:58
215
Hi,this PR removes some reflection code in order to get the runtime version and replaces it with Runtime.version().Have ...
SpringBoot Add Javadoc since to AbstractApplicationContextRunner.prepare()
2025-01-07 03:19:53
277
This PR adds Javadoc @since tag to AbstractApplicationContextRunner.prepare().Comment From: snicollThanks @izeye. I was ...
SpringBoot spring-boot 2.7.0 MockMvc DI
2025-01-07 03:19:48
1689
MockMvc bean auto-injection does not work in Spring Boot 2.7.0. So NPE happens.@AutoConfigureMockMvc@SpringBootTestclass...
SpringBoot spring-boot-starter-data-r2dbc: 'dependencies.dependency.version' for dev.miku:r2dbc-mysql:jar is missing since 2.7
2025-01-07 03:19:42
3350
I used to have the following working fine on 2.6:<dependency> <groupId>org.springframework.boot</group...
SpringBoot Restrict permissions for GitHub action
2025-01-07 03:19:39
1217
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in comprom...
SpringBoot Add missing org.yaml.snakeyaml.Yaml reflection hint
2025-01-07 03:19:33
1087
As a follow-up of #31311, without a class level reflection hint on org.yaml.snakeyaml.Yaml, this error is thrown at star...
SpringBoot Update java to 17.0.3.1-librca in .sdkmanrc
2025-01-07 03:19:30
223
This PR updates java to 17.0.3.1-librca in .sdkmanrc.Comment From: wilkinsonaThanks, @izeye. Hopefully https://github.co...
SpringBoot Testcontainers' modules should not be listed in dependency versions appendix
2025-01-07 03:19:23
1157
See https://github.com/spring-projects/spring-boot/issues/29366#issuecomment-1152314880.Comment From: wilkinsonaThe depe...
SpringBoot Spring Boot 2.7.0 version does not DI at complie time in Gradle
2025-01-07 03:19:19
559
It seems that Spring Boot 2.7.0 version does not inject empty injection in the properties file in Gradle at compile time...
SpringBoot springboot logback bug [springboot 结合logback错误]
2025-01-07 03:19:10
977
首次启动项目,springboot项目使用org.springframework.boot.logging.logback.SpringBootJoranConfigurator类解析“logback-spring.xml”文件,注入app...
SpringBoot Log4J2LoggingSystemTests loggingThatUsesJulIsCaptured unintentionally uses Logback
2025-01-07 03:18:49
12143
The test requires severe logging to be output for it to pass but does not ensure that this will be the case. We should s...
SpringBoot Change SpringApplication to only support a single source
2025-01-07 03:18:44
618
We currently pay a large complexity cost due to SpringApplication supporting lots of different sources. We'd like to cha...
SpringBoot Warning in build about json dependencies
2025-01-07 03:18:41
4157
2022-01-14 07:58:10.511 WARN 9723 --- [ main] ory$DuplicateJsonObjectContextCustomizer : Found multiple occur...
上一页
下一页
1
…
1926
1927
1928
1929
1930
…
2246
.