SpringBoot Replace Mockito argument captors with assertArg

Replace Mockito argument captors with assertArgFixes #34943Comment From: pivotal-cla@Ckram Please sign the Contributor L...

SpringBoot Clarify profile support when using AOT

We state here that "The Spring @Profile annotation and profile-specific configuration is not supported" when using AOT.T...

SpringBoot Polishing buildSrc's build.gradle

Continue https://github.com/spring-projects/spring-boot/commit/695e58f418b46bc9e28a8c6bd88a641d874921ecComment From: wil...

SpringBoot Liquibase 4.17.2 incorrectly calculates relative file paths

At the moment the current spring-boot 3.0.5 branch uses Liquibase 4.17.2.This version contains a bug: it incorrectly cal...

SpringBoot Auto-configure Spring Data's reactive method argument resolvers in a reactive web application

Spring Data now has argument resolvers for Pageable and Sort for Webflux.It would be great to have these autoconfigured ...

SpringBoot Buildsrc fails to resolve Spring Framework snapshots

I believe this is a "regression" introduced by #35224. When moving to Spring Framework snapshots, the build fails as fol...

SpringBoot Cannot configure actuator through environment variables in native images

Hi, I am updating some Springboot applications to run in native images.These applications run on Kubernetes and use actu...

SpringBoot Modify @ConditionalOnMissingBean of transactionManager in JdbcTransactionManagerConfiguration

In JdbcTransactionManagerConfiguration, the transactionManager bean is registered if there is no bean of TransactionMana...

SpringBoot Feedback about @ImportTestcontainers

Changes introduced in https://github.com/spring-projects/spring-boot/commit/8427e813af08b9c8cf18e1ad84c8ee2ccebea9e9 are...

SpringBoot Unable to configure maxIdleTime for Tomcat server worker threads

I am unable to configure the maxIdleTime for Tomcat server worker threads.Have tried a couple of ways but with no succes...

SpringBoot Add ObjectMapper with JsonMapper.builder() in JacksonAutoConfiguration when Jackson2ObjectMapperBuilder is missing

There has already been some discussions about Jackson2ObjectMapperBuilder. And I think it's time to provide an alternati...

SpringBoot Add profiles configuration option to the ProcessAot Gradle task

Our ProcessAot has no property to set the profiles used for AOT, while the Maven ProcessAotMojo has a property named pro...

SpringBoot SpringApplication.from(...) should provide access to the created context

It would be nice if this pattern could be used:ApplicationContext ctx = SpringApplication.from(MyApp::main).run(args);We...

SpringBoot Avoid using Jackson 2.15 in system tests that invoke Gradle

As with https://github.com/spring-projects/spring-boot/issues/34980, we need to downgrade to 2.14 to avoid problems caus...

SpringBoot Provide a Gradle task for running an application using the test source set's output and runtime classpath

To accompany the new support for a main class in src/test/java, we should add a new bootTestRun task to the Gradle plugi...

SpringBoot Add reference to Tor Spring Boot Starter

Add reference to Tor Spring Boot Starter to spring-boot-project/spring-boot-starters/README.adocTor: https://www.torproj...

SpringBoot Provide a Maven goal for running an application using a main class from src/test/java and the test runtime classpath

The spring-boot:run goal allows the test classpath to be used and for a custom main method to be specified but this curr...

SpringBoot CVE-2022-25857 - Upgrade to SnakeYAML 1.31

CVE-2022-25857 has been reported against the SnakeYaml project. This issue upgrades SnakeYaml to 1.31 for Spring Boot 3....

SpringBoot Quartz JobScheduler Delete Triggers

I have many jobs in quartz, in spring boot. these methods have @Transactional annotation and I can't use a try-catch blo...

SpringBoot Rationalise Maven goal parameters and their property names

As described in https://github.com/spring-projects/spring-boot/issues/35250, a number of the Maven plugin's goals have p...
上一页 下一页
.