SpringBoot java -jar --spring.profiles.active=prd result in two active propiles

in springboot 2.7.15 try to run java -jar --spring.profiles.active=prod , accpect only one prod, but found two active p...

SpringBoot Incorrect results for pageable EntityGraph with spring-boot v3.0.1

Bug descriptionI created test application with custom repository with the help of spring boot v3.0.1 and org.springframe...

SpringBoot AOT processing fails when a @WebServlet found by scanning is annotated with @MultipartConfig

java.lang.IllegalArgumentException: Failed to generate code for 'jakarta.servlet.MultipartConfigElement@41f686af' with t...

SpringBoot Use MappingJackson2MessageConverter(ObjectMapper) in WebSocketMessagingAutoConfiguration

This PR changes to use the new MappingJackson2MessageConverter(ObjectMapper) constructor in WebSocketMessagingAutoConfig...

SpringBoot Issues with o.s.boot.SpringApplication

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2023-10...

SpringBoot Upgrade to Jackson Bom 2.15.3

Comment From: wilkinsonaVersion 2.15.3 of com.fasterxml.jackson.module:jackson-module-scala_2.13, a transitive dependenc...

SpringBoot springboot2.3.3 to 2.7.16 mvc can not work

when i use springboot upgrade it from 2.3.3 to 2.7.16 , this request is fail 404For example: http://localhost:8080/init....

SpringBoot Add 'keep-alive' property to SpringApplication and document that it is useful when using virtual threads

With platform threads, a method annotated with @Scheduled keeps an empty Spring Boot application running. When virtual t...

SpringBoot Upgrade to Micrometer 1.11.5

Comment From: CodPro-Sui io.micrometer micrometer-core 1.11.5 io...

SpringBoot Propagate headers in feign with spring boot 3 from an asynchronous call

Hello. I have the following Request Interceptor, which sets my custom header on the requests. This works without problem...

SpringBoot Update tomcat version fixes DOS vulnerability

This update fix the vulnerability found in tomcat https://security.snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-5953331Co...

SpringBoot Upgrade to Netty 4.1.99.Final

Comment From: Subrhamanya@wilkinsona netty 4.1.100.Final is out and there is a CVE resolved in that version.https://gith...

SpringBoot Task executor metrics are not registered when using lazy initialization

Using a custom ThreadPoolTaskExecutor bean I'd expect it to be picked up by TaskExecutorMetricsAutoConfiguration to prov...

SpringBoot Dependency manage hibernate-gradle-plugin

org.hibernate:hibernate-gradle-plugin is the Hibernate byte code enhancer for Gradle: https://docs.jboss.org/hibernate/o...

SpringBoot spring-boot-maven-plugin build-image[-no-fork] appears to hang after pulling buildpacks with paketo builder.

Spring Boot 3.1.4 (and 3.1.3)I tried all 3.1.x versions of the spring-boot-maven-plugin with the same hang.I have revert...

SpringBoot Make it easier to enable Hibernate bytecode enhancement

Using Spring Boot 2.3.1.I'm setting up a Spring Boot web application using Tomcat+JPA+Hibernate. I then wanted to enable...

SpringBoot /actuator/logfile returns a 404

I am using spring-boot-starter-actuator to expose my application logging over HTTP, this used to work but starting from ...

SpringBoot /actuator/logfile endpoint returning 404 when logging.file property contains a random value

I'm running a Spring Boot 2.1.6.RELEASE application using spring-boot-starter-actuator to expose the application's logfi...

SpringBoot Spring Boot project does not build a Native Image OOB when created from Spring Initialzr

Create a project with support for web, native, etc, using:curl https://start.spring.io/starter.zip -d "type=maven-projec...

SpringBoot Gradle AOT processing tasks do not use project's Java toolchain

The current processAot task does not utilize the gradle toolchain, and it will fail if the Java environment version is l...
上一页 下一页
.