Nineya
Home
Blog
软著申请
SpringBoot Add tests to ensure private constructor is not used for value object binding
2025-01-07 23:23:55
564
Sometimes we want to duplicate @ConfigurationProperties bean with different prefix, we should use the primary configurat...
SpringBoot Allow customization of the banner printer used by SpringBootApplication
2025-01-07 23:23:50
4964
Hello! I’ve made changes to allow the customization of the banner printer.The Banner class was originally intended for p...
SpringBoot save new entity with non-empty id fail in spring boot 3.1.3
2025-01-07 23:23:44
16946
Our entity classes extend from a base resourse class with @Id and @Version, like this:@MappedSuperclasspublic class RR {...
SpringBoot Reduce the need for @AutoConfigureTestDatabase(replace=NONE) when using a test-provided database
2025-01-07 23:23:42
3697
If a test class is using @ServiceConnection to create a test-specific DataSource, @DataJpaTest or any other sliced-test ...
SpringBoot Polish
2025-01-07 23:23:39
431
Removed @SuppressWarnings as it was no longer needed.Used pattern matching.Replace the while loop with string repeatComm...
SpringBoot Add support for Postgres trust host auth method with Docker Compose
2025-01-07 23:23:36
588
Fixes #41509 Comment From: theodorosidmarAwesome. Thank you for the review. Here you go: https://github.com/spring-proje...
SpringBoot Missing details in OAuth2ClientProperties validation error message
2025-01-07 23:23:33
692
Method of validation use only client id, but if you have a large and complex configuration, collected from various sourc...
SpringBoot Log4j2 classpath resource not found when using Spring Boot and GraalVM
2025-01-07 23:23:24
8781
DescriptionWhen using Spring Boot, Log4j 2.24.0, and GraalVM, the application cannot start because it can't find classpa...
SpringBoot Provide option to re-enable log4j2 JMX support when they disable it by default
2025-01-07 23:23:21
4873
configurations { implementation { exclude(module = "spring-boot-starter-logging") }}dependencies { imple...
SpringBoot Add SSL store bundle which uses PEM files from a directory
2025-01-07 23:23:19
300
Code is here: https://github.com/philwebb/spring-boot/tree/gh-37768Comment From: philwebbWe should also look at #38754 b...
SpringBoot Link to major.minor versions of documentation rather than specific patch version
2025-01-07 23:23:15
144
With the migration to Antora and with commercial releases we should link to the major.minor version of docs, rather than...
SpringBoot Update link to Log4j2 system properties
2025-01-07 23:23:09
262
We currently link to https://logging.apache.org/log4j/2.x/manual/configuration.html#SystemProperties. The SystemProperti...
SpringBoot Fix links to Spring Data's reference documentation
2025-01-07 23:22:31
139
Spring Data 3.2.x that Spring Boot 3.2.x refers to is using Antora and all our links to the previous arrangement are bro...
SpringBoot Upgrade to Elasticsearch Client 8.15.1
2025-01-07 23:22:29
540
https://mvnrepository.com/artifact/org.elasticsearch.client/elasticsearch-rest-client/8.15.1Comment From: wilkinsonaThan...
SpringBoot Add consistent scope support ConfigurationProperties beans
2025-01-07 23:22:26
1577
Added support @Scope for @ConfigurationProperties beans. To use AnnotationScopeMetadataResolver I had to use AnnotatedG...
SpringBoot Add Graylog Extended Log Format (GELF) for structured logging
2025-01-07 23:22:24
8029
SummaryAs of Spring Boot v3.4, structured logging is now built-in into Spring Boot.The following pull requests adds a Gr...
SpringBoot Use early static registration of EventPublishingContextWrapper in tests
2025-01-07 23:22:13
459
See https://github.com/spring-projects/spring-boot/issues/41439#issuecomment-2303907367.We should try to make things wor...
SpringBoot @ConditionalOnBean matches beans that are not autowire candidates resulting in UnsatisfiedDependencyException when an attempt is made to inject the bean
2025-01-07 23:22:11
9787
Assuming the following test:@SpringBootTest@EnableAutoConfigurationpublic class TestAutowireCandidate { @Test void...
SpringBoot Add Pulsar container factory customizers
2025-01-07 23:22:08
1635
This commit adds the ability for users to customize the auto-configured Spring for Apache Pulsar message container facto...
SpringBoot Polish
2025-01-07 23:22:06
840
Removed @SuppressWarnings as it was no longer needed.Used pattern matching.Updated documentation.Replaced class with rec...
上一页
下一页
1
…
1647
1648
1649
1650
1651
…
2246
.