SpringBoot Programatically Declare "keys-to-sanitize"

Problem I am looking to solve:I am building a library that exposes configuration properties and some of these configurat...

SpringBoot Maven plugin may repackage an archive twice, resulting in a StackOverflowError at runtime

It is possible that Repackager can run on an already repackaged archive. We have a check in place that skips repackaging...

SpringBoot Add properties for configuring Flyway's ignoreMigrationPatterns, detectEncoding, and failOnMissingLocations

Updated Flyway to v7.9.0 with following changes -Added configuration support for property ignoreMigrationPatterns (v7.8....

SpringBoot Application Run failed java.lang.illegalArgumentException : could not find class [org.springframework.boot.autoconfigure.web.WebmvcAutoConfiguration]

I am upgrading my spring boot app (fro 1.x to 2.x). I am getting below exception while deploying the App in WAS server.(...

SpringBoot @ExceptionHandler + @ResponseStatus without 'reason' doesn't produce default JSON response.

The spring-boot produces very convinient default JSON response for exceptions, like this.{ "timestamp" : &quo...

SpringBoot Add Server Push capability to custom actuator endpoints

When users create a @WebEndpoint, they can't push content to their clients using SSE or WebSockets and having this funct...

SpringBoot Map OptimisticLockingFailureException to CONFLICT by default

Currently Spring Boot will return INTERNAL_SERVER_ERROR if OptimisticLockingFailureException thrown, It's better to use ...

SpringBoot Open @EnableWebMvc , but and then the java java.time.Instant serialization failure。

Please see。The version:Spring Boot 2.0.5.RELEASErequest url: http://localhost:8081/api/dateListresponse result:[16260204...

SpringBoot open @EnableWebMvc,but and then Instant.class serialize and deserialize fail.

Please see。The version:Spring Boot 2.0.5.RELEASErequest url: http://localhost:8081/api/dateListresponse result:[16260204...

SpringBoot Optimize jar size by using Spring Native features

Request for enhancement to spring boot build plugins- spring-boot-maven-pluginWith announcement of Spring-native , sprin...

SpringBoot Spring May Create An ApplicationListener with Class Annotated With @Component Twice

Firstly, I define my ApplicationListener in META-INF/spring.factories as folllows:Secondly, I annotate the ApplicationLi...

SpringBoot Kafka consumer created by actuator for metrics cause continous "no committed offset" logs on console

Hi all,with spring boot 2.4.x with spring cloud stream (kafka) the actuaor's configuration classes responsible for metri...

SpringBoot Allow external WEB-INF/lib and WEB-INF/lib-provided in the WarLauncher

We are creating a Spring Boot executable WAR since it needs to work deployed in existing Servlet Containers and it needs...

SpringBoot Upgrade to QueryDSL 5.0.0.M1

Instead of defining multiple dependencies, use querydsl bom instead - https://github.com/querydsl/querydsl/blob/master/q...

SpringBoot Fix tests for multi-release JARs on JDK 17

Hi,this is part of the overall JDK story #26767 and fixes the multi-release JAR tests. Instead of just adding another en...

SpringBoot spring-boot-server-tests should use snapshot and milestone repositories rather than libs-snapshot

In addition to snapshots, libs-snapshot includes milestones and releases. Releases should be resolved from Maven Central...

SpringBoot r2dbc manual configuration - lazy beans evaluation AbstractR2dbcConfiguration

I have created sample project where i configured two datalayer's providers, blocking H2 in-memory and reactive H2 in mem...

SpringBoot actuator/info endpoint broken when upgrading from spring boot 2.4 to 2.5

I created a minimal application with the Spring initializer (demo.zip attached) with Actuator and Spring MVC - I did not...

SpringBoot Logging to Log4j2 MongoDb4 Appender ERROR on trace, debug and info level.

Logging to Log4j2 MongoDb4 Appender on trace, debug and info log level give the following errorERROR Recursive call to a...

SpringBoot AbstractDataSourceInitializers are not detected as database initializers

When we fix this, we should be able to replace QuartzSchedulerDependencyConfiguration with a DependsOnDatabaseInitializa...
上一页 下一页
.