SpringBoot Add pulsar starters into dependency management

Spring for Apache Pulsar was added introducing two new starters.Those starters should be listed.Comment From: wilkinsona...

SpringBoot Upgrade to Couchbase Client 3.4.10

Comment From: snicollFTR, the default for spring.couchbase.io.idle-http-connection-timeout has changed from 4.5 seconds ...

SpringBoot Use spring.application.name as fallback for service.name in OtlpConfig

OtlpConfig automatically registers service.name from the env variable OTEL_SERVICE_NAME. If this env variable is not set...

SpringBoot OpenTelemetryProperties fail if opentelemetry-sdk-common is not available

OpenTelemetryProperties uses Resource, which is from opentelemetry-sdk-common. But OpenTelemetryProperties is also used ...

SpringBoot Add native-image support for Flyway

The Flyway smoke tests currently fail with GraalVM complaining about proxy generation, which could be related to @Flyway...

SpringBoot JarLaunchScriptIntegrationTests don't work on ARM64 machines

They use a docker image which uses centos:7.9.2009. This image doesn't have ARM64 support.The whole centos image is depr...

SpringBoot Nested static configuration class doesn't use the context of the surrounding configuration class

Lets have this configuration class. I removed all the bean-method content because its not needed for the issue descripti...

SpringBoot Spring Boot 3.1.3 template project fails running tests

I just created a Spring Boot 3.1.3 project with these dependencies:Docker Compose SupportLombok Spring WebSpring Data JP...

SpringBoot Security enabled formLogin() returns 401 instead of 302 - in @SpringBootTest only

The following test should pass, as when I run my application, I'm correctly redirected to the /login page. But I cannot ...

SpringBoot Spring Boot dependency management not working for ehcache when using Gradle and the dependency management plugin

When using Spring Boot with the dependency management plugin, users are supposed to be able to specify dependencies with...

SpringBoot Add configuration property for GraphQL Schema Mapping Inspection

In Spring GraphQL you can do schema mapping inspection:https://docs.spring.io/spring-graphql/docs/current/reference/html...

SpringBoot Add default value metadata for management.metrics.export.signalfx.published-histogram-type

This PR adds default value metadata for management.metrics.export.signalfx.published-histogram-type.See gh-36497Comment ...

SpringBoot Update Apache Tomcat to at least 9.0.80 with 2.7.x

DescriptionWe have a vulnerability in our applications, specifically CVE-2023-41080, that affects the version of Apache ...

SpringBoot @Autowired is sometimes required on the constructor of a ConfigurationProperties class just to ensure that the correct metadata is generated

Using Boot 3.0.2, we see a behavior in which only properties injected through a constructor binding is generated as part...

SpringBoot Expose property to set strictServletCompliance on StandardServletMultipartResolver

https://github.com/spring-projects/spring-boot/blob/d9af7cec141190fb32e20de6a64c2d3b03b644e4/spring-boot-project/spring-...

SpringBoot After upgrading to spring boot version 3.1.3 from 2.6.0 a warning is printed in the logs when receiving a kafka message "Foreign deserialization exception header in (*************) ignored; possible attack? "

We are in the process of upgrading from 2.6 to 3.1.3. When a server using 2.6 sends a kafka message, the receiving serve...

SpringBoot Provide a configuration property for Hibernate Validator's default locale

Spring Boot 2.3 will upgrade Hibernate Validator to version 6.1. This version allows for customization of locale resolut...

SpringBoot Upgrade to Jetty 12

Work in progress is available in https://github.com/wilkinsona/spring-boot/tree/jetty-12. Related Jetty issues with 12.0...

SpringBoot Using https with elliptic curves other than secp384r1 fails

Unable to use Elliptic Curve Self Signed Certificate in Spring bootFirst Environment DetailsJDK 17Spring Boot 3.0.2Sprin...

SpringBoot Spring Boot Test 3 NoClassDefFoundError: jakarta/servlet/ServletConnection

Spring Boot Web + Jetty (exclude Tomcat) + MockMvc 3.0.1 and jakarta-servlet.version 5.0.0Error test on startup:java.lan...
上一页 下一页
.