1874 Commits (6f2f5bb8c1a0926c0d2be683bb721c3966cf9c80)

Author SHA1 Message Date
Juergen Hoeller 0a8f5b2919 Removed deprecated helper classes and methods (that have been deprecated since 3.0 or before) 12 years ago
Juergen Hoeller 9f9b972f00 Prepared for JDK 1.9 12 years ago
Juergen Hoeller 0ea17c8382 Allow for reuse of key visitor classes in tooling 12 years ago
Juergen Hoeller 06fdfb0b0d Fixed annotation attribute processing for enum arrays 12 years ago
Juergen Hoeller 506f6a7c57 Adapter for JDK 8's standard parameter name reflection facilities 12 years ago
Juergen Hoeller cd996ba18f Upgrading to JDK 1.8 bytecode along with ASM 4.1 patch 12 years ago
Juergen Hoeller d3a4068768 Minimized ASM usage 12 years ago
Juergen Hoeller e11cf5f061 Upgraded JdkVersion and CollectionFactory to JDK 1.6+, also removing deprecated methods from CollectionFactory 12 years ago
Juergen Hoeller 5472e975f6 Removed deprecated core.enums package 12 years ago
Juergen Hoeller ebb3d32ea8 Removed deprecated core.enums package 12 years ago
Juergen Hoeller 9c52ae9558 Removed OC4J support (including documentation references) 12 years ago
Juergen Hoeller 7f0a780925 StaxUtils relies on JAXP 1.4 (as included in JDK 1.6+) 12 years ago
Juergen Hoeller 87e5f19c3f JDK 1.6+ API baseline across the codebase 12 years ago
Sam Brannen 98074e7762 Provide support for context hierarchies in the TCF 12 years ago
Phillip Webb 05765d7520 Replace EasyMock with Mockito 12 years ago
Rossen Stoyanchev 33e723b4a8 Fix AntPathMatcher rule for combining with extensions 12 years ago
Sam Brannen 9b72bf4691 Update @since tag for StreamUtils 12 years ago
Chris Beams 9a48c10dcb Segregate tests that depend on the jmxmp: protocol 12 years ago
Chris Beams 55caf7bdb0 Improve diagnostics for invalid testGroup values 12 years ago
Phillip Webb 009d2a5efd Remove unnecessary null check in SysEnvPropSource 12 years ago
Phillip Webb 9a6c6b9ee6 StringToEnumConverterFactory class from enum value 12 years ago
Juergen Hoeller 5e64723e02 Catch ASM ClassReader's IllegalArgumentException and turn it into a more expressive exception, hinting at the class file version 12 years ago
Phillip Webb 953b2b60ad Javadoc polish 12 years ago
Phillip Webb 6661788748 Ensure HTTP classes don't close streams 12 years ago
Juergen Hoeller 93e6238f92 Polishing 12 years ago
Juergen Hoeller e9db785799 Polishing 12 years ago
Phillip Webb 7bbb4ec7af Fix Assert.instanceOf exception message 12 years ago
Phillip Webb f464a45ba4 Polish formatting 12 years ago
Juergen Hoeller a694db2933 Removed logging from GenericTypeResolver's resolveReturnTypeForGenericMethod 12 years ago
Phillip Webb d89e30b864 Fix unnecessary @SupressWarnings annotations 12 years ago
Phillip Webb 2b0d860923 Fix Javadoc warnings 12 years ago
Phillip Webb 065b1c0e46 Fix unused local variable warnings 12 years ago
Phillip Webb 6a1e841952 Fix unused type compiler warnings 12 years ago
Chris Beams 39c00c489e Avoid UnsupportedOperationEx. with active SecurityManager 12 years ago
Juergen Hoeller 078a1c5db8 Made EncodedResource based variant public; consistently detect XML properties across all variants 12 years ago
Juergen Hoeller 575926932d Polishing 12 years ago
Juergen Hoeller e5d9378482 Removed pre-JDK-1.5 checks 12 years ago
Juergen Hoeller 049169d19f ResourcePropertyResource accepts EncodedResource for properties files with a specific encoding 12 years ago
Sam Brannen a1aba23aa9 Polish Javadoc in TypeDescriptor 12 years ago
Phillip Webb 9c032d52d4 Allow TypeDescriptor array construction 12 years ago
Phillip Webb 4d01d43c19 Test String to char[] conversion 12 years ago
Chris Beams 3a626f9319 Support XML properties in ResourcePropertySource 12 years ago
Chris Beams d9a4fb410d Introduce "dummy" Environment implementation 12 years ago
Chris Beams cb8dc73fbb Attempt to repro ReflectionUtils performance issue 12 years ago
Juergen Hoeller 8c9383da7c BridgeMethodResolver properly handles bridge methods in interfaces 12 years ago
Juergen Hoeller ed952ccba1 LocalVariableTableParameterNameDiscoverer works for bridge methods as well 12 years ago
Juergen Hoeller 2cd23a79a3 Polishing 12 years ago
Sam Brannen 8694a0aac0 Minor changes to AnnotationUtils 12 years ago
Juergen Hoeller e806c4eb3d AnnotationAwareOrderComparator is able to sort Class objects as well 12 years ago
Juergen Hoeller dae4485155 Added dedicated sort method to AnnotationAwareOrderComparator 12 years ago