Nineya
Home
Blog
springboot Hide gradle welcome message on CI
2025-01-06 06:35:21
1548
We should try to hide this message on CI:waiting for docker to come up...Cleaning local maven repo "org.springframe...
springboot Gradle plugin build may pick up Gradle configuration from ancestor directories
2025-01-06 06:35:15
240
In 2.1.x and 2.2.x, the Gradle plugin is a separate Gradle build but it has no settings.gradle. This results in Gradle s...
springboot Switch from Spring Boot 2.1.x to 2.2.x causes ConstraintViolationException
2025-01-06 06:35:09
4223
I created a project which showcases the issue: https://github.com/schnesim/SpringTestIt comprises two entities linked li...
springboot Gradle plugin build may pick up Gradle configuration from ancestor directories
2025-01-06 06:35:02
38
Forward port of issue #19656 to 2.2.3.
springboot PoolingDataSourceBean.getParentLogger() method Dead cycle
2025-01-06 06:34:56
223
When I was browsing the source code, I found that PoolingDataSourceBean class of method getParentLogger there was a Dead...
springboot Update copyright in legal doc section
2025-01-06 06:34:50
41
Forward port of issue #19621 to 2.3.0.M1.
springboot Update copyright in legal doc section
2025-01-06 06:34:44
308
Hi.this PR updates the copyright to 2020 under the Legal section in the HTML reference.Cheers,ChristophComment From: sni...
springboot [ERROR] Failed to execute goal org.codehaus.mojo:xml-maven-plugin:1.0.2:transform (post-process-flattened-pom) on project spring-boot-dependencies: Unable to parse configuration of mojo org.codehaus.mojo:xml-maven-plugin:1.0.2:transform for parameter includes: Cannot assign configuration entry 'includes' with value '.flattened-pom.xml' of type java.lang.String to property of type java.lang.String[] -> [Help 1]
2025-01-06 06:34:37
12921
"C:\Program Files\Java\jdk1.8.0_121\bin\java.exe" -Dmaven.multiModuleProjectDirectory=D:\apache_repository\spr...
springboot Consider defining a bean of type 'com.xxx.ElasticsearchRestClient' in your configuration
2025-01-06 06:28:46
2367
Affects: Spring Framework version 5.1.10 & spring boot version 2.1.9hello , my project use spring boot version 2.1....
springboot Add missing @since tag in DisabledIfDockerUnavailable
2025-01-06 06:28:39
314
Hi,this PR fixes the current checkstyle issue in the builds.Cheers,ChristophComment From: dreis2211Fixed by @bclozel wit...
springboot Simplify build settings
2025-01-06 06:28:32
107
This PR proposes some simplifications to build settings.Comment From: wilkinsonaVery nice! Thanks, @vpavic.
springboot Reuse optional configuration name constant
2025-01-06 06:28:26
46
Comment From: wilkinsonaThanks again, @vpavic.
springboot Auto-configure HTTP client builders as lazy
2025-01-06 06:28:19
636
Spring Boot is auto-configuring, if the required classes are present, builders for HTTP clients: RestTemplateBuilder for...
springboot Short circuit validation in bind handler if previous exception is present
2025-01-06 06:28:13
599
For a class that looks like this@Validatedstatic class ExampleCamelCase { @Valid private InnerProperties inner = n...
springboot Short circuit validation in bind handler if previous exception is present
2025-01-06 06:28:07
41
Forward port of issue #19599 to 2.3.0.M1.
springboot DeploymentIntegrationTests fails if Docker is unavailble
2025-01-06 06:28:01
160
We should allow the build to work even if Docker is unavailable.Comment From: wilkinsonaI think SysVinitLaunchScriptInte...
springboot Remove Maven wrapper leftovers
2025-01-06 06:27:55
458
Hi,mvnw and mvnw.cmd seem to be unused now. At least the actual wrapper seems to be gone as well.Let me know when I'm mi...
springboot gradle build issue
2025-01-06 06:27:48
13352
java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultC...
springboot Update build instructions in README after switch to Gradle
2025-01-06 06:27:42
306
Hi,the README still mentions mvn clean install and alike for building the project.Cheers,ChristophComment From: philwebb...
springboot Better Caffeine Configuration
2025-01-06 06:27:35
2482
Hi,The configuration of Caffeine cache is limited because we should configure using spring.cache.caffeine.spec and sprin...
上一页
下一页
1
…
2045
2046
2047
2048
2049
…
2052
.