SpringBoot Avoid the use of reflection when Tomcat is setting up the Context's ClassLoader

We currently call WebappLoader.setLoaderClass(TomcatEmbeddedWebappClassLoader.class.getName()). This results in Tomcat t...

SpringBoot Dependency management for Artemis is incomplete

Artemis has quite a number of modules, some of which aren't relevant in a Spring Boot app. However, we should at least c...

SpringBoot add equals and hashCode to MongoProperties

Add equals and hashCode to MongoPropertiesBecause in my company we want to use them as key in HashMap, thus build a map ...

SpringBoot Error while packaging through maven for spring boot version 3.0.0-SNAPSHOT

I am getting below error while mvn clean install / mvn compile[INFO] BUILD FAILURE[INFO] -------------------------------...

SpringBoot PrometheusMetricsExportAutoConfiguration and custom config -- circular dep

Describe the bugIn my Spring Boot project I got a custom metrics configuration, thata) in constructor adds a DiskSpaceMe...

SpringBoot Update Configuration javadoc to link to @Order annotation

Added link to @Order annotation.Comment From: snicoll@pruidong thank you for making your first contribution to Spring Bo...

SpringBoot Duplicate logging in Tomcat console with default settings

Spring boot version: 2.0.2.RELEASELast worked in version: 1.5.13.RELEASETomcat version: 9.0.0.0 (also reproducible on ol...

SpringBoot Upgrade to Spring REST Docs 3.0.0-M3

It's compatible with REST Assured 5.0 which supports Groovy 4.0 so this upgrade will allow us to reinstate support for R...

SpringBoot SPRING BOOT UPGRADE CAUSES ISSUE WHILE STARTING UP

I'm trying to upgrade spring boot version to 2.6.6 from 2.2.x, I got ClassNotFoundException: org.springframework.core.me...

SpringBoot Configuration properties for Statsd's buffered and step properties are missing

This PR changes to expose buffered property for StatsdConfig.See https://github.com/micrometer-metrics/micrometer/issues...

SpringBoot endpoint /health still requires HTTPS even management.server.ssl.enabled=false if management.server.port same as server.port

Hello Actuator Team,Big thanks to this wonderful project.Springboot Actuator is being used in more and more designs, and...

SpringBoot Prohibit upgrades to Jakarta EE 10

There are various Jakarta EE dependencies that we manage that are starting to publish Jakarta EE 10 compatible artifacts...

SpringBoot Support empty issuer-uri in OAuth2 provider

When using a custom OAuth2 provider then its discovery occurs during the application startup which complicate the use of...

SpringBoot Second call to query method of JpaRepository fails with Hibernate 5.6.6 since Spring Boot 2.6.5

Since migration to Spring Boot 2.6.5, calls to JpaRepository query method fail with exception java.lang.IllegalArgumentE...

SpringBoot Spring Boot Logging creates duplicate log entries because it has no support for turning off additivity on the underlying lower from Spring application.yml file.

If you have a section like this in your application.yml file:logging: level: root: INFO com.example.modules: IN...

SpringBoot Toggling dark mode on Spring.io makes widget text content unreadable due to extremely low contrast ratio (a11y)

What's The Problem?Accessibility concern for "Get Code" text in right sidebar widgets when toggling dark mode. When the ...

SpringBoot springboot rsocket 2.2.0.RELEASE bug

@Controllerpublic class ServerController { @MessageMapping(value = "market") public MarketResponse getMa...

SpringBoot ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 1024 on large yml files after upgrading to Boot 2.6.4 and Spring Cloud 2021 .0.1

Since updating our config server to Spring Boot 2.6.4 and Spring Cloud 2021.0.1 we get the following error when trying t...

SpringBoot Upgrade to Spring Data 2021.2.0

Comment From: christophstroblProject Dependencies Spring Data 2021.2.0Cassandra Driver (com.datastax.oss:java-driver-bom...

SpringBoot Upgrade to Spring Data 2022.0-M4

Comment From: bclozelSNAPSHOT upgrade is blocked by a new javax.inject dependency, see https://github.com/spring-project...
上一页 下一页
.