SpringBoot Add StatsD transport protocol configuration option

This will expose the StatsD transport protocol configuration option as a configuration option for actuator. I have a nee...

SpringBoot Upgrade to Flyway 6.5 and support new create schemas property

This PR upgrades to Flyway 6.5 and adds support for property flyway.createSchemas.See https://flywaydb.org/documentation...

SpringBoot Whitelabel Error

I have this issue and tried out every solutions in stackoverflow and here and didn't work. I'm pretty sure a lot face th...

SpringBoot EnumSet.copyOf calls fail with empty collections

Both SecurityFilterAutoConfiguration and SessionRepositoryFilterConfiguration use EnumSet::copyOf in a stream. If the st...

SpringBoot enable Dependabot v2

https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/Comment From: spencergibbThe boot team ...

SpringBoot CommandRunnerTests.handlesRegularExceptionWithoutMessage fails on Java 15

We're creating a NullPointerException and assuming that it will have no message. Due to Helpful NullPointerExceptions (J...

SpringBoot spring.datasource.url does not allow "${} placeholders" in Property Files

Hello, Trying to do:spring.datasource.url=jdbc:mysql://${server.address}:${server.port}/foobar?createDatabaseIfNotExist=...

SpringBoot layertools with a wrong option seems to fail silently

layertools with a wrong option seems to fail silently.If I use a correct option with this sample, it succeeds as follows...

SpringBoot Update Atmosphere versions

Comment From: wilkinsonaClosed by https://github.com/spring-projects/spring-boot/commit/9dbbe1a43dbe0d60005b1426c75b2f5e...

SpringBoot Make switching to json log format easier

Imho it is quite a common practice to have logs in json format, so it can be easily digested by logstash, graylog, splun...

SpringBoot Undertow CVE's and security upgrade

Will there be a Spring Boot security upgrade (i.e. 2.3.2. release) with undertow-2.1.1.Final due to the following CVE's ...

SpringBoot Add MessagePack support

Added AutoConfigure for MessagePack.MessagePack is an efficient binary serialization format. It's like JSON but fast and...

SpringBoot LoggingApplicationListener: Trim trailing whitespace from value of logging.config

In application.properties file I had ~ by mistake ~ a trailing space in property logging.configThat leads to an failed a...

SpringBoot Request to not remove deprecated functionality in minor releases

In Spring Boot 2.1, 2.2 and 2.3, deprecated functionality has been removed.Removal of deprecated methods is not backward...

SpringBoot Upgrade to Spring Security 5.3.3.RELEASE

Comment From: aritterathThis update gives me a warning with Dependency-Check plugin:spring-security-core-5.3.3.RELEASE.j...

SpringBoot Binding of entities to entity properties in MVC controller is no longer working with SB 2.3.1/2.2.8

Given: Invoice and InvoiceItem as JPA entities. InvoiceItem has property invoice with type Invoice.Calling /invoice/addI...

SpringBoot Disable LogbackLoggingSystem's XML support when spring.xml.ignore is true

Similar to #22093, we should disable loading of XML configuration in LogbackLoggingSystem when spring.xml.ignore is set ...

SpringBoot Upgrade Java 15 version in CI image

https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk15-2020-06-24-06-14/OpenJDK15-jdk_x64_linux_hots...

SpringBoot Disable XML bean definition loading when spring.xml.ignore is true

This commit allows to set the XmlBeanDefinitionReader field from BeanDefinitionLoader to null in a way that allows the G...

SpringBoot Upgrade to Spring Data 2020.0.0-M1

Comment From: mp911deDependency versions for Spring Data 2020.0.0-M1:org.mongodb:mongodb-driver-* -> 4.0.4io.lettuce:...
上一页 下一页
.