SpringBoot Make SpringApplication Kotlin samples idiomatic

Use runApplication<MyApplication>(*args) instead of SpringApplication.run(MyApplication::class.java, *args) as rec...

SpringBoot Upgrade to Spring Data 2021.2.1

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

Comment From: mp911deProject Dependencies Spring Data 2021.1.5Cassandra Driver (com.datastax.oss:java-driver-bom): 4.13....

SpringBoot Harmonize Kotlin example

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

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

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

Accessible webdriver test execution listener for testng:@TestExecutionListeners({WebDriverTestExecutionListener.class})A...

SpringBoot Use Runtime.version() instead of reflection

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()

This PR adds Javadoc @since tag to AbstractApplicationContextRunner.prepare().Comment From: snicollThanks @izeye. I was ...

SpringBoot spring-boot 2.7.0 MockMvc DI

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

I used to have the following working fine on 2.6:<dependency> <groupId>org.springframework.boot</group...

SpringBoot Restrict permissions for GitHub action

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

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

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

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

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错误]

首次启动项目,springboot项目使用org.springframework.boot.logging.logback.SpringBootJoranConfigurator类解析“logback-spring.xml”文件,注入app...

SpringBoot Log4J2LoggingSystemTests loggingThatUsesJulIsCaptured unintentionally uses Logback

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

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

2022-01-14 07:58:10.511 WARN 9723 --- [ main] ory$DuplicateJsonObjectContextCustomizer : Found multiple occur...
上一页 下一页
.