Nineya
Home
Blog
SpringBoot ConfigurationPropertiesBeanFactoryInitializationAotProcessor does not handle singleton
2025-01-07 03:12:54
2126
AOT generation with Spring Cloud is broken as ConfigurationPropertiesBeanFactoryInitializationAotProcessor loops over al...
SpringBoot Native version does not load the database properties
2025-01-07 03:12:50
1838
Version 2.7.0 of Springboot (reactive), native (0.12) generation, MacOS, OpenJDK Runtime Environment GraalVM CE 22.1.0 (...
SpringBoot Update the Spring Security configuration class with Spring Boot 2.7.0
2025-01-07 03:12:46
13171
My IDE reports two errors in the following class:1.WebSecurityConfigurerAdapter is a deprecated class;2.Could not autowi...
SpringBoot Use AotDetector when applicable
2025-01-07 03:12:43
116
Rather than using NativeDetector we should use AotDetector so that we can run AOT-generated code on the JVM as well.
SpringBoot Update NodeAssert.java
2025-01-07 03:12:40
198
Comment From: pivotal-cla@saikiranbachu09 Please sign the Contributor License Agreement!Click here to manually synchroni...
SpringBoot Deprecated artemis properties are not documented in the 2.5.x release notes
2025-01-07 03:12:36
14046
By doing the Bump spring-boot-starter-parent from 2.6.7 to 2.7.0When calling the endPoint /actuator/health, I got the fo...
SpringBoot Update Wiki with up to date info on supported versions
2025-01-07 03:12:33
282
Wiki home page currently says:Spring Boot 2.5 and 2.6 are the actively maintained versions.I assume this should now be 2...
SpringBoot Springboot can support multiple protocols
2025-01-07 03:12:29
606
I don't want to change my controller, but I need to support TCP, UDP, HTTP, and some custom protocols to access my inter...
SpringBoot Do not enable ReactorDebugAgent so easily
2025-01-07 03:12:26
3976
The ReactorDebugAgent is enabled even if the property reactor.debug-agent.enabled in the application.yml is set to false...
SpringBoot Non-parseable POM error while building Spring Boot 2.2.4
2025-01-07 03:12:21
2431
JDK Version: 1.8.0_231Maven: 3.6.1Spring Boot: 2.2.4Eclipse: Version: 2019-09 R (4.13.0) Build id: 20190917-...
SpringBoot Allow configuring Cassandra configuration file
2025-01-07 03:12:17
12083
Spring Boot allows configuration of the most common configuration options for Cassandra driver 4 and allows customizatio...
SpringBoot ClassCastException post upgrade to 2.6.6
2025-01-07 03:12:13
7704
I did upgrade from 2.5.7(jdk-8) to 2.6.6(jdk-11)I see the below class cast exception ::java.lang.ClassCastException: cla...
SpringBoot Custom Favicon missing in the documentation
2025-01-07 03:12:07
883
Hello,I'm opening this issue because it seems the part about the custom Favicon is missing in the documentation.Starting...
SpringBoot Spring Boot validation issues since update from 2.6.7 to 2.7.0
2025-01-07 03:12:04
1607
Hey, has anyone else encountered problems since the release of spring-boot-starter-web on 2.7.0 ? For example:I have a p...
SpringBoot Support Elasticsearch RestClientBuilder auto-configuration without RestHighLevelClient
2025-01-07 03:12:00
12989
Prior to this commit, Spring Boot would only auto-configurethe RestHighLevelClient and RestClientBuilder if the RestHigh...
SpringBoot ServiceInstance getUri method not support IPv6 raw address
2025-01-07 03:11:56
1784
The ServiceInstance not support IPv6 raw address ServiceInstance serviceInstance = loadBalancerClient.choose("a...
SpringBoot Upgrading to Spring Boot 2.7 and Cloud 2021.0.3 failed for snakeyaml-1.30-android.jar
2025-01-07 03:11:52
27588
Version:Spring Boot 2.6.2Spring Cloud 2021.0.0Gradle 7.3.1ProblemWe are trying to upgrade to Spring Boot 2.7 and Cloud 2...
SpringBoot Base packages are not contributed with AOT
2025-01-07 03:11:49
279
AutoConfigurationPackages.BasePackages is registered in such a way that we don't generate the appropriate code for AOT. ...
SpringBoot Integration of spring-boot into OSS-Fuzz
2025-01-07 03:11:46
4615
Hi all,I have prepared the initial integration https://github.com/CodeIntelligenceTesting/oss-fuzz/commit/0f1e3c027858e9...
SpringBoot Ensure that deduction of the main application class works in a native image
2025-01-07 03:11:42
719
It already works in the typical case where the main application class is also the class that's annotated with @SpringBoo...
上一页
下一页
1
…
1931
1932
1933
1934
1935
…
2246
.