Nineya
Home
Blog
SpringBoot spring-boot-image-tests fail when trying to test a new version with no published snapshots
2025-01-07 01:48:27
429
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
2025-01-07 01:48:25
430
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
2025-01-07 01:48:21
4047
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
2025-01-07 01:48:17
14115
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
2025-01-07 01:48:14
379
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
2025-01-07 01:48:09
1395
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
2025-01-07 01:48:05
420
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
2025-01-07 01:48:01
966
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
2025-01-07 01:47:55
662
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
2025-01-07 01:47:50
384
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
2025-01-07 01:47:47
779
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
2025-01-07 01:47:44
8132
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
2025-01-07 01:47:41
372
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
2025-01-07 01:47:37
37699
以下pom文件内容<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org...
SpringBoot spring-boot-starter-parent2.5.6 package error
2025-01-07 01:47:34
36969
以下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
2025-01-07 01:47:30
338
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
2025-01-07 01:47:26
604
Env-spring-boot: 2.6.0-java: 17Examapleapplication.ymlspring: elasticsearch: uris: http://elasticsearch_host:9200org...
SpringBoot Add parameter substitution to Database initialization
2025-01-07 01:47:23
1194
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
2025-01-07 01:47:19
283
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
2025-01-07 01:47:16
1038
DatabaseDriver.MYSQL is added two times. Probably one extra line or missing DatabaseDriver.MARIADB.https://github.com/s...
上一页
下一页
1
…
1987
1988
1989
1990
1991
…
2246
.