Spring Buildmaster
c71b661d79
Next Development Version
6 years ago
Phillip Webb
ff36074401
Update copyright header for changed files
...
Effectively all files have been touched this year due to the nohttp
work.
6 years ago
Phillip Webb
8843c11a28
Update copyright header of changed files
7 years ago
Phillip Webb
d91f27e11f
Fix Javadoc @Since checkstle violations
...
Apply consistent `@Since` tags and retrofit the existing code using a
best guess from the git history.
Closes gh-17360
7 years ago
Andy Wilkinson
8f1be4cded
Upgrade to spring-javaformat 0.0.11
7 years ago
Phillip Webb
a99131f727
Polish resource files to all end with a new line
7 years ago
Spring Buildmaster
67fa63d0e3
Next Development Version
7 years ago
Spring Buildmaster
ca3a864565
Next Development Version
7 years ago
Andy Wilkinson
365fed59ca
Polish "Use HTTPS for external links wherever possible"
...
See gh-16381
7 years ago
Andy Wilkinson
5bc43ae76b
Polish "Use HTTPS for external links wherever possible"
...
See gh-16317
7 years ago
Spring Operator
189eeefbb1
Use HTTPS for external links wherever possible
...
See gh-16317
7 years ago
Andy Wilkinson
9be96c49e2
Polish "Use HTTPS for external links wherever possible"
...
See gh-16316
7 years ago
Spring Operator
e401d02ced
Use HTTPS for external links wherever possible
...
See gh-16316
7 years ago
Spring Operator
b6fdfa8f0f
Use HTTPS for external links from XML files where possible
...
See gh-16313
7 years ago
Spring Operator
adc2462689
Use HTTPS for external links from XML files where possible
...
See gh-16311
7 years ago
Andy Wilkinson
0e009ef047
Use HTTPS to link to the Apache license
7 years ago
Spring Operator
991ba550d3
Update build and setup configuration to use HTTPS
...
See gh-16245
7 years ago
Spring Operator
e2837843e1
Update build and setup configuration to use HTTPS
...
See gh-16244
7 years ago
Spring Operator
7c314122f7
Update build and setup configuration to use HTTPS
...
See gh-16243
7 years ago
Spring Buildmaster
b04710d744
Next development version
7 years ago
Spring Buildmaster
9bb64a3493
Next Development Version
7 years ago
Spring Buildmaster
4d24feb443
Next development version
7 years ago
Spring Buildmaster
46df506b0a
Next development version
7 years ago
Phillip Webb
9543fcf44d
Upgrade to spring-javaformat 0.0.6
7 years ago
Phillip Webb
a085541d26
Polish
7 years ago
Andy Wilkinson
384cfd2ad8
Preserve ref and query when creating URL in loader's handler
...
Closes gh-14011
7 years ago
Johnny Lim
af2db82b22
Invoke Inflater.end() in ZipInflaterInputStream.close()
...
Closes gh-14001
7 years ago
Spring Buildmaster
73bf744cb0
Next Development Version
7 years ago
Spring Buildmaster
36b8639853
Next Development Version
8 years ago
Phillip Webb
bb0550ab95
Polish
8 years ago
Phillip Webb
55d0611bc3
Guard against JarURLConnection with wrong JAR
...
Update `JarURLConnection.get()` to guard against the wrong nested JAR
being used as context.
Closes gh-11367
8 years ago
Spring Buildmaster
010b4fccbd
Next development version
8 years ago
Phillip Webb
99dad81e9a
Update copyright header year for changed files
8 years ago
Phillip Webb
0a0247975c
Formatting
8 years ago
Phillip Webb
3ee777e142
Polish ternary expressions
...
Consistently format ternary expressions and always favor `!=` as the
the check.
8 years ago
Spring Buildmaster
c10aad165f
Next Development Version
8 years ago
Spring Buildmaster
ade4760842
Next Development Version
8 years ago
Phillip Webb
624a5f8260
Apply URL decoding for nested jar entry names
...
Update `JarURLConnection` to apply URL decoding to nested jar entry
names.
Fixes gh-12765
8 years ago
Phillip Webb
a8f366a554
Fix copyright header for edited files
8 years ago
Phillip Webb
e975dbe3f0
Only use jar shortcut for matching URLs
...
Update JAR `Handler` logic so that the existing `jarFile` is only used
if the requested URL starts with the same path. Prior to this commit it
was possible to construct a URL with another URL as context. This could
mean that the `handler` was shared and the already resolved `jarFile`
contained in the handler wasn't necessarily suitable.
Fixes gh-12483
8 years ago
Andy Wilkinson
eee891dbc8
Decode file: URLs passed into PropertiesLauncher via loader.path
...
Closes gh-12325
8 years ago
Stephane Nicoll
b4a7e1d64b
Use toLowerCase() and toUpperCase() with Locale.ENGLISH
...
This commit updates all `toLowerCase()` and `toUpperCase` invocations to
use the variant that takes a `Locale` to avoid locale-specific side
effect.
Closes gh-12213
8 years ago
Andy Wilkinson
915eaf3447
Polish
8 years ago
Andy Wilkinson
746cc0f70b
Make JarFile.size() return the number of entries in the jar
...
Closes gh-12195
8 years ago
Spring Buildmaster
aa6cb9744b
Next Development Version
8 years ago
Phillip Webb
798522d890
Format with Eclipse Oxygen SR2
8 years ago
Spring Buildmaster
6414b42335
Next Development Version
8 years ago
Stephane Nicoll
397d3e85e8
Fix Windows build
...
Closes gh-11459
8 years ago
Douglas Cardoso
feecc27677
Log inaccessible file in RandomAccessDataFile
...
Closes gh-11401
8 years ago
dreis2211
d5370e6852
Precompile current dir pattern in Handler
...
Closes gh-11321
8 years ago