Spring Operator
6c4f510496
URL Cleanup - license headers
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 5990 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
See gh-22632
2019-03-23 15:04:55 +01:00
nkjackzhang
c145ceebf3
Move <a> out of @code
...
Closes gh-1082
2016-06-17 08:06:21 +02:00
Juergen Hoeller
37f74e76f6
TomcatInstrumentableClassLoader supports Tomcat 7.0.63+ as well
...
Issue: SPR-13210
2015-07-15 00:02:55 +02:00
Juergen Hoeller
08fb62570e
Explicit notes for load-time weaving on Tomcat 7.0.63+ and WildFly 9
...
Issue: SPR-13210
2015-07-07 22:01:36 +02:00
Phillip Webb
a31ac882c5
Fix various javadoc warnings
2013-11-26 13:25:37 -08:00
Juergen Hoeller
fdaf7eb78a
Updated for Tomcat 6.0+
...
Issue: SPR-10788
2013-08-02 18:08:03 +02:00
Juergen Hoeller
f88f5ed011
Optimized TomcatInstrumentableClassLoader implementation
...
Issue: SPR-10788
(cherry picked from commit d32a77a )
2013-08-01 17:27:06 +02:00
Chris Beams
8472a2b2ab
Update Apache license headers for affected sources
2012-12-28 23:09:31 +01:00
Chris Beams
9540d2c81b
Replace <code> with {@code} throughout Javadoc
...
Issue: SPR-10128
2012-12-28 22:36:02 +01:00
Phillip Webb
1762157ad1
Remove trailing whitespace in source files
...
find . -type f -name "*.java" -or -name "*.aj" | \
xargs perl -p -i -e "s/[ \t]*$//g" {} \;
Issue: SPR-10127
2012-12-28 20:49:45 +01:00
Chris Beams
02a4473c62
Rename modules {org.springframework.*=>spring-*}
...
This renaming more intuitively expresses the relationship between
subprojects and the JAR artifacts they produce.
Tracking history across these renames is possible, but it requires
use of the --follow flag to `git log`, for example
$ git log spring-aop/src/main/java/org/springframework/aop/Advisor.java
will show history up until the renaming event, where
$ git log --follow spring-aop/src/main/java/org/springframework/aop/Advisor.java
will show history for all changes to the file, before and after the
renaming.
See http://chrisbeams.com/git-diff-across-renamed-directories
2012-01-31 14:37:10 +01:00