SpringBoot Spring Boot does not recognize maven properties as of version 2.6

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

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

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

Continuation from https://github.com/spring-projects/spring-boot/pull/28498New PR, rebased and with the latest changes.C...

SpringBoot i need help, thanks

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

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

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

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

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

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?

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

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?

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

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

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

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

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

The default behaviour of JdbcRepositoriesAutoConfiguration does not allow an application to start if the datasource conn...

SpringBoot socket accept failed

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

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...
上一页 下一页
.