SpringBoot Spring Web Flow starter

Create a starter for SWF to be able to easily integrate SWF configs into Boot apps. Not sure what it would look like, bu...

SpringBoot Simplify registration of Jackson mixin types

A common way to customize JSON representations with Jackson is to register mixin types. The currently most convenient wa...

SpringBoot Enhancement: properties for allow/deny on WebDataBinder

Not specifically for but certainly related to SONATYPE-2022-1764 https://blog.sonatype.com/new-0-day-spring-framework-vu...

SpringBoot Upgrade to Jackson 2.13.2.1

Comment From: breunSpring Boot Dependencies 2.6.6 manages jackson-bom.version at version 2.13.2.20220328, which manages ...

SpringBoot @ConditionalOnBean is inconsistent

I had a problem that a @Service I created with @ConditionOnBean had an error that this very bean is required to created ...

SpringBoot Upgrade to Hibernate 5.6.8.Final

Comment From: TomerMadmonHi @snicoll Does this change fixing the StartingWith issue?Thanks in advanceTomerComment From: ...

SpringBoot toolchain not working when fork=false

When configuring the boot plugin in fork=false (not default). The toolchains plugin has not effect and does not behave t...

SpringBoot Deprecate Atomikos support

Raised this issues for dependency upgrade because the latest open source (free) version (5.0.6) is available since Dec 1...

SpringBoot Consider moving LocalServerPort

It feels like it should be in org.springframework.boot.web.context next to the ServerPortInfoApplicationContextInitializ...

SpringBoot Support only a single username and password for DataSource initialization

DataSource initialization currently supports separate username and password credentials for DDL (schema) and DML (data) ...

SpringBoot When Actuator's running on top of Spring MVC a WebEndpointResponse<Mono> response is not serialised correctly

The Actuator's endpoints are registered with Spring MVC through this handler method:https://github.com/spring-projects/s...

SpringBoot Boot v2.6.x breaks Mockito from v4.5.x

Using Mockito v4.5.0 (and 4.5.1) together with spring-boot-dependencies v2.6.7 throws this exception:It seems like you a...

SpringBoot BatchDataSourceScriptDatabaseInitializer does not find the Oracle schema scripts

The script's been renamed in 5.0.0-M2 so we won't find it any more. Ideally, a test would have caught this when we upgra...

SpringBoot Improve testing of BatchDataSourceScriptDatabaseInitializer's schema resolution

While #30564 only applies to 3.0, I think it's worth improving the tests in 2.6.x – where BatchDataSourceScriptDatabaseI...

SpringBoot Add WebClient based sender for Zipkin

We already have a RestTemplate based sender for Zipkin, we should add a WebClient based one, too. We can take the code f...

SpringBoot Hibernate service loading logs HHH000505 warnings for ServiceConfigurationError with Gradle-built jars since 2.5.10 when using Java 11 or later

Hi,after upgrading an internal customer project today from Spring-Boot 2.5.9 to 2.5.11 I noticed a malfunction of what I...

SpringBoot NVD reports CVE-2022-22965 for spring-boot 2.6.7

Hi, nvd.nist.gov seems to be reporting Spring4Shell vulnerability incorrectly. When we use the dependency-check-maven Ma...

SpringBoot spring.security.saml2.relyingparty.registration.*.asserting-party.* properties contain unwanted hyphen in asserting-party

We try to avoid hyphens in property prefixes, reserving their use for the property's name. To align with this, spring.se...

SpringBoot DevTools sets deprecated spring.mustache.cache property

Spring Boot 2.7 RC1, on startup, issues the following warning:The use of configuration keys that have been renamed was f...

SpringBoot Cryptic startup failure with bare LOGGING_LEVEL environment variable

Spring Boot supports configuring logging levels using environment variables, as described in https://docs.spring.io/spri...
上一页 下一页
.