SpringBoot Use spring.application.name as part of the spring.jmx.default-domain

Currently when the spring.jmx.default-domain isn't explicitly set and deploying 2 applications to the same server an exc...

SpringBoot Spring Boot 2.3.4.RELEASE not published on SDKMAN

~% sdk updateNo new candidates found at this time.~% sdk ls springboot =================================================...

SpringBoot Fail to map GET query params in pojo

Affects: 2.4.0-SNAPSHOTAffects: Spring boot 2.3.4.RELEASESame behavior with kotlin version 1.3.72 and 1.4.10Tested with ...

SpringBoot Log4j's tag library doesn't work out of the box as log4j-*.jar is skipped by default

We originally tried to align with Tomcat. I had assumed that things had got out of sync, but Tomcat skips log4j*.jar by ...

SpringBoot Provide autoconfiguration option for pure RouterFunction apps

Currently WebFluxAutoConfiguration enables the RouterFunction programming model, but doesn't give any option to skip the...

SpringBoot Support Oracle UCP

It would be nice to support Oracle UCP pooling.The reason for it is that Oracle is in very widespread use in enterprise ...

SpringBoot Remove UnresolvedDependenciesAnalyzer from the Gradle plugin

UnresolvedDependenciesAnalyzer was added to ease the migration from 1.x to 2.0 when we stopped applying the dependency m...

SpringBoot Unexpected application context cache hit when testing with SpringBootTest webEnvironment MOCK and DEFINED_PORT

When writing Spring tests using both @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.MOCK) and @SpringBoo...

SpringBoot Support CalVer format more explicitly

Some projects have switched from an alphabetical release train scheme to a CalVer format. As we don't know that format, ...

SpringBoot Add dependency management for ojdbcX-production, ojdbcX-debug, ojdbcX-observability, ojdbcX-observability-debug

See: https://www.oracle.com/database/technologies/maven-central-guide.html#flavors for background.It would be nice if th...

SpringBoot Datasource configuration issue after spring boot 2 migration (Hiraki jdbcUrl is required.)

We have an spring boot application with multiple datasources, configured in properties with different namespaces as:spri...

SpringBoot Auto-configure Spring mvc method argument resolvers String to Enum UpperCase in a web application

Spring Framework Version = 5.2.9.RELEASESpring Boot version = 2.3.4.RELEASECustomize a String to uppercase annotation @U...

SpringBoot Fix typo

This tiny PR fixes a typoComment From: pivotal-issuemaster@thorasine Please sign the Contributor License Agreement!Click...

SpringBoot Fix link to Log4j's JDK Logging Adapter in reference documentation

I noticed that the link to Log4j JDK Logging Adapter is not working anymore - maybe they changed it in a process.Anyway,...

SpringBoot Rewrite JobLauncherApplicationRunnerTests

JobLauncherApplicationRunnerTests is quite involved and could use the new ApplicationContextRunner infrastructure rather...

SpringBoot I changed field name in Java Class: but JSON response is more different

HiI have SpringBootApplication. For customer request, I changed some field names in my Java Class.However, when I execut...

SpringBoot Allow users to define their own LocaleContextResolver bean when using WebFlux

I want to register org.springframework.web.server.i18n.LocaleContextResolver in Spring Boot 2.3.4.RELEASE.However, the f...

SpringBoot Fix multi-release JAR test on JDK 15

Hi,this commit is a backport of 54f93e9 in order to fix the build pipeline on 2.2.x & 2.3.xSee gh-23433See gh-21605C...

SpringBoot After the first async request, Tomcat will shutdown immediately when an async request is in-flight

What happened:Graceful shutdown does not work with keepalive for embedded Tomcat server.Requests are not successful. Err...

SpringBoot Revisit hint on using classpath* for retrieving templates

See https://github.com/spring-projects/spring-boot/issues/23051#issuecomment-679191023Comment From: snicollI can see tha...
上一页 下一页
.