Nineya
Home
Blog
SpringBoot Spring boot + jetty container with preloaded logback classes causes StackOverflowError
2025-01-06 18:46:54
2654
Hello!I have jetty container with preconfigured logback configuration and custom appenders.When I try to load spring boo...
SpringBoot how to reconnect to RSocket server?
2025-01-06 18:46:47
2793
2020-09-05 18:48:58.290 ERROR 37699 --- [nio-8080-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() f...
SpringBoot Fix deprecation error in AbstractDataSourceInitializer
2025-01-06 18:46:41
546
Hi,https://github.com/spring-projects/spring-framework/commit/670b9fd60b3b5ada69b060424d697270eeee01c2 introduced a depr...
SpringBoot CORS global configuration support
2025-01-06 18:46:34
15322
The recent Spring Framework 4.2 RC1 release has introduced CORS first class support. It provides fine grained CORS suppo...
SpringBoot when spring boot application start,it happen some random port open,i want to What's the use of random port,and how to close the random port
2025-01-06 18:46:26
409
Comment From: snicollThanks for getting in touch, but it feels like this is a question that would be better suited to St...
SpringBoot Upgrade to Spring Data Neo4j 6
2025-01-06 18:46:20
8571
This PR adapts Spring Boot 2.4 to Spring Data Neo4j 6.For some background:Neo4j has developed two projects in the last y...
SpringBoot MongoMappingContext not getting auto wired
2025-01-06 18:46:13
1242
In my application, we were using Spring Boot 2.1.6.Release.And in one of the application classes, we have auto wired- Mo...
SpringBoot bootBuildImage stopped working after buildpack version bump?
2025-01-06 18:46:06
7436
Sorry to raise an issue about this, but I can't find any documentation that allows me to work around this:Earlier this w...
SpringBoot Polish SpringBootPluginTests
2025-01-06 18:45:59
581
This PR removes @ClassPathExclusions in SpringBootPluginTests as it doesn't seem to be necessary.Comment From: wilkinson...
SpringBoot Consider making AbstractHealthIndicator#health method non-final
2025-01-06 18:45:53
8418
ProblemCurrently AbstractHealthIndicator class has the final modifier on its (the only) public health() method. This ma...
SpringBoot MultiGauge metrics stops working from release 2.2.7 and up (tested up to including 2.3.2)
2025-01-06 18:45:40
3122
When we upgraded from spring boot release 2.2.5 to 2.3.2 we noticed out MultiGauge metrics stopped working as expected. ...
SpringBoot Configure SAML 2.0 Service Provider via Metadata
2025-01-06 18:45:33
1140
Closes gh-22986Comment From: jzheauxThe build appears to be failing due to something unrelated:Found test failures in 1 ...
SpringBoot Add reference to AOProfiling Spring Boot starter
2025-01-06 18:45:26
246
A Spring Boot starter to auto-configure aspects to log and measure the execution time of Spring service, controller and ...
SpringBoot Remove kotlin-runtime dependency from Spring Boot 2.1.x
2025-01-06 18:45:20
1089
Hi Team,The CVE-2020-15824 was reported against kotlin-runtime 1.2.71, which is in the Spring Boot 2.1.x.The project kot...
SpringBoot Avoid unnecessary reflection in TaskExecutorBuilder
2025-01-06 18:45:13
1092
It could easily keep the existing methods but switch to using a Supplier and method references.Comment From: wilkinsonaG...
SpringBoot Removed some redundant 'else's using early return
2025-01-06 18:45:07
570
Comment From: pivotal-issuemaster@pradipta Please sign the Contributor License Agreement!Click here to manually synchron...
SpringBoot Fix checkstyle violation
2025-01-06 18:45:00
338
Hi,https://github.com/spring-projects/spring-boot/commit/652561c274e98033730c7c85c2fa852c695bb865 uncovered a checkstyle...
SpringBoot Checkstyle is not catching Mockito.when
2025-01-06 18:44:53
696
Called to Mockito.when should fail, but a few have somehow snuck in.Comment From: philwebbE.g. HazelcastHealthIndicatorT...
SpringBoot Update instructions for running launch script tests following Gradle migration
2025-01-06 18:44:45
443
I'm a newbie in the contribution of this project. When I start playing with code, I see that some tests are not executed...
SpringBoot Make Devtools file detection more resilient across application restarts
2025-01-06 18:44:39
2704
To reproduce the problem1. go to https://vaadin.com/start2. click "download" to get the Spring Boot starter3. unzip and ...
上一页
下一页
1
…
2121
2122
2123
2124
2125
…
2246
.