SpringBoot Upgrade to Selenium 4.1.3

Comment From: snicollLooks like HTMLUnit has to catch upComment From: snicollWe need a new release indeed. I've created ...

SpringBoot Autoconfigured OAuth2 Resource Server is missing client metrics

While using spring-boot-starter-oauth2-resource-server I noticed that there are no HTTP client metrics for any of the ca...

SpringBoot timeout-per-shutdown-phase setting for graceful shutdown

I have in my application.properties as spring.lifecycle.timeout-per-shutdown-phase=120snothing happens, it still using d...

SpringBoot build-image fails with "The builder requested cannot be found" despite existing

Hi, I'm trying to build an image via build-image goal, like this:./mvnw -Dmaven.test.skip=true spring-boot:build-image -...

SpringBoot "spring-boot-starter-jersey" imports Spring incompatible with SpringBoot

Running an empty SpringBoot app with a org.springframework.boot:spring-boot-starter-jersey:2.6.7 causes the following ex...

SpringBoot Update authors.adoc

Hi sir,can you add my name in the authors.adoc file?A Chinese name can show the inclusiveness of the project,I'm proud o...

SpringBoot Debug logging for requests to WebFlux-based Actuator endpoints does not identify the endpoint

This PR just add toString method on spring-boot-actuator WriteOperationHandler and ReadOperationHandler :1. for consiste...

SpringBoot Add missing Tomcat's default MIME mappings

PR DescriptionAdded missing Tomcat's default MIME mappings to MimeMappings. Used MimeTypeMappings.properties from Tomcat...

SpringBoot Various typos fixes

This PR fixes various typos in :- spring-boot-cli and spring-boot-actuator-autoconfigure javadoc,- spring-boot-autoconfi...

SpringBoot Upgrade to Netty 4.1.77.FINAL

I understand there is a semi-automatic process to update managed dependencies.In spite of that, we are experiencing inab...

SpringBoot Use Log4jBridgeHandler to route JUL-based logging into Log4j 2

Since version 2.15.0 log4j-jul contains a Log4jBridgeHandler, that allows to forward JUL to Log4j 2.x and synchronizes t...

SpringBoot Remove support for Embedded Mongo in favour of its new built-in Spring Boot support

The Embedded Mongo project is introducing support for Spring Boot, including its own auto-configuration. To avoid a circ...

SpringBoot Use Testcontainers in Spring Session Reactive smoke tests

Similar to what was done in #28173 and #28362 for the non-reactive Spring Session smoke tests, the Spring Session reacti...

SpringBoot Bean created twice when having a @Nested test class

Hello everyone,I have a weird behavior when working with spring-kafka-test's @EmbeddedKafka annotation. I am not certain...

SpringBoot Pageable.Sort problem in Spring Boot 2.6.7 and Spring Boot 2.5.13

Description of Pageable.Sort problemIntroductionI have a controller where @SortDefault is used.@SortDefault(sort="u...

SpringBoot Remove smoke tests that do nothing without a server

As mentioned in #12724, several smoke tests do nothing unless they can connect to a server. Existing integration tests u...

SpringBoot Remove spring.profiles support

The spring.profiles property was replaced in Spring Boot 2.4 with spring.config.activate.on-profile. We currently still ...

SpringBoot @ConditionalOnProperty meta annotation with @AliasFor does not work

The @ConditionalOnProperty is available as meta annotation (despite the #13996) but the @AliasFor does not work.I've inc...

SpringBoot @ConditionalOnProperty meta annotation with @AliasFor does not work

Fixes gh-24968Comment From: mhalbritterHey @terminux, thanks for the PR. Andy left a comment on the issue. Did you take ...

SpringBoot A suggestion for "additional configuration metadata"

For example, there is a configuration property class:@Getter@Setter@ConfigurationProperties("foo")@EnableConfi...
上一页 下一页
.