SpringBoot Allow configuring build info properties using an opt-in approach

Ideally, it should be possible to have full control over what gets exposed and to do so without setting individual prope...

SpringBoot Stop generating code in the default __ package

ApplicationContextAotGenerator has recently been improved to tune the location of generated code. While the default gene...

SpringBoot Update smoke tests to avoid conflicts with NAME environment variable

This commit updates several smoke tests in order to avoid conflicts with NAME environment variable that is present in WS...

SpringBoot Support ReloadableResourceBundleMessageSource in MessageSourceAutoConfiguration

Currently ResourceBundleMessageSource is used as MessageSource in MessageSourceAutoConfiguration. But in some way Reload...

SpringBoot Allow changing mappings of auto-configured Servlet filters

Spring Boot auto-configures several Servlet filters (various Spring MVC related filters, Spring Security, and so on) an ...

SpringBoot How to disable ApplicationEvent published to parent ApplicationContext when I use management.server.port

When I use management.server.port config,the ApplicationContext created in DifferentManagementContextConfiguration will ...

SpringBoot Project cannot be built under WSL due to NAME environment variable

I'm unable to build the project in WSL environment due to ConfigurationPropertiesTests#loadWhenBindingWithDefaultsInXmlS...

SpringBoot Reconsider default for spring.datasource.generate-unique-name as the current one makes test cases brittle

IssueThe current default for spring.datasource.generate-unique-name (false) causes issues in combination with the defaul...

SpringBoot Add AOT support for immutable configuration properties

The engine require special handling for immutable configuration properties as these are handled by a specific bean defin...

SpringBoot http_server_requests_seconds_count missing; webMvcMetricsFilter not instantiated

Spring Boot 2.7.0After upgrading my app to spring boot 2.7.0 the http_server_requests_seconds_count prometheus metric is...

SpringBoot Register runtime hints for @ConfigurationProperties annotation

Many Spring annotations require runtime hints registration so that it's visible at runtime and the synthetized annotatio...

SpringBoot When building with Maven, classes generated by AOT are not included in final artifact

Commit 8cf63a28b8736e8839b019fa9e0178b70380f468 introduced an extra directory for generated classes. If the AOT engine g...

SpringBoot Do not deploy the JARs repackaged through the spring-boot-maven-plugin

Do not deploy the JARs repackaged through the spring-boot-maven-plugin, because the JARs of the spring boot application ...

SpringBoot @PathVariable validation gives 500 instead of 400

@RestController@Validatedclass DemoController { @GetMapping("/{message}") String fails(@PathVariable(&qu...

SpringBoot JPQL with Pageable after H2 upgrade results in SQLGrammarException

In #30714 H2 was upgraded.Spring Boot: 2.7.0 uses: com.h2database:h2:2.1.212In our case this created an issue:org.spring...

SpringBoot Upgrade to H2 2.1.212

Comment From: SpiReCZUpgrading this dependency has created an issue in our APP unit tests execution using H2. I created ...

SpringBoot spring-boot-dependencies manages spring-ldap-ldif-batch which no longer exists

spring-ldap-ldif-batch is not avaible in 2.4.0, it has been removed in this commit: Update to Gradle 7.3.3, shall we rem...

SpringBoot Spring boot application is unable to scan controllers

I have annotated my spring boot application class with @SpringBootApplication annotation, but noticed that sometimes it ...

SpringBoot Configuring a custom EnvironmentPostProcessor in 2.7.0

How are changes to auto-configuration in 2.7.0 effecting EnvironmentPostProcessor configuration? Will this stay in sprin...

SpringBoot Spring boot and JavaFX

I faced a strange behavior on my app, where i am trying to use javaFX as client interface for spring boot.I can get the ...
上一页 下一页
.