SpringBoot There should be proper documentation for the file IndexedElementsBinder.java

Comment From: wilkinsonaSee #33773.@deepak1067, if you intend to open a pull request, there is no need to create an issu...

SpringBoot Updated the documentation in the file IndexedElementsBinder(Issue solved #33773

Issue solved for the #33773 Comment From: wilkinsonaThanks for the proposal but we do not use javadoc on private methods...

SpringBoot Remove getter argument in JavaBeanBinder.BeanProperty#isBetterGetter

The method argument getter is never used inside the body of the JavaBeanBinder.BeanProperty#isBetterGetter method. This ...

SpringBoot build fail "Task :spring-boot-project:spring-boot-devtools:checkFormatIntTest FAILED"

I download "spring-boot-3.0.1.zip" file and unzip, then execute .\gradlew build command. Eventually fail.PS F:\JavaProje...

SpringBoot How to allow anonymous classes to execute reflection in native-image?

public class SerializationMembers implements Caching { private static final Method NO_METHOD = (new Object() { ...

SpringBoot Update and rename LICENSE.txt to LICENSE

Remove boilerplate from license.Rename to LICENSE, which is the current default name for a LICENSE in a GitHub repositor...

SpringBoot Review use of File.createTempFile

See #8578 for backgroundWe currently have a few places in Spring Boot where we create temporary folders without the abil...

SpringBoot Servlet and Webflux Tracing are Inconsistent in 3.0

We use a mix of Servlet and Webflux spring applications. In Spring Boot 3.0 there are differences in how traces are logg...

SpringBoot Add non-transactable configure method to DefaultJmsListenerContainerFactoryConfigurer

See https://github.com/spring-projects/spring-framework/issues/28009#issuecomment-1031857962Rather than recommending tha...

SpringBoot Upgrade to Spring Asciidoctor Extensions 0.6.1

0.6.1 has been published to Maven Central so we need to update as part of moving our build away from https://repo.spring...

SpringBoot NoHandlerFoundException not being throwed by the DispatcherServlet

Hi! I think that's an issue. Or am I missing something? :(I was reading the Spring Reference Guide on how to handle NoHa...

SpringBoot DevTools prevent startup in native image when using maven

See this comment: https://github.com/spring-projects/spring-boot/issues/32853#issuecomment-1368827099Comment From: mhalb...

SpringBoot Fix docs with repeated words.

fix docsComment From: pivotal-cla@qyqcswill Please sign the Contributor License Agreement!Click here to manually synchro...

SpringBoot Fix 'the the' typos

Fix typo that the theComment From: pivotal-cla@yyjstudy Please sign the Contributor License Agreement!Click here to manu...

SpringBoot Rename MultipleConnectionPoolConfigurationsFailureAnalzyer

Rename MultipleConnectionPoolConfigurationsFailureAnalzyer to MultipleConnectionPoolConfigurationsFailureAnalyzer.Commen...

SpringBoot NPE in RabbitProperties when user is given, but password not

private final RabbitProperties properties = new RabbitProperties(); @Test void determineUsernameWithoutPassword() ...

SpringBoot @ConditionalOnBean behaviour different between spring.factories and Autoconfiguration.imports file

Hello, i have created a simple autoconfiguration starter using the new way of declaring autoconfiguration class (in the ...

SpringBoot Fix typo in External Configuration documentation

This PR resolves a typo in the External Configuration documentation.Comment From: mhalbritterThanks!

SpringBoot java.lang.NoSuchMethodError: void org.springframework.data.repository.support.Repositories

plugins { id 'java' id 'org.springframework.boot' version '3.0.0' id 'jedis' version '4.3.1' id 'spring-data...

SpringBoot Security raise StackOverflowError using authenticationManagerBuilder when user have wrong credentials

DescriptionSpring boot version: 2.7.1JDK version: 1.11I'm moving from old authentication style to the new authentication...
上一页 下一页
.