Nineya
Home
Blog
SpringBoot Consider reducing the number of static resource locations that are configured by default
2025-01-07 04:08:01
2075
See https://github.com/spring-projects/spring-framework/issues/27538 for some background. We have four default locations...
SpringBoot Getting 404 instead of 200 with integration tests when updating from Spring Boot 2.0.X to 2.1.0
2025-01-07 04:07:57
6970
Hi,I have 2 integration tests passing with Spring Boot (2.0.X, probably with version 1.X as well) but when I use the lat...
SpringBoot Upgrade to 2.7.4 broke mongoDB uuid lookup with spring data
2025-01-07 04:07:54
1719
I have noticed that after the upgrade from spring boot 2.7.3 to 2.7.4 my application stopped "working" and almost all te...
SpringBoot Bug report : version 2.7.4 Mongodb Document _id
2025-01-07 04:07:52
2536
Bug reportit's Classimport org.springframework.data.mongodb.core.mapping.Document;import org.springframework.data.mongod...
SpringBoot Tests for spring-boot-gradle-plugin cannot be run in Eclipse due SLF4J 2.0 API
2025-01-07 04:07:48
426
Running the spring-boot-gradle-plugin tests in Eclipse fails on 3.x due to a class cast exception. The cause is that Gra...
SpringBoot Provide extensions that remove the need for the log4j-spring-boot log4j2 module
2025-01-07 04:07:46
1157
This change merges the contents of the log4j-spring-boot module into Spring Boot, effectively making Log4j 2 on par with...
SpringBoot Log4J2 configuration URLs should respect system settings
2025-01-07 04:07:43
235
It's currently possible to use URLs to load Log4j2 configuration. In Spring Boot 2.x we opened these URLs directly, but ...
SpringBoot Support profile specific Log4j2 configuration
2025-01-07 04:07:41
149
Log4j2 has an Arbiter interface that allows blocks of configuration to be skipped. We can offer an implementation backed...
SpringBoot Add Log4J2 PropertySource backed by the Spring Environment
2025-01-07 04:07:39
258
Log4j2 support many system properties that can be used to configure various things. If we add a custom Log4j2 PropertySo...
SpringBoot Add Log4j2 StrLookup backed by the Spring Environment
2025-01-07 04:07:37
168
Adding a StrlLookup that's backed by Spring's Environment will allow logging configuration to reference spring propertie...
SpringBoot Add Spring Environment to Log4j2 LoggerContext
2025-01-07 04:07:36
202
When writing Log4j2 plugins there's currently no easy way to access the Spring Environment. We can change our initializa...
SpringBoot Add support 'log4j.configurationFile' system property
2025-01-07 04:07:33
227
Currently Log4J2LoggingSystem contains a hard-coded set of supported files but doesn't detect if the log4j.configuration...
SpringBoot Document how to enable color-coded output from bootRun
2025-01-07 04:07:31
1054
We made a change way back in 1.3 to enable colour-coded output when running the bootRun task in Gradle. The colour seems...
SpringBoot Upgrade to Undertow 2.2.20.Final
2025-01-07 04:07:29
258
Comment From: pgtaboadaWouldn't it be better to aim for 2.3.0? https://github.com/undertow-io/undertow/tagsIt is final.C...
SpringBoot spring-boot-maven-plugin not provide includeGroupIds
2025-01-07 04:07:26
2659
Can spring-boot-maven-plugin provide includeGroupIds just like excludeGroupIds?Comment From: snicollClosing in favour of...
SpringBoot Add support for includeGroupIds
2025-01-07 04:07:24
10224
see gh-12794.Comment From: snicoll@vision-ken we'd like to understand why you need this feature. Can you please provide ...
SpringBoot ClassPathResource.getInputStream() lost the last byte when reading the file
2025-01-07 04:07:20
1662
version: 2.7.4@GetMapping("/")public String index() throws Exception { ClassPathResource classPathResource = new Clas...
SpringBoot Running ./gradlew bootRun does not produce color output
2025-01-07 04:07:17
494
We've had this previously in #747 and fixed it but it no longer appears to work.Comment From: philwebbA bit of debugging...
SpringBoot Use NBT plugin version from gradle.properties in image tests
2025-01-07 04:07:14
120
This PR changes to use NBT plugin version from gradle.properties in image tests to try to resolve #32474.Closes gh-32474
SpringBoot Upgrade to Spring Data 2022.0.0-RC1
2025-01-07 04:06:58
1314
Comment From: bclozelAs part of this upgrade, we should undo the temporary workaround applied in 0f3b94592Comment From: ...
上一页
下一页
1
…
1888
1889
1890
1891
1892
…
2246
.