SpringBoot Upgrade to jakarta.el 3.0.3.jbossorg-2

The library starter spring-boot-starter-validation (amongst others) pulls in jakarta.el version 3.0.3 at a minimum. This...

SpringBoot The contents of the error template are displaying inline when an Exception is raised.

I'm not entirely sure if this goes in the Thymeleaf project or the Spring Boot project.Spring Boot 2.5.4Custom ErrorCont...

SpringBoot Add mime-type properties for cache-control application web property

ProblemI'd like to include Cache-Control headers only on certain static files, by solely using the application.yml file ...

SpringBoot Binder conversion fails intermittently when called from multiple threads

I compile a jar to provide coroutines for java, like 'kotlin-coroutines-java-support.jar'.It works well until org.spring...

SpringBoot Configuration Processor does not support lombok @Builder.Default annotated values

Hi,Spring Boot configuration processor does not set the default values for those that have the lombok Builder.Default an...

SpringBoot Missed property (key-alias) in org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl

Hi teamI am using spring boot (v 2.4.0) with Kafka and found out that org.springframework.boot.autoconfigure.kafka.Kafka...

SpringBoot Provide better facilities for third-party Spring Session implementations

Currently, org.springframework.boot.autoconfigure.session.Storetype is a hard-coded enumeration of Spring Boot-supported...

SpringBoot "unable to access jarfile" when trying to run executable jar with build/bootScripts

Gradle v3.5Spring Boot v2.0.0.M1I'm encountering an error when trying to run an executable jar using the auto-generated ...

SpringBoot configuration-processor does not pick up description from javadoc on inherited properties in different Maven modules

Affected version: Spring Boot 2.5.3Build system: Maven 3.6.9Consider a class annotated with @ConfigurationProperties ext...

SpringBoot Support for excluding certain configuration file extensions

if custom project do not have some file extensions for the config, we use the property to exclude these execution(such a...

SpringBoot CloudPlatform determination does not work correctly in Azure App Service (Windows)

CloudPlatform for Azure App Service was added in Pull Request #25829, but the environment is not correctly identified on...

SpringBoot Upgrading from 2.1.4.RELEASE to 2.5.0 giving Runtime Exception on aws ECS deployment

I have upgraded our app from springboot 2.1.4.Release to 2.5.0 and updated relevant jars for running the application. Bu...

SpringBoot Consider if we want to add an additional asciidoctor block around source code for callouts

See the discussion at https://github.com/spring-projects/spring-boot/pull/27759#discussion_r691636911We currently don't ...

SpringBoot BeanCurrentlyInCreationException when two DataSources used with DataSourceInitializer

It appears that when there are two DataSource beans created and one bean factory method calls the other DataSource's bea...

SpringBoot refreshAfterWrite not working for Caffeine cache

I am trying this project: https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sam...

SpringBoot mvn plugin build-image openj9 support

Actually build-image use as default paketo-buildpacks/bellsoft-liberica:jre but can be really cool thing adding possibil...

SpringBoot SSL Auto-Configuration support for spring-boot-starter-data-cassandra

spring-boot-starter-data-cassandra has option for enabling ssl (by setting spring.data.cassandra.ssl=true), but when we ...

SpringBoot Remove @Persistent from CouchbaseDataConfiguration's entity scanning to re-align with Spring Data Couchbase

Scanning for @Persistent was removed in https://github.com/spring-projects/spring-data-couchbase/commit/351370ba4d0f166a...

SpringBoot Support client side routing out of the box

There's no obvious out of the box way to configure Spring Boot for client side routing with single page applications.Mos...

SpringBoot default values are not detected when generating metadata from IntelliJ IDEA

I use the spring-boot-configuration-processor jar to generate configuration metadata files.According to docThe annotatio...
上一页 下一页
.