Nineya
Home
Blog
SpringBoot Spring Boot does not recognize maven properties as of version 2.6
2025-01-07 02:11:51
1166
I was reading maven properties from application.yaml. After upgrading spring boot version from 2.5.3 to 2.6.2 spring boo...
SpringBoot Upgrade to Solr 8.11.1
2025-01-07 02:11:47
329
We're currently prohibiting the upgrade (starting with 8.9) as it has a dependency that isn't in Maven Central. We shoul...
SpringBoot Upgrade version of gradle-git-properties in reference doc
2025-01-07 02:11:42
143
Change docs to use version 2.3.2 as 2.2.4 doesn't work with jdk 17.Issue was fixed in https://github.com/n0mer/gradle-gi...
SpringBoot Add support for cache2k in memory caching
2025-01-07 02:11:39
265
Continuation from https://github.com/spring-projects/spring-boot/pull/28498New PR, rebased and with the latest changes.C...
SpringBoot i need help, thanks
2025-01-07 02:11:35
697
In the microservice scenario, the entity class is extracted into a public API for reference by other services: com.te...
SpringBoot Support buildah with spring-boot:build-image
2025-01-07 02:11:32
1733
Update the build-image goal to support non-docker environments like podman/buildah.Objective:I am trying to use the spri...
SpringBoot Cannot invoke "java.lang.Class.isInterface()" because "typeToRead" is null
2025-01-07 02:11:28
1556
When using Spring data JPA projection, the application is failing to start with the following error:Caused by: java.lang...
SpringBoot Fail hard if spring.profiles.include is used with new config processing
2025-01-07 02:11:25
3078
spring.profiles.include and spring.profiles are not used by the new config data code. However, they are still valid if l...
SpringBoot HttpTunnelServerTests.disconnectTimeout() may run indefinitely
2025-01-07 02:11:21
229
It uses this.server.getServerThread().join();. If the server thread never ends, the test won't end either. We should use...
SpringBoot Add wiki page for how to raise a good issue
2025-01-07 02:11:17
185
It would be helpful if we had a wiki page dedicated to the type of issues we like. Something to save us constantly linki...
SpringBoot CORS not working?
2025-01-07 02:11:15
5386
Using Athens-RC1/Boot-1.4.0added this inner class, debugger shows the method executing @Profile( "development&q...
SpringBoot Add support for JDK 18 to 2.7.x
2025-01-07 02:11:11
861
I assume that Spring Boot 2.7.0 is released around the same time as JDK 18. So I thought it would be nice if there were ...
SpringBoot Is there any spring-boot version (ideally 2.3.x) which has latest 5.2.x version of spring (spring-web) 5.2.19.RELEASE?
2025-01-07 02:11:07
717
Last 2.3.x version of spring-boot (2.3.12.RELEASE) has spring(spring-web) version as 5.2.15.RELEASENext spring-boot vers...
SpringBoot read the file MANIFEST.MF in BOOT-INF/ lib, but an exception occurred
2025-01-07 02:11:04
2232
I tried to read the file MANIFEST.MF in BOOT-INF/ lib, but an exception occurredCaused by: java.lang.IllegalStateExcepti...
SpringBoot Switch to new coordinates for Git Commit ID Maven Plugin
2025-01-07 02:10:58
130
Version 5.0.0 has been released and has moved to io.github.git-commit-id:git-commit-id-maven-plugin. It requires Java 11...
SpringBoot Cannot configure ErrorPageSecurityFilter to not prevent sending message body on authentication failures
2025-01-07 02:10:50
3719
I've been trying to update one Spring Boot project today from 2.5.8 to 2.6.2. However the introduction of ErrorPageSecur...
SpringBoot Fix Docker socket not binding effectively
2025-01-07 02:10:38
1709
Fixes gh-29384Comment From: scottfrederick@terminux Thanks for the contribution, but this change doesn't meet the requir...
SpringBoot Allow an app using Spring Data JDBC to start when the database is unavailable
2025-01-07 02:10:35
4309
The default behaviour of JdbcRepositoriesAutoConfiguration does not allow an application to start if the datasource conn...
SpringBoot socket accept failed
2025-01-07 02:10:29
325
boot version 2.6.2Comment From: WanManitowindows10 64 ,Version 2.6.1 does not appear to have this problemComment From: b...
SpringBoot ConventionsPluginTests resolution fails on Windows
2025-01-07 02:10:24
35095
Our Windows CI build is failing on windows due to a resolution error. It's not clear why it fails, or why it happens onl...
上一页
下一页
1
…
1972
1973
1974
1975
1976
…
2246
.