Nineya
Home
Blog
软著申请
SpringBoot Combination of Redis dependencies breaks native compile since 3.0.3
2025-01-07 07:25:18
3951
Ever since 3.0.3 (so present in 3.0.3 and 3.0.4) native compiliation via ./mvnw -Pnative native:compile is broken in one...
SpringBoot Minor enhancement: add constant "BOTH" to Banner.Mode enum
2025-01-07 07:25:16
1787
Actually the startup banner can be printed to console OR log, not both. I don't see a valid reason for this limitation....
SpringBoot @PathVariable type conversion to UUID is not correct
2025-01-07 07:25:13
650
Problem SummarySuppose in context: @PathVariable(id) id: UUIDLet's say c7fc2ea4-b4ef-489a-b8df-2f02fac8b80e is a valid U...
SpringBoot @RequestParam type conversion to List<String> removing %20 or whitespace at start of each query
2025-01-07 07:25:10
583
Problem SummarySuppose in context: @RequestParam(myList) myList: List<String>Let's say we expecting SOME_STRING_ST...
SpringBoot Image builds with podman fail when image buildpacks are configured
2025-01-07 07:25:08
5758
Following the documentation on how to configure podman for spring boot I ended up using the following configuration in g...
SpringBoot Native image not starting on Docker as Logback configuration error detected
2025-01-07 07:25:04
20685
Environment Java -17 bellsoft-liberica-vm-core-openjdk17.0.6+10-22.3.1+1-linux-amd64 Spring Boot Version 3.0.4-SNA...
SpringBoot spring.data.cassandra.contact-points is ignored
2025-01-07 07:25:00
963
What I didMy spring-data-cassandra application was built on top of the 2.7.3 version of Spring Boot, I decided to migrat...
SpringBoot Default values of var-based properties are not documented properly
2025-01-07 07:24:57
8254
Generating configuration metadata from @ConfigurationProperties items written in Kotlin doesn't work for defaultValue fi...
SpringBoot Strange Security Error in Spring Boot 3.0.2
2025-01-07 07:24:55
1192
I have already raised the issue on StackOverflow (https://stackoverflow.com/questions/75627353/strange-security-error-in...
SpringBoot How to propagate context with trace-id in CommandLineRunner with spring boot 3 and micrometer?
2025-01-07 07:24:50
3449
After migration to spring boot 3 and micrometer tracing library. The tracing IDs aren't automatically appended to the lo...
SpringBoot Add Javadoc since to BuildInfoMojo.skip
2025-01-07 07:24:48
129
This PR adds Javadoc @since tag to the BuildInfoMojo.skip parameter.See gh-34393Comment From: wilkinsonaThanks very much...
SpringBoot Maven plugin's integration tests don't declare the Maven binaries as an input
2025-01-07 07:24:44
130
This can lead to the task being skipped (due to caching or up-to-date checks) even when the binaries to test against hav...
SpringBoot nativeTest fails after upgrade from 3.0.1 to 3.0.2 - groovy related
2025-01-07 07:24:42
7909
It seems the upgrade prevents finishing the nativeTest compilation. It also seems to be related to groovy - when the dep...
SpringBoot Allow to use Kotlin value classes directly as JpaRepository Id type
2025-01-07 07:24:40
1141
Consider this entity@Entity@Table(name = "project")class ProjectJpa( @Id @GeneratedValue(strategy = Gene...
SpringBoot openj9 undertow startup slow
2025-01-07 07:24:37
3174
I used spring boot 1.5.13.RELEASE, and import prometheus dependency to exposure jmx endpoint<dependency> <gr...
SpringBoot When using version 3.0.3 of the Spring Boot starter web, the version of Spring Core is 5.3.24 instead of the expected 6.0.5
2025-01-07 07:24:34
1099
I'm using Spring Boot 3.0.3 and I've noticed that while the spring-boot-starter-parent dependency has version 3.0.3, the...
SpringBoot Enhancement: Spring Boot 3.0 Migration Guide, add async-functions-return-types
2025-01-07 07:24:28
344
Would be nice to mention about the enforced return types for @Async annotated functions in the Spring Boot 3.0 migration...
SpringBoot Hooks.enableAutomaticContextPropagation() results in UnsupportedOperationException with R2DBC
2025-01-07 07:24:25
5417
In Boot 3.0.3 you can add Hooks.enableAutomaticContextPropagation() to enable context propagation.This does not work wit...
SpringBoot Initializr (start.spring.io) no longer works
2025-01-07 07:24:15
787
The initializr doesn't produce a file to be downloaded when clicking "GENERATE" button nor does it show the generated pr...
SpringBoot Update Batch documentation
2025-01-07 07:24:11
170
This commit updates the documentation about how to configure Spring Batch v5 with Spring Boot v3.Feel free to amend the ...
上一页
下一页
1
…
1841
1842
1843
1844
1845
…
2246
.