SpringBoot Add network option for image building

Add support for configuring the network mode used by the build container when binding an image with CNB buildpacks. The ...

SpringBoot Add spring.webflux.multipart configuration properties

See spring-projects/spring-framework#26790 for background information.We could provide configuration properties to make ...

SpringBoot Customize Cassandra's configuration to reduce container startup time

With thanks to @bsideup, we can reduce the time that Cassandra containers take to start in our tests by tuning its confi...

SpringBoot Enhancement: a la cart rest template client metrics

What we'd like to doWe'd like to reuse the excellent rest template metrics interceptor built into spring boot from our e...

SpringBoot Embedded Mongo with parallelized tests can lead to folder conflict extracting the executable

I have a spring boot application that has multiple Modules with their respective Tests and Test Context. I frequently fa...

SpringBoot TaskExecutionAutoConfiguration falls into a hole when an ExecutorService is defined

TaskExecutionAutoConfiguration.applicationTaskExecutor is conditional on missing bean java.util.concurrent.Executor. Th...

SpringBoot Adding actuator prefix path to readiness and liveness probe

Expected behaviorI am using webflux and netty in my spring boot app. I tried with the following line in my application.p...

SpringBoot LiveReloadServerTests triggerReload() is flaky

org.awaitility.core.ConditionTimeoutException: Lambda expression in org.springframework.boot.devtools.livereload.LiveRel...

SpringBoot custom 404 page with embedded tomcat out of spring boot context path

I have a spring boot embedded tomcat(spring boot v2.4) application with this context path (server.servlet.context-path=/...

SpringBoot spring.security.dispatcher-types is not applied to Spring Security's filter when running in a separate management context

I started a new project at Spring Initializr with these parameters:- https://start.spring.io/#!type=maven-project&la...

SpringBoot How to cancle table and column alias

I use jpa in spring boot 1.5.10.version.Default, i found that the sql in console printed with table alias and columns,ho...

SpringBoot Align Spring Security Filter's dispatcher types with its defaults when used outside of Boot

When you use Spring Security without Boot, Spring Security's filter uses ASYNC, REQUEST, and ERROR as its dispatcher typ...

SpringBoot Move deployment tests to system tests pipeline

The Spring Boot deployment tests should be moved to the system tests project hierarchy so they run in the system tests p...

SpringBoot Use MessageSource to interpolate bean validation messages

see gh-3071LimitationMessageSourceInterpolatorDelegate does not support \ escape character. The escape character is not ...

SpringBoot Unable to start Spring Boot 2.5.0 on Java 16 with Gradle 7.0.2

Hi there, I'm trying to migrate my project to Java 16 and for this reason, switching to the new Spring Boot version (2.5...

SpringBoot Spring test may bail out "finding no tests" although actual error is missing bean / dependency

In some scenarios running spring test (via gradle test runner) yields "no tests found", even though the actual problem i...

SpringBoot DataJpaTestSchemaCredentialsIntegrationTests doesn't test what it's supposed to

There's no schema configured so DataSource initialization doesn't run. This means that there's no attempt made to create...

SpringBoot Drop dependency management for org.jboss:jboss-transaction-spi

None of Boot's modules depend upon org.jboss:jboss-transaction-spi so there's no longer any need for Boot to express an ...

SpringBoot MAX_ENTITY_SIZE or max-http-post-size configuration parameters are overridden by spring.servlet.multipart.max-request-size when using Undertow

Tried with Spring Boot 2.1.3.RELEASE, 2.1.6.RELEASE, and 2.1.9.RELEASE.Setting application property server.undertow.max-...

SpringBoot A URI with non-alpha characters in its scheme is not sanitized

The Sanitizer.java class infers that the scheme portion of a URI can only contain letters, but as described in RFC2396 i...
上一页 下一页
.