SpringBoot ConfigurationPropertiesBeanFactoryInitializationAotProcessor does not handle singleton

AOT generation with Spring Cloud is broken as ConfigurationPropertiesBeanFactoryInitializationAotProcessor loops over al...

SpringBoot Native version does not load the database properties

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

My IDE reports two errors in the following class:1.WebSecurityConfigurerAdapter is a deprecated class;2.Could not autowi...

SpringBoot Use AotDetector when applicable

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

It already works in the typical case where the main application class is also the class that's annotated with @SpringBoo...
上一页 下一页
.