Nineya
Home
Blog
springboot Add Java 14 CI
2025-01-06 08:33:39
1485
Hi,this PR should add a CI job for Java 14 and therefore closes #20147 . Again - as the CI topics are extremely hard to ...
springboot Upgrade to Gradle 6.3 RC2
2025-01-06 08:33:33
131
Gradle 6.3 adds support for Java 14 and its GA is around the corner. Let's upgrade to RC2 to provide a Java 14 CI build ...
springboot Add Java 14 CI
2025-01-06 08:33:27
1721
With Java 14 now in release candidate phase, we ned to add a compatibility build to 2.3. There are two things to conside...
springboot Fix formatting issues
2025-01-06 08:33:20
247
Hi,9f3bc78f364bcb3b81344c201ff26945bc6be011 seems to have introduced a couple of formatting issues.Cheers,ChristophComme...
springboot Recommend configuring compileJava's inputs to include processResources' output when generating configuration metadata
2025-01-06 08:33:14
854
compileJava.dependsOn(processResources) is not enough to ensure the correct behavior.Using dependsOn only affects the ex...
springboot Recommend configuring compileJava's inputs to include processResources' output when generating configuration metadata
2025-01-06 08:33:07
41
Forward port of issue #20323 to 2.3.0.M4.
springboot Webflux coroutines smoke test improvement
2025-01-06 08:33:01
443
Comment From: wilkinsonaThanks for the proposal. Our smoke tests are intended to verify that functionality that Spring B...
springboot Impact of @SpyBean on mybaits dynamic proxy
2025-01-06 08:32:55
649
hi, ask a question, I am using @SpyBean and found that the mapper interface of the mybatis layer annotated by @SpyBean b...
springboot Issue #20151 Improve Docker builder error message
2025-01-06 08:32:48
112
when no Docker Daemon available. Translating IOException to DockerException for a more meaningful error message.
springboot simplify some code
2025-01-06 08:32:42
312
You are right, I found in code inspect that there is code that can be simplified, but ci reports an unknown error, I try...
springboot simplifly a little code
2025-01-06 08:32:36
358
I used idea inspect and found that some code can be simplified, so submit .Comment From: snicoll@wanghenan thanks for th...
springboot Can't use interface access for database access when using Kotlin's suspend
2025-01-06 08:32:29
1275
interface UserDao : CoroutineCrudRepository<User, Long> { @Query("SELECT * FROM user WHERE username = :$0&...
springboot Use @Configuration(proxyBeanMethods=false) wherever possible
2025-01-06 08:32:23
41
Forward port of issue #20541 to 2.3.0.M4.
springboot Use @Configuration(proxyBeanMethods=false) wherever possible
2025-01-06 08:32:17
383
Hi,I noticed a couple of places where @Configuration(proxyBeanMethods=false) could be used - at least to the best of my ...
springboot spring-boot-dependencies 2.2.5 breaks selenium-chrome-driver
2025-01-06 08:32:10
1851
After upgrading our project to spring-boot-dependencies 2.2.5.RELEASE, the Selenium Chrome Driver is broken.Details: The...
springboot Upgrade to Couchbase Java SDK 3
2025-01-06 08:32:03
2689
Hi spring-boot team,after a chat with @mp911de he suggested I open a ticket here to give everyone a heads up. We just r...
springboot Configure Couchbase ourselves rather than importing Spring Data's abstract config
2025-01-06 08:31:57
701
When we integrate with a Spring Data store, we configure things ourselves but we don't do that at the moment for Couchba...
springboot Implementation fail in TestRestTemplate
2025-01-06 08:31:50
5834
I am currently having trouble with the TestRestTemplate. We are using special characters in our application as "äöüß" fo...
springboot simplify some code
2025-01-06 08:31:44
431
When I use idea for inspection, I find that some code can be simplified, so I submit a pr.Comment From: pivotal-issuemas...
springboot ApplicationHome does not work correctly with paths that contain spaces
2025-01-06 08:31:37
41
Forward port of issue #20531 to 2.3.0.M4.
上一页
下一页
1
…
2011
2012
2013
2014
2015
…
2052
.