Nineya
Home
Blog
springboot Add UTF-8 encoding to spring-boot-starter-parent POM
2025-01-06 07:21:20
227
Hi,this is an attempt to fix #19815 by adding project.build.sourceEncoding with UTF-8 to the generated spring-boot-start...
springboot Generated poms no longer contain sourceEncoding override
2025-01-06 07:21:13
1803
Building a Maven project with Spring Boot 2.3.0.BUILD-SNAPSHOT as the parent leads to:[INFO] --- maven-resources-plugin:...
springboot recommend exclude on SpringBootApplication
2025-01-06 07:21:06
451
The documentation has been updated to describe and demonstrate the use of the exclude attribute on @SpringBootApplicatio...
springboot Create a new ImagePackager tools class
2025-01-06 07:21:00
191
The current Repackager class isn't flexible enough to be reused to create Docker images. We need to split it up so that ...
springboot Add cloud native buildpack module
2025-01-06 07:20:54
98
In order to support buildpack base image creation we'll need to port part of pack from Go to Java.
springboot Maven build produces encoding warnings
2025-01-06 07:20:48
1982
Building a project now appears to give the following warnings:[INFO] --- maven-resources-plugin:3.1.0:resources (default...
springboot Autoconfigure Type Converter Implementations on Cassandra Cluster
2025-01-06 07:20:41
1381
This is in regards to the auto configuration of the cassandra clusterThe cassandra driver provides an interface named Ty...
springboot Using @ActiveProfiles with @SpringBootTest now adds to the profiles configured using spring.profiles.active rather than overriding them
2025-01-06 07:20:35
153
Forward port of issue #19788 to 2.3.0.M1.Comment From: wilkinsonaSwitching to a task as the changes here and in #19561 c...
springboot Profile with comma in name does not work in tests
2025-01-06 07:20:28
261
Forward port of issue #19556 to 2.3.0.M1.Comment From: wilkinsonaThis change has been reverted as it introduced a regres...
springboot Profile with comma in name does not work in tests
2025-01-06 07:20:22
155
Forward port of issue #19556 to 2.2.3.Comment From: wilkinsonaThis change has been reverted in 2.2.4 as it introduced a ...
springboot Profile with comma in name does not work in tests
2025-01-06 07:20:15
440
Prior to this commit, active profiles were being added to the Spring Boot application environment by setting the spring....
springboot Using @ActiveProfiles with @SpringBootTest now adds to the profiles configured using spring.profiles.active rather than overriding them
2025-01-06 07:20:09
38
Forward port of issue #19788 to 2.2.4.
springboot Document RedisCacheManagerBuilderCustomizer
2025-01-06 07:20:03
12
see gh-19813
springboot Document RedisCacheManagerBuilderCustomizer
2025-01-06 07:19:57
41
Forward port of issue #19819 to 2.3.0.M1.
springboot Protect against available port actually being unavailable
2025-01-06 07:19:51
310
Hi,this is an attempt to fix #19801. I remembered an issue in the past that tackled things in the same way (see #19355 )...
springboot Failing to build spring-boot
2025-01-06 07:19:45
2554
Building of Spring boot fails due to messages:Task :spring-boot-project:spring-boot-devtools:checkFormatMain FAILEDTask ...
springboot Polish README.adoc
2025-01-06 07:19:38
169
Updated minor grammar mistakes in the README.adoc file.Comment From: snicollThanks for the follow-up @Abdullah8006 and f...
springboot Merge Spring Security and Spring Test classes for Spring MVC and Spring Webflux
2025-01-06 07:19:32
4507
Hi, I wanted to create a security module in order to factorize classes that I write over and over again in all my Spring...
springboot Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is java.lang.NoSuchMethodError: org.apache.tomcat.util.buf.UDecoder.URLDecode(Ljava/lang/String;)Ljava/lang/String;
2025-01-06 07:19:25
49142
I am having an Exception with SpringBoot, when loading the ApplicationContext an Exception is thrown. It claims, that i...
springboot Dependency resolution fails with Gradle 5.3.x to 5.6.x
2025-01-06 07:19:18
41
Forward port of issue #19783 to 2.3.0.M1.
上一页
下一页
1
…
2115
2116
2117
2118
2119
…
2127
.