Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,222 contributions in the last year
Contribution activity
September 2020
Created a pull request in spring-projects/spring-security that received 1 comment
Use AssertJ for exception testing
This PR contains three commits that migrate to AssertJ for exception testing. This should help with an eventual migration to JUnit 5.
+3,208
−4,249
•
1
comment
Created an issue in spring-projects/sts4 that received 12 comments
Add support for Spring Boot multi-document properties files
Spring Boot 2.4 will add support for multi-document .properties files. These behave in a similar way to multi-document YAML files and allow the use…
12
comments
- Add anchor links to section headers in Gradle plugin reference docs
- Add Binder to BootstrapContext
- Allow trailing whitespace on properties document split marker
- Fix LoggingSystem package tangle
- Fix package tangle caused by ApplicationContextFactory
- Fix package tangle caused by IncompatibleConfigurationFailureAnalyzer
- Fix package tangle caused by DefaultPropertiesPropertySource
- Use ephemeral ports in NettyRSocketServerFactoryTests
- Use ephemeral ports in NettyRSocketServerFactoryTests
- Refactor BootstrapRegistry
- Consider deprecating @EnableConfigurationProperties value attribute
- Signed jar dependency performance problem when repackaged in a single jar
- Signed jar dependency performance problem when repackaged in a single jar
- Signed jar dependency performance problem when repackaged in a single jar
- ValidationHandler no longer works with certain map keys
- ValidationHandler no longer works with certain map keys
- MVC error model unnecessarily requires timestamp entry to be a java.util.Date
- MVC error model unnecessarily requires timestamp entry to be a java.util.Date
- Split up adoc files
- Allow BootstrapRegistry to have onApplicationContextPrepared actions without registrations
- Allow @ConstructorBinding to be optional