SpringBoot Please expose some kind of handle or annotation on WebMvcEndpointHandlerMapping.java

Greetings,First of all--great product! Good job.I have been going around and around on a problem. I can create AOP poi...

SpringBoot Ignore empty prefixes in new PrefixedConfigurationPropertySource

Hi,the new support for prefixes in property sources added by a8592f36d425fa6b9faff59a45e1936e87b2ec9d has broken the tes...

SpringBoot Sending Undertow access logs directly to Logstash

I would like to send Undertow access logs (enabled by server.undertow.accesslog.enabled property) directly to Logstash. ...

SpringBoot Usage tomcat-embed-core and servlet-api: duplicate classes

I have a Spring Boot web project. One of libs has transitive dependency to jakarta.servlet:jakarta.servlet-apiWhen we h...

SpringBoot Factory method 'customConversions' threw exception; nested exception is java.lang.NoSuchFieldError: UNSPECIFIED

I'm having problems with spring-boot-starter-data-mongodb in version 2.4.3Comment From: scottfrederick@jaksonlima We'll ...

SpringBoot Application fails to start when using Actuator and Jersey configured as a Filter

When using Spring boot with actuator, jersey configured with filter type and component extends from ResourceConfig, star...

SpringBoot Improve deployment integration tests

Hi,this PR improves the spring-boot-deployment-tests build step by splitting them apart based on their underlying contai...

SpringBoot Register logging system's shutdown hook by default

The discussion in #24507 makes me think that we should consider enabling the property by default. Whilst the arguments i...

SpringBoot Logback logging.level.pattern is overriden by Sleuth

We have a Spring Boot 2.4.3 application that uses custom logging.level.pattern defined in a bootstrap.yml.It works only ...

SpringBoot Improve documentation for static content publication in Spring Web and Spring Web Flux app

This is a request to improve the documentation about serving static content documented in section 4.7.2 of the spring bo...

SpringBoot @SpringBootTest fails in 2.1.0.M4 with binding error for "logging.level"

After updating Spring from 5.0.8.RELEASE to 5.1.0.RELEASE and Spring Boot from 2.0.4.RELEASE to 2.1.0.M4, tests annotate...

SpringBoot Add prefix support for environment variables

Currently environment variables get bound to @Configuration properties directly (for example SERVER_PORT to Server.port)...

SpringBoot Remove spring-boot-smoke-test-jta-jndi

Hi,this PR removes spring-boot-smoke-test-jta-jndi as it's not really testing (nor building) anything at the moment. See...

SpringBoot Remove spring-boot-smoke-test-jta-jndi

Hi,I just noticed that the spring-boot-smoke-test-jta-jndi module is kind of orphaned. I think it was a sample in the pa...

SpringBoot Issue after upgrading to 2.4.0

Hi,I have issue after upgrading to Spring Boot 2.4.0. I'm using Spring Data JPA and I have controller methods like one b...

SpringBoot Update Testcontainers image versions

Hi,as discussed in https://github.com/spring-projects/spring-boot/issues/25410#issuecomment-785244499 this PR upgrades s...

SpringBoot Clear entries from the repository in DataJdbcTestIntegrationTests.testRepository

The test org.springframework.boot.test.autoconfigure.data.jdbc.DataJdbcTestIntegrationTests.testRepository is not idempo...

SpringBoot JPA EntityListeners Autowired fields are null causing NullPointerException after upgrading to Spring Boot 2.3.8

We have a JPA @Entity with @EntityListeners(MyJpaListener.class) that have fields that have @Autowired annotations which...

SpringBoot Upgrade to MySQL 8.0.23

Comment From: psytesterAre you aware of a possible problem here due to liquibase error while using MySQL connector 8.0.2...

SpringBoot Support building an image when using war packaging with Maven

I am trying to create OCI image via:<plugin> <groupId>org.springframework.boot</groupId> <art...
上一页 下一页
.