Nineya
Home
Blog
springboot Upgrade to Jakarta Validation API 2.0.2
2025-01-06 06:37:42
124
It's been out since August but it has gone unnoticed as the metadata on Maven Central says that 2.0.1 is the latest vers...
springboot Failure analyser for a missing validation provider does not kick in when using the latest Jakarta Validation API
2025-01-06 06:37:36
568
We look for a ValidationException with a message that starts with the following:Unable to create a Configuration, becaus...
springboot Failure analyser for a missing validation provider does not kick in when using the latest Jakarta Validation API
2025-01-06 06:37:30
41
Forward port of issue #19671 to 2.3.0.M1.
springboot Disable tests on Java 13 that require an incompatible Gradle version
2025-01-06 06:37:24
550
Hi,apparently raising the new minimum version for Gradle via #18777 breaks the build on JDK 13. I actually don't have a ...
springboot Make equality checks defensive to null reference
2025-01-06 06:37:18
747
When I used the "inspection code" function of idea, I found that "the equals method of Object is easy to throw a null po...
springboot Make equality checks defensive to null reference
2025-01-06 06:37:11
41
Forward port of issue #19540 to 2.3.0.M1.
springboot Make equality checks defensive to null reference
2025-01-06 06:37:05
38
Forward port of issue #19540 to 2.2.3.
springboot PoolingDataSourceBean getParentLogger throws StackOverflowError
2025-01-06 06:36:59
41
Forward port of issue #19637 to 2.3.0.M1.
springboot PoolingDataSourceBean getParentLogger throws StackOverflowError
2025-01-06 06:36:53
38
Forward port of issue #19637 to 2.2.3.
springboot Raise the minimum supported version of Gradle to 5.6
2025-01-06 06:36:47
566
In Spring Boot 2.2 we retained support for Gradle 4 (specifically 4.10.x) in a deprecated form and documented that it wo...
springboot Remove duplicate note in Hazelcast section of reference guide
2025-01-06 06:36:41
41
Forward port of issue #19678 to 2.3.0.M1.
springboot Remove duplicate note in Hazelcast section of reference guide
2025-01-06 06:36:35
259
The following section is duplicated in the doc as of 2.2.x:If you define a com.hazelcast.config.Config bean, Spring Boot...
springboot Remove support for Elasticsearch transport client
2025-01-06 06:36:29
331
Since #15008 the Elasticsearch transport client is deprecated and both Spring Data Elasticsearch and Elasticsearch will ...
springboot Upgrade to Elasticsearch 7.5.1
2025-01-06 06:36:23
129
Comment From: wilkinsonaClosed by https://github.com/spring-projects/spring-boot/commit/d282eb619f62165a36fa91f419ec98b9...
springboot spring-boot-starter-validation and @Validated makes @ConfigurationProperties fail
2025-01-06 06:36:16
3246
@ConfigurationProperties(prefix = "validateconfig") and @Component work with org.springframework.boot:spring-boot-autoco...
springboot java.net.URL heap bigger and bigger
2025-01-06 06:36:04
605
I have a very simple project .It jush have one controller, use org.springframework.web.client.RestTemplate.postForObject...
springboot when I use spring_profiles_active in environment, springboot starts with 2 profiles
2025-01-06 06:35:49
485
Spring Boot version : v2.2.2.RELEASEapplication.ymlspring: application: name: config-server profiles: active: de...
springboot CORS properties dosen't work?
2025-01-06 06:35:43
1494
recently I have accessed to CORS , it seems that three ways to solve this,1. Use @CrossOrigin2. Use Configuration Class ...
springboot String Value is Going to Parse for Decimal Spring Data JPA Mysql
2025-01-06 06:35:35
16281
Entity ClassMasterKey.txtTableMasterKey.sql.txtRepositorypublic interface MasterKeyRepository extends CrudRepository<...
springboot git branch captured in the build scan is wrong
2025-01-06 06:35:28
2517
It's captured as HEAD. I suspect it may be a side-effect of how the Concourse git resource checks out the code.Comment F...
上一页
下一页
1
…
2044
2045
2046
2047
2048
…
2052
.