SpringBoot Problem supplying property via environment variable for ConfigurationProperties with dash-delimited prefix and nested object

I am using spring-boot 2.2.10.This works:@Data@ConstructorBinding@ConfigurationProperties(prefix = "someconfig&quot...

SpringBoot Fail with exception if management.server.address is set but actuator is on the same port

As discovered in #22142, it's possible to have a management.server.address that doesn't get applied if the ManagementPor...

SpringBoot Expose BootBuildImage's cleanCache property as a command-line option

Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contr...

SpringBoot server.servlet.session.timeout not in effect when using Jetty starter without jakarta.annotation and javax.annotation

Example project:https://github.com/daliborfilus/spring-boot-redis-ttl-issueI create this issue as per request in #15757 ...

SpringBoot Rename spring.security.saml2.relyingparty.*.relying-party-entity-id to spring.security.saml2.relyingparty.*.entityId

https://github.com/spring-projects/spring-boot/pull/22258 added a property, spring.security.saml2.relyingparty.*.relying...

SpringBoot Upgrade to Lombok 1.18.16

23659 Don't use this version. It is broken. Changes are listed under 1.18.16https://github.com/rzwitserloot/lombok/relea...

SpringBoot String to Pattern and String to Regex converters

Comment From: philwebbThanks very much for the PR. I feel like these converters would be better in the core Spring Frame...

SpringBoot Databases that support embedded and non-embedded modes are always detected as embedded

backport of #23693 in 2.3.x.Comment From: snicollBy switching from sa to null for non-embedded use cases, any file-based...

SpringBoot Upgrade to MSSQL JDBC 8.4.1.jre8

It seems that the latest stable release supports the same SQL server databases as current version 7.4.1.jre8 does. There...

SpringBoot Support configuration of localEntityIdTemplate for a SAML Relying Party

Hi, this PR fixes #20352 by adding support for auto-configuring RelyingPartyRegistration.localEntityIdTemplate.Support f...

SpringBoot Fix links to Spring Framework documentation

Hi,recent changes to Spring-Framework (https://github.com/spring-projects/spring-framework/commit/0db3f2b4de4bdd723b65e7...

SpringBoot Add support for Vavr library

It will be a great feature to provide a direct support of vavr types (immutable collections, Iterables, Option..) like i...

SpringBoot Validator is not called on ConfigurationProperties

We have an application that can be deployed with different profiles. Some features are disabled via feature toggle. When...

SpringBoot java.lang.VerifyError: Cannot inherit from final class

sample.zipI hit the following error this morning when I updated from Spring Boot 2.4.0-M3 to 2.4.0-M4:java.lang.VerifyEr...

SpringBoot Polish

This PR fixes some typos and polishes trivial stuff.Comment From: snicollThanks again Johnny, this is very helpful.

SpringBoot BootJar.getConfigurations() should not be public API

The getConfigurations() method was introduced in this commit. It's only used for testing but it's protected and is ther...

SpringBoot Maven layers documentation is incomplete

The following isn't really that helpful: https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/html/#go...

SpringBoot Can't exclude repository with @DataJpaTest excludeFilters

I want to exclude the foo repository from my @DataJpaTest annotated test.@RunWith(SpringRunner.class)@DataJpaTest(exclud...

SpringBoot fix for "BootJar.getConfigurations() should not be public API" #23527

Changes: This a fix for BootJar.getConfigurations() should not be public API #23527deprecated the method. All tests have...

SpringBoot Renaming of CompositeMeterRegistryAutoConfiguration breaks code that was excluding it or referring to it from @AutoConfigureBefore/After

See https://github.com/spring-projects/spring-boot/issues/22988#issuecomment-707293527Unless we can find a way to suppor...
上一页 下一页
.