SpringBoot spring-boot-image-tests fail when trying to test a new version with no published snapshots

The tests currently rely on being able to resolve the Gradle plugin and its dependencies and the web starter and its dep...

SpringBoot Java version sticks to 11 when choosing kotlin on start.spring.io

When the combination of Spring-Boot 2.6.0, Language Kotlin and Java 17 is selected on start.spring.io in the generated p...

SpringBoot ErrorPageSecurityFilter does not honor use of multiple WebSecurityConfigurerAdapter's

BackgroundErrorPageSecurityFilter was recently added as a step to solve obscure cases where the /error path was allowed ...

SpringBoot Page with permitAll is no longer accessible via auto-configured MockMvc

As asked on gitter I found an issue after upgrading to Spring Boot 2.6.0: running a @SpringBootTest with @AutoConfigureM...

SpringBoot QuartzDataSourceScriptDatabaseInitializer does not provide a mapping for MariaDB

Fixes #28773Comment From: pivotal-cla@ztomic Please sign the Contributor License Agreement!Click here to manually synchr...

SpringBoot The name of the matching-strategy property is incorrect in the action message of the failure analysis for a PatternParseException

changing from Spring Boot 2.5.6 to 2.6.0 produces this error on startup:Description:Invalid mapping pattern detected: /*...

SpringBoot springboot tomcat create lots directory in tmp folder

linuxfound lots of tomcat directory im tmp folder. likestomcat.8080.tomcat-docbase.8080.it cause my disk has no space le...

SpringBoot Spring Boot 2.3.4.RELEASE HttpServletRequest getHeader It takes a long time

I met a strange problem and couldn't find the problem, as shown in the title.It's just a simple getheader from HttpServl...

SpringBoot Drop support for jersey-media-json-jackson with JAX-B until a Jakarta EE 9 compatible version is available

Jersey's Jackson integration uses Jackson's JAX-B support which is Java EE 8-based. We need to drop support for auto-con...

SpringBoot The order of 'test' and 'Inlined Test Properties' property sources in incorrect

This is the source commit https://github.com/spring-projects/spring-boot/commit/64270eca51a48dfcf5ca753206aee0a86fd34267...

SpringBoot ArrayStoreException when using Spring Security in a Servlet app without spring-security-web

Unfortunately I missed this problem earlier.When running on Java 8 with spring-security, but without spring-security-web...

SpringBoot Add a utility for resolving NPM resources from webjars and CDNs

JavaScript in the browser has come a long way and native support for ECMAScript (aka es6 or esm) modules is becoming ubi...

SpringBoot Warning that DefaultClientResources was not shutdown properly when using Lettuce with Actuator

It is not the responsibility of ClientResourcesBuilderCustomizer to build ClientResources instance.Fix:i.l.c.r.DefaultCl...

SpringBoot spring-boot-starter-parent2.5.6 package error

以下pom文件内容<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org...

SpringBoot spring-boot-starter-parent2.5.6 package error

以下pom文件内容<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org...

SpringBoot Remove view templating from smoke tests that don't require it

Several smoke tests related to Spring Security configuration and DevTools use Thymeleaf to render views that are formatt...

SpringBoot Port number out of range: null:-1

Env-spring-boot: 2.6.0-java: 17Examapleapplication.ymlspring: elasticsearch: uris: http://elasticsearch_host:9200org...

SpringBoot Add parameter substitution to Database initialization

When initializing database, usually we cannot hardcode name of schema(in oracle terms), where to create objects. For exa...

SpringBoot fix redundant content in ResourceProperties

Please have a check if here is a redundant content.Comment From: wilkinsonaThis was intentional so that the javadoc does...

SpringBoot QuartzDataSourceScriptDatabaseInitializer does not provide a mapping for MariaDB

DatabaseDriver.MYSQL is added two times. Probably one extra line or missing DatabaseDriver.MARIADB.https://github.com/s...
上一页 下一页
.