SpringBoot Support Autoconfiguration for Slf4jRequestLogWriter for access logs in Jetty

Currently, JettyWebServerFactoryCustomizer always creates a RequestLogWriter in case accesslog is enabled in the Server ...

SpringBoot Move multi-modules output to a lower layer

Hey there,I'm currently working with the new layered jar feature that came with spring boot 2.3. While it is awesome I w...

SpringBoot Spring Boot Maven plugin build-image goal debug output is way too verbose

Spring Boot version: 2.3.3We are using the new goal build-image of the Spring Boot Maven plugin. After invoking Maven wi...

SpringBoot Mention correct JUnit 5 annotations in Kotlin testing section

Hi,I just noticed that the Kotlin testing docs mention the JUnit 4 classes @BeforeClass and @AfterClass which seems to b...

SpringBoot Document that extracting layers with layertools doesn't work with executable JAR files

I'm using Spring Boot 2.3.3.I've got a project where I'm building a fat JAR using the spring-boot-maven-plugin. I've con...

SpringBoot LayoutFactory can be presented with empty source file

I am migrating from spring boot 2.2.4 to 2.3.0.We have written our custom layout factory and we are repackaging the jar ...

SpringBoot Dependency convergence on nimbus-jose-jwt

When I use spring-boot-starter 2.3.3.RELEASE as my project's parent and include org.springframework.boot:spring-boot-sta...

SpringBoot JarFile can cause memory issues when running on Java 11+

DescriptionAfter upgrade from Spring Boot 2.2.6 to 2.2.7 application started consuming much more memory.In particular He...

SpringBoot @Transactional not working when using two contexts and @Configurable weaved with AspectJ

Spring Boot 1.5.9.RELEASEProvided test case where inside a @Transactional method, the previously persisted entity is not...

SpringBoot Aspectj: could not autowire @Configurable bean when testing with two contexts

Environment: Spring boot 1.5.8.RELEASE, TestNg 6.11Use case:Aspects are weaved at compile time.I run a set of tests, hav...

SpringBoot Considered new defaults for JPA repository bootstrap

Spring Boot 2.1 exposes a property spring.data.jpa.repositories.bootstrap-mode that can be set to default (default) def...

SpringBoot Rename neo4j.version to neo4j-java-driver.version

In Spring Boot 2.4.0-M2, neo4j.version will probably lead to confusion: It is currently used to specify the version of t...

SpringBoot Deprecate spring.mvc.pathmatch.use-suffix-pattern, spring.mvc.pathmatch.use-registered-suffix-pattern, and spring.mvc.contentnegotiation.favor-path-extension

The underlying properties have been deprecated in Spring MVC. We should consider following suit with our configuration p...

SpringBoot Proper ordering of metrics auto-configurations

Metrics auto-configurations that depend on a MeterRegistry beanshould be configured AFTER configurations that create the...

SpringBoot MongoClientFactorySupport overrides existing uuidRepresentation with MongoProperties default value

Original Bug Report: DATAMONGO-2561I have MongoClientSettings bean defined in my configuration with STANTARD uuid repres...

SpringBoot Log4j2 configuration is not picking up logging.pattern.dateformat, logging.pattern.level

Using spring boot 2.3.3, the keys are inserted in context at org.springframework.boot.logging.LoggingSystemProperties#ap...

SpringBoot Support authentication from Docker daemon to private docker registry

spring-boot-maven-plugin 2.3.x version support build layers docker image.but use custom builder image or run image with ...

SpringBoot [spring-data-elasticsearch] Reactive repositories are not creating indices automatically

DescriptionIndices are not being created when using reactive repositoriesExpectationGiven the following configuration:Re...

SpringBoot BuildImage download buildpacks everytime when tag changed

Hi, when i use spring-boot:build-image in 2.3.2.RELEASE, it will download paketo-buildpacks files from GitHub everytime ...

SpringBoot Trying to exclude dependencies from a repackaged JAR using [<excludes>] still includes transitive dependencies.

Excluding dependencies from a repackaged JAR using &lt;excludes&gt; should exclude transitive dependencies as well.For m...
上一页 下一页
.