74 Commits (main)

Author SHA1 Message Date
Sam Brannen af03fa7657 Reinstate support for javax.* annotations in component indexer 1 year ago
Juergen Hoeller d250a5155a Consistent dependency declarations 1 year ago
Sam Brannen 5e52259fb3 Suppress warnings in tests 1 year ago
Stephane Nicoll 993a69d3a9 Deprecate spring context indexer 1 year ago
Krzysztof Krasoń 1734deca1e
Refactor AssertJ assertions into more idiomatic ones 1 year ago
Sam Brannen 99e54fec3a Ensure all packages declare package-info.java with null-safety annotations 2 years ago
Sam Brannen 7766b518d3 Apply "instanceof pattern matching" in spring-context-indexer module 2 years ago
Sam Brannen ad60164911 Update copyright headers for source code changed since August 2022 2 years ago
Sam Brannen 7fcd1de8e3 Use AssertJ's isEmpty() instead of hasSize(0) 2 years ago
Adam Ostrožlík 0ccb64fe10 Replace Collectors.toList with Stream.toList 2 years ago
Marc Wrobel 92a231cf91 Fix typos in Javadoc, reference docs, and code 2 years ago
Marc Wrobel c48c5e7691 Fix and improve Javadoc in spring-context 2 years ago
Juergen Hoeller 2b65f274dc Use Set.of instead of HashSet with Arrays.asList 2 years ago
Juergen Hoeller f771603789 Polishing 2 years ago
Stephane Nicoll 0267da8d2e Polish 3 years ago
Sam Brannen c04fa858fc Partially revert e1200f34e7 3 years ago
Sam Brannen c3ce4f0f90 Polish contribution 3 years ago
Marten Deinum e1200f34e7 Use try-with-resources for AutoClosables where feasible 3 years ago
SungMin 32af39d6e6
Use 'toString(Charset)' instead of 'toString(String)' for encodings (#27646) 3 years ago
Sam Brannen 0eb73c130c Apply "instanceof pattern matching" Eclipse clean-up in spring-context-indexer 3 years ago
Juergen Hoeller d84ca2ba90 Jakarta EE 9 migration 3 years ago
Brian Clozel cecc0849a8 Upgrade to Gradle 7.2 3 years ago
Sam Brannen e0690335fc Polish Javadoc in spring-context-indexer 3 years ago
Juergen Hoeller 4164fc63b1 CandidateComponentsIndexer introspects any kind of class (including records) 3 years ago
Sam Brannen cdc234d7db Polish contribution 4 years ago
XenoAmess c547809e89 Use instanceof instead of Class#isInstance where feasible 4 years ago
XenoAmess 3b12beb1b8
Simplify if-statements with instanceof checks 4 years ago
Sam Brannen 2719dcb29b Delete unused imports 4 years ago
XenoAmess b6c463676a
Use Stream#toArray in TestCompiler 4 years ago
Sam Brannen 6222efc54b Polish contribution 5 years ago
Сергей Цыпанов 65aa2d03f0 Simplify conversion of ByteArrayOutputStream to String 5 years ago
Sam Brannen 5718bf424b Use Gradle test fixture support for spring-core 5 years ago
Phillip Webb d945ae9191 Add blank line between java and javax imports 5 years ago
Phillip Webb deba2ed1b3 Add blank line between java and javax imports 5 years ago
Brian Clozel d4089747b8 Use dependency management in Framework build 5 years ago
Brian Clozel b96cbb4e65 Close streams in tests 5 years ago
Sam Brannen 3f3e41923f Migrate rest of test suite from JUnit 4 to JUnit Jupiter 5 years ago
Sam Brannen 8b68400bbe Remove use of @Nullable from copy of SortedProperties 5 years ago
Sam Brannen 259dd3d731 Polishing 5 years ago
Sam Brannen 44a00b58c8 Polish contribution 5 years ago
Vedran Pavic b51e553f55 Ensure indexer output is deterministic and repeatable 5 years ago
Phillip Webb 95a9d46a87 Migrate Hamcrest assertions to AssertJ 5 years ago
Phillip Webb 816bbee8de Remove '.*' imports from tests 5 years ago
Phil Webb d7320de871 Migrate away from ExpectedException (#22922) 5 years ago
Sam Brannen c79fdfb668 Use assertThat from Hamcrest instead of JUnit 4 5 years ago
Spring Operator 540759ec41 URL Cleanup 6 years ago
Spring Operator dc6f63f610 URL Cleanup 6 years ago
Johnny Lim 046531fc75 Polish 6 years ago
Stephane Nicoll 0cc77e812c Polish "Ensure indexer gracefully handle missing meta annotations" 6 years ago
Vedran Pavic 87e5f0db01 Ensure indexer gracefully handle missing meta annotations 6 years ago