SpringBoot Update javadoc on @ConstructorBinding to mention @ConfigurationPropertiesScan and @EnableConfigurationProperties

Update javadoc on @ConstructorBinding to mention @ConfigurationPropertiesScan and @EnableConfigurationPropertiesComment ...

SpringBoot JCE cannot cannot authenticate the provider BC

Hi I am getting the above error on windows only when running my springboot application. Springboot is packaging the thir...

SpringBoot Compile error "Inferred type 'S' for type parameter 'S' is not within its bound; should extend 'com.kj.webfluxcruddemo.entity.Employee'"

SO Link: https://stackoverflow.com/questions/52124727/error-in-saving-entity-by-extending-reactive-repository-in-springb...

SpringBoot Update javadoc on @ConstructorBinding to mention @ConfigurationPropertiesScan and @EnableConfigurationProperties

@ConstructorBinding with @ConfigurationProperties only worked after I added @ConfigurationPropertiesScan to the applicat...

SpringBoot Defer OIDC lookup until first use of the issuer location JwtDecoder

Spring Security 5.6 is shipping with a new JwtDecoder that defers the OIDC discovery lookups that normally happen during...

SpringBoot spring-boot-starter-undertow Dependency convergence errors

When using spring-boot-dependencies 2.5.4 as my parent pom, and adding spring-boot-starter-web with excluded, and spring...

SpringBoot Avoid running the launch script tests unnecessarily

At the moment, the test app used by spring-boot-launch-script-tests depends on spring-boot-starter-web. This means that ...

SpringBoot NumberFormatException when configuring spring.rabbitmq.addresses with an IPv6 address

This yaml worksspring: rabbitmq: host: "[aaaa:bbbb:cccc::d]" port: 5672 username: foo password: &...

SpringBoot NumberFormatException when configuring spring.rabbitmq.addresses with an IPv6 address

Forward port of issue #28133 to 2.5.x.Comment From: wilkinsonaDuplicates https://github.com/spring-projects/spring-boot/...

SpringBoot Investigate Jandex

Jandex is used by WildFly to improve performance when scanning classes. We might be able to write the index during jar c...

SpringBoot Avoid implicit task dependencies in Gradle build

We have some implicit task dependencies in our build. They're flagged via a deprecation warning when building with Gradl...

SpringBoot 如何在application.yml引用application-xxx.yml中的属性

我的resources目录结构为:resources/config/filter-dev.properties resources/application.ymlfilter-dev.properties 配置为:serverPort=80...

SpringBoot @Persistent should not be considered when scanning for Couchbase entities

Resolves #26074Comment From: snicoll@radoslawdabrowski thank you for making your first contribution to Spring Boot.

SpringBoot @Persistent should not be considered when scanning for Couchbase entities

In https://github.com/spring-projects/spring-data-couchbase/issues/1121, Spring Data Couchbase will stop looking for @P...

SpringBoot Spring boot 2.5.5 can't start with jetty 10.0.6

When using Jetty version 10.0.6 and Java 17 Spring Boot 2.5.5 can't start.Modify the pom.xml as per Spring Boot document...

SpringBoot ReactiveOAuth2ClientAutoConfiguration should be used in Servlet environments

14463 introduced a condition on the Reactive OAuth2 auto-configuration support that disables it for Servlet applications...

SpringBoot Spring-CLI: "packageName" parameter is not aligned with the docs and doesn't fit the naming convention of other parameters

Steps to reproduce:In the command line, run spring init --list. As a result a list of dependencies and parameters will a...

SpringBoot Update examples in the Dynatrace documentation

This PR updates the documentation to include Spring Placeholder notation for the v2 exporter in order to make the setup ...

SpringBoot Spring Boot 2.5.5 + JSF + Jax-rs Jersey working with errors

Hi FolksI'm trying to run spring boot rest with jersey and would like to put some JSF pages.But as soon as I put the jer...

SpringBoot Image building with newer Paketo base-platform-api-0.3 fails

Versionsspring-boot version: 2.3.3.RELEASEjdk version: 11gradle version: 6.4.1SymptomTask :bootBuildImage FAILEDLog$ ./g...
上一页 下一页
.