Nineya
Home
Blog
SpringBoot Avoid the use of reflection when Tomcat is setting up the Context's ClassLoader
2025-01-07 03:05:52
285
We currently call WebappLoader.setLoaderClass(TomcatEmbeddedWebappClassLoader.class.getName()). This results in Tomcat t...
SpringBoot Dependency management for Artemis is incomplete
2025-01-07 03:05:46
201
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
2025-01-07 03:05:36
437
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
2025-01-07 03:05:33
2723
I am getting below error while mvn clean install / mvn compile[INFO] BUILD FAILURE[INFO] -------------------------------...
SpringBoot PrometheusMetricsExportAutoConfiguration and custom config -- circular dep
2025-01-07 03:05:29
23536
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
2025-01-07 03:05:25
123
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
2025-01-07 03:05:22
3721
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
2025-01-07 03:05:17
132
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
2025-01-07 03:05:13
1838
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
2025-01-07 03:05:08
1649
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
2025-01-07 03:05:02
2210
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
2025-01-07 03:04:59
216
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
2025-01-07 03:04:43
2473
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
2025-01-07 03:04:40
1858
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.
2025-01-07 03:04:36
1715
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)
2025-01-07 03:04:32
1691
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
2025-01-07 03:04:22
2285
@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
2025-01-07 03:04:19
9808
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
2025-01-07 03:04:14
435
Comment From: christophstroblProject Dependencies Spring Data 2021.2.0Cassandra Driver (com.datastax.oss:java-driver-bom...
SpringBoot Upgrade to Spring Data 2022.0-M4
2025-01-07 03:04:09
611
Comment From: bclozelSNAPSHOT upgrade is blocked by a new javax.inject dependency, see https://github.com/spring-project...
上一页
下一页
1
…
1936
1937
1938
1939
1940
…
2246
.