Nineya
Home
Blog
软著申请
SpringBoot Relocate launcher classes to 'org.springframework.boot.loader.launch' package
2025-01-07 17:35:10
762
Currently our loader classes are in the org.springframework.boot.loader package but they'd really be better in a dedicat...
SpringBoot Lack of setReadTimeout and setConnectTimeout in RestClient.Builder
2025-01-07 17:35:04
905
RestTemplateBuilder has mentioned methodRestClient.Builder does not have.If I want to configure connect or read timeout ...
SpringBoot Failed run bootBuildImage native image on macos apple silicon
2025-01-07 17:35:00
523
I try to use gradle:bootBuildImage build native image on macos apple silicon. Native image build success, but image cant...
SpringBoot spring-boot-starter-data-jpa 3.2.0 version alignment issue
2025-01-07 17:34:58
1074
Hibernate 6.4.0.Final uses antlr4 version 4.13.0 but spring-boot-starter-data-jpa 3.2.0 still uses antlr4 version 4.10.1...
SpringBoot Error in the AOT test process if there are two tests that check an actuator endpoint.
2025-01-07 17:34:55
10208
HelloI'am using SB 3.0.2. I'm trying to pass the tests with native compilation with mvn -PnativeTest clean install and ...
SpringBoot jar task fails when it has a custom archive classifier and the application plugin is applied
2025-01-07 17:34:53
4676
When applying Gradle's (8.5) application plugin, and setting property archiveClassifier a task dependency error is raise...
SpringBoot Bean composition error after upgrading to Spring Boot 3.2
2025-01-07 17:34:50
3491
After upgrading our Spring Boot project from 3.1.6 to 3.2 we can't start the application, as there is a bean composition...
SpringBoot NegativeArraySizeException can be thrown from org.springframework.boot.loader.zip.ZipContent$Loader
2025-01-07 17:34:48
21369
Under Spring Boot 3.2.x I get a java.lang.NegativeArraySizeException exception from org.springframework.boot.loader.zip....
SpringBoot requestMappingHandlerMapping has 2 potential beans when actuator is active from spring boot version 2.7
2025-01-07 17:34:45
4145
I did small sample project to show behavior which we are getting on bigger project. We are using actuator endpoints and ...
SpringBoot Loading application.yml fails with NoSuchMethodError when using SnakeYAML 2.0
2025-01-07 17:34:42
51047
When I upgrade snakeyaml from 1.33 to 2.0 version, Springboot Application run failed as below.I have tried springboot 2....
SpringBoot spring.config.activate.on-cloud-platform should consider NONE to be semantically equivalent to null
2025-01-07 17:34:38
2948
Apologies if this has been reported before, couldn't find any StackOverflow posts or GitHub issues.When attempting to us...
SpringBoot Failed to build project with JDK 21
2025-01-07 17:34:35
6208
$ ./gradlew -v------------------------------------------------------------Gradle 7.6.3----------------------------------...
SpringBoot Bug in spring boot initialization, when serialized entity has serialized built-in classes. HikariPool-1: Start Complete
2025-01-07 17:34:32
12245
I found a bug related to Spring Boot and JPA when creating tables. When there is a serialized entity associated with a b...
SpringBoot Spring Boot jar launcher does not work in folders containing certain chars
2025-01-07 17:34:28
2867
I have my microservices fat-jars in a folder name containing "#" in its name. It worked fine with Spring Boot 3.1.5 and ...
SpringBoot Ascii art logos
2025-01-07 17:34:25
4128
Just a dumping ground for alternative logos in case we ever fancy a refresh. . ____ _ __ _ _ /\\ ...
SpringBoot Consider disabling logback packaging data in stack traces by default
2025-01-07 17:34:23
1436
Logback from v1.1.4 has packaging data in stack traces disabled by default, due to calculating them are rather expensive...
SpringBoot Multi Services Test
2025-01-07 17:34:19
1915
Im developing a solutions based on multiple spring boot microservices. I wan to test end to end flows involving services...
SpringBoot GraalVM with AWS Pamareter Store not runs in the native version
2025-01-07 17:34:16
709
Spring Boot 3.2Spring Cloud 2021.0.6I have this simple projetct with AWS Parameter store value to be load in a rest end ...
SpringBoot Support composible SslBundle and ability to wrap Java's lib\security\cacerts in SslBundle
2025-01-07 17:34:14
6650
In some applications it is desirable to use multiple sources of Trust material. An application may want to use Java's de...
SpringBoot Polymorphic @ConfigurationProperties are not loaded properly
2025-01-07 17:34:11
738
We have a complex configuration properties, with a list of polymorphic objects. Once parsed by Spring Boot using a @Conf...
上一页
下一页
1
…
1746
1747
1748
1749
1750
…
2246
.