Nineya
Home
Blog
SpringBoot Add StatsD transport protocol configuration option
2025-01-06 17:38:28
394
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
2025-01-06 17:38:21
213
This PR upgrades to Flyway 6.5 and adds support for property flyway.createSchemas.See https://flywaydb.org/documentation...
SpringBoot Whitelabel Error
2025-01-06 17:38:15
1160
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
2025-01-06 17:38:09
552
Both SecurityFilterAutoConfiguration and SessionRepositoryFilterConfiguration use EnumSet::copyOf in a stream. If the st...
SpringBoot enable Dependabot v2
2025-01-06 17:38:02
493
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
2025-01-06 17:37:56
646
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
2025-01-06 17:37:43
3570
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
2025-01-06 17:37:36
3664
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
2025-01-06 17:37:29
129
Comment From: wilkinsonaClosed by https://github.com/spring-projects/spring-boot/commit/9dbbe1a43dbe0d60005b1426c75b2f5e...
SpringBoot Make switching to json log format easier
2025-01-06 17:37:22
836
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
2025-01-06 17:37:16
549
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
2025-01-06 17:37:09
4968
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
2025-01-06 17:37:02
3736
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
2025-01-06 17:36:56
1406
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
2025-01-06 17:36:49
558
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
2025-01-06 17:36:42
2628
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
2025-01-06 17:36:36
205
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
2025-01-06 17:36:30
147
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
2025-01-06 17:36:24
1193
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
2025-01-06 17:36:17
479
Comment From: mp911deDependency versions for Spring Data 2020.0.0-M1:org.mongodb:mongodb-driver-* -> 4.0.4io.lettuce:...
上一页
下一页
1
…
2149
2150
2151
2152
2153
…
2246
.