SpringBoot Restarts are slow when using spring-boot-devtools and spring-boot-docker-compose

not sure if this is a bug but it's interesting. you can see it in (in)action here https://github.com/spring-tips/develop...

SpringBoot Upgrade to Ehcache3 3.9.10

Comment From: wilkinsona3.9.11 appears to contain a regression that causes EhCache3CacheAutoConfigurationTests.ehcache3A...

SpringBoot Many spring.security.oauth2.authorizationserver properties do not have default values

Comment From: sjohnr@wilkinsona I can take this one.Note that properties in spring.security.oauth2.authorizationserver.c...

SpringBoot @SpringBootTest with spock and spring boot 3.0.0 doesn't load application context correctly

Using spring boot 3.0.0 and the following spock dependencies: <dependency> <groupId>...

SpringBoot Reconsider whether spring-boot-starter-json should bring in spring-web

Would you consider revisiting the decision to have JSON starter depend on spring-web (original discussion in #10031)?Wit...

SpringBoot Remove try-catch or throws BeansException

postProcessBeanFactory() already throws BeansException, it seems that you need to clear the try-catch or clear the throw...

SpringBoot Polish formatting of permitAll() endpoint security Kotlin example

found there's different from typical.MySecurityConfiguration.ktI found there's different from typical.MySecurityConfigur...

SpringBoot springboot 2.2.5.RELEASE POST请求入参序列化的问题

jdk: jdk1.8springBoot:V2.2.5.RELEASE请求方式:POSTPOST接口:@PostMapping("") public String test(@RequestBody School a){ ...

SpringBoot Default for spring.flway.execute-in-transaction is not aligned with Flyway's default

FlywayProperties has executeInTransaction default as false, changing the org.flywaydb.core.api.configuration.Configurati...

SpringBoot Improve Kotlin Testcontainers samples

Make those code samples more idiomatic. See https://github.com/testcontainers/testcontainers-java/issues/318 for more co...

SpringBoot Remove unnecessary test for GraphQL Connection

This commit removes an unnecessary test that checks for the paginationand Connection support in Spring for GraphQL.After...

SpringBoot Upgrade to Spring Framework 5.3.28

Comment From: snicollSpring Framework is not releasing 5.3.x this month. Moving back to 2.7.x.Comment From: wilkinsonaLe...

SpringBoot ApplicationAvailability bean is auto-configured even if a custom one is already present

Spring boot actuator autoconfigures ApplicationAvailability bean which is used in AvailabilityProbesAutoConfiguration an...

SpringBoot It should be easier to set which profile is active when running gradle tasks

When I run: $ gradle bootRun -Pspring.profiles.active=devor$ gradle bootRun -Dspring.profiles.active=dev... my applicati...

SpringBoot developmentOnly dependencies are included in the AOT processing classpath

As discovered by @joshlong during a demo:18:25:01: Executing ':classes :testClasses :aotClasses :aotTestClasses'...> ...

SpringBoot layers.xsd is out of sync with the documentation and implementation for including and excluding module dependencies

I found some inconsistencies between maven plugin documentation and code, which one should I use?The contents of the doc...

SpringBoot OtlpAutoConfiguration should check for presence of anyio.opentelemetry.sdk.trace.export.SpanExporter instance for conditional bean creation

This OtlpAutoConfiguration is not full proof for scenarios where interface is used for @Bean creation. Its injectingOtlp...

SpringBoot Change default Freemarker template file extension to .ftlh to enable HTML escaping

HiWhen using the Spring Boot Freemarker Starter, content within the standard Freemarker interpolation blocks ${...} is n...

SpringBoot Added annotation descriptions as a caption

The original ReadMe does not have a caption associated with the sample program shown, hence it might not be as beginner-...

SpringBoot Polish

This PR polishes a bit by simply applying the suggestions from https://github.com/spring-projects/spring-boot/commit/6ea...
上一页 下一页
.