You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 'master' of https://github.com/spring-projects/spring-framework:
Update copyright date
Hoist concatenation of two constant Strings out of loops
Avoid setting special Content-* response headers for Tomcat
Consistent use of AnnotationUtils.rethrowAnnotationConfigurationException()
Fix Checkstyle violation
Introduce @disabled regression test for spring-projectsgh-24375
Polishing contribution
Expose proxyPing Reactor Netty WebSocket
Updates to Validation section in reference
HttpWebHandlerAdapter#formatRequest is protected
Fix issue with new line handling in StompDecoder
Simplify getCache() implementation in CaffeineCacheManager
Publish a build scan only if authenticated
Update Artifactory plugin to 4.12.0
Copy file name to clipboardExpand all lines: spring-context/src/test/java/org/springframework/context/annotation/ClassPathScanningCandidateComponentProviderTests.java
+13-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2019 the original author or authors.
2
+
* Copyright 2002-2020 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: spring-core/src/main/java/org/springframework/core/type/classreading/AnnotationMetadataReadingVisitor.java
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2019 the original author or authors.
2
+
* Copyright 2002-2020 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -166,9 +166,10 @@ public MultiValueMap<String, Object> getAllAnnotationAttributes(String annotatio
0 commit comments