81 Commits (115dee9be1adc8a4dfc8d5bf656f79eee3bafefd)

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