springboot Update build.gradle

Comment From: pivotal-issuemaster@gnitin209 Please sign the Contributor License Agreement!Click here to manually synchro...

springboot @ConfigurationProperties does not register as a spring bean

Spring Boot version: 2.2.6Project Type: Gradle based web applicationIDE: vscodeHi, I read on a website that says "As, of...

springboot Perform JDBC URL validation

Section 4.2 of the JDBC spec states that a JDBC URL's format is jdbc:<subprotocol>:<subname>. We could perfo...

springboot Controller Advice Not Working as Expected

Hi I am using spring boot micro service in my project. I have created a controller annotated with RestController somethi...

springboot Update ephemeral builder metadata

To maintain parity with pack, metadata for the ephemeral builder container should: Include a structure in the container ...

springboot Restrict wildcard pattern support for configuration files

Issue #19909 has introduced a PathMatchingResourcePatternResolver to ConfigFileApplicationListener to support wildcard i...

springboot Upgrade to Spring Security 5.2.3.RELEASE

Comment From: snicollSuperseded by #21348

springboot Upgrade to Spring Security 5.1.9.RELEASE

Comment From: snicollSuperseded by #21346

springboot CreateBootStartScripts causes a warning to be logged with Gradle 6.4

With thanks to @jjohannes:This is about the CreateBootStartScripts task and Gradle 6.4:The task subclasses CreateStartSc...

springboot Upgrade to Spring Ldap 2.3.3.RELEASE

Comment From: wilkinsonaThis causes some test failures in LdapAutoConfigurationTests due to this change that was made to...

springboot Upgrade to Spring Ldap 2.3.3.RELEASE

Forward port of issue #21342 to 2.3.0.

springboot Upgrade to Spring Ldap 2.3.3.RELEASE

Forward port of issue #21342 to 2.2.7.

springboot visit jsp page on both server.port and management.server.port

here is my application.propertiesmanagement.server.port=8080server.port=8414and when i run my appliction, i can visit my...

springboot Add tests to verify that our Jetty thread pool defaults match Jetty's own

Using Spring boot 2.2.6.RELEASE.Based on https://github.com/spring-projects/spring-boot/blob/2.2.x/spring-boot-project/s...

springboot Add tests to verify that our Jetty thread pool defaults match Jetty's own

Forward port of issue #21213 to 2.3.0.

springboot Unclear default for 'server.tomcat.use-relative-redirects'

The property server.tomcat.use-relative-redirects (backed by the field org.springframework.boot.autoconfigure.web.Server...

springboot Unclear default for 'server.tomcat.use-relative-redirects'

Forward port of issue #20796 to 2.3.0.

springboot Add Period converter support

Added PeriodToString, PeriodToNumber, and StringToPeriod Classessee gh-21080Comment From: philwebbThanks very much @Grub...

springboot HiddenHttpMethodFilter's early access to a request's parameters prevents MaxUploadSizeExceededException from being thrown and handled

I'm running my application with spring-boot-starter-jetty: 2.1.4 (and tried with 2.1.7).My build.gradle contains: // ...

springboot Binding empty properties to immutable @ConfigurationProperties fails

Version informationSpring-boot: 2.2.6.RELEASEReproductionI have a very basic immutable @ConfigurationProperties class:pa...
上一页 下一页
.