SpringBoot server.reactive.session.cookie properties are not listed in the application properties appendix

31896 Added @NestedConfigurationProperty annotation to the cookie field of org.springframework.boot.autoconfigure.web.Se...

SpringBoot Provide an option to run Bomr against only certain libraries

We sometimes want to upgrade a single library or check for possible upgrades for a handful of libraries. To speed this u...

SpringBoot Decouple aot-generate from the abstraction used to run an application

Brainstorming with @wilkinsona it became apparent that the AotGenerateMojo should not inherit from the same hierarchy as...

SpringBoot Dev Tools restart failures caused by a too short quiet period are hard to diagnose

Spring Boot Dev Tools 2.6.6Spring Boot 2.6.6MavenJava 11Could be related to #1106I have an issue when trying to make cha...

SpringBoot reactor.netty.channel.AbortedException: Connection has been closed

SpringBoot 2.6.9The development environment is normal. When deployed to the production environment, as the number of req...

SpringBoot Remove unused code in GitInfoContributor

As stated in the documentation at https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/#info.retrievi...

SpringBoot Remove documentation and metadata references to ConfigFileApplicationListener

Hi,I've noticed that ConfigFileApplicationListener is still referenced in a few places. Including the docs which leads t...

SpringBoot Spring boot jdbc data repository by multi data source

please help me.I use multi data source in my projectdata source properties:spring.datasource.url=jdbc:sqlserver://localh...

SpringBoot WebClient is using the original HttpMethod when followRedirect is true

Hi! When a REST endpoint returns Status code 303 with Location header, we'd expect that WebClient will call the new endp...

SpringBoot Review Spring Batch auto-configuration now that spring-jdbc is a required dependency

In Batch 5, spring-jdbc is now a required dependency (it was previously optional). We should review the auto-configurati...

SpringBoot Disable auto-detection in tests that start Hazelcast

Programmatically, it's something like:getAutoDetectionConfig().setEnabled(false)In YAML:hazelcast: network: join: ...

SpringBoot Add more session cookie properties for reactive web servers

Add rich session cookie config property for WebFluxNo Session Repository[x] Provide spring.webflux.session.cookie.* prop...

SpringBoot Remove reference to Azure Application Insights

The starter hasn't been released in two years and Microsoft confirmed they would not ship a 3.0.

SpringBoot Add Support for Remote Cloud Development with Gitpod

Related to #31146About this PRThis PR Contains a .gitpod.yml which enables the prebuild and creates a ready to code work...

SpringBoot Disable auto-detection in tests that start Hazelcast

Updated test configs to disable auto-detection for Hazelcast instancesCloses #31715Comment From: snicollUnfortunately, t...

SpringBoot eureka.client.initial-instance-info-replication-interval-seconds with initial delay can not take effect bug

Spring Boot Version: 2.7.2 || 1.9.8Hello, teamWhen I want to use the eureka delay initial function, I found that is not ...

SpringBoot Stop testing against Hazelcast 3

Spring Boot 2.7 moved to Hazelcast 5 and has a smoke tests to ensure compatibility with Hazelcast 4. However, we still h...

SpringBoot There seems to be a section of wrong logic in org.springframework.boot.loader.jar.Handler#captureJarContextUrl

Looking at the following code, handlers will never be null. https://github.com/spring-projects/spring-boot/blob/47516b50...

SpringBoot HealthContributor beans managed by a CompositeHealthContributor are recreated on each call

During the construction of the NamedContributorsMapAdapter, each value adapter is called only once.Closes gh-29640Commen...

SpringBoot Dependency management for REST Assured is incomplete

For our integration-tests with REST Assured we use the kotlin-extension-module of REST Assured. To use the module an add...
上一页 下一页
.