Stephane Nicoll
143e4f026f
Merge branch '2.0.x'
6 years ago
dreis2211
66b1742f96
Optimize some StringBuilder.append() calls
...
Closes gh-13961
6 years ago
Phillip Webb
ce9c053cbf
Fix checkstyle issues on master
...
Fix checkstyle issues following 2.0.x merge and
spring-javaformat upgrade.
See gh-13932
6 years ago
Phillip Webb
a6c9c92f2e
Merge branch '2.0.x'
6 years ago
Phillip Webb
7fc455654a
Fix checkstyle ternary issues
...
Fix checkstyle issues with ternary expressions following the
spring-javaformat upgrade.
See gh-13932
6 years ago
Andy Wilkinson
45fdf2ffa4
Support Tomcat 9 and Undertow 2
...
Closes gh-11749
Closes gh-12243
6 years ago
Phillip Webb
e0ae805924
Update copyright header
7 years ago
Johnny Lim
de01e7aad4
Polish
...
See gh-13243
7 years ago
Phillip Webb
68ffbafbae
Fix checkstyle violations
7 years ago
Phillip Webb
3702da4573
Formatting
7 years ago
Stephane Nicoll
ed02d02d19
Polish "Allow repackage maven goal to take a source classifier"
...
Closes gh-11061
7 years ago
Björn
3c8e012411
Allow repackage maven goal to take a source classifier
...
Previously, the "classifier" attribute was only used to determine the
target classifier of the repackaged archive, always using the main
artifact as the source.
This commit changes the semantic of the attribute so that an existing
archive matching the "classifier" attribute can be used as source,
replacing the archive the same way the goal replaces the main archive
if no classifier is found.
If no artifact with the specified classifier exists, the repackaged
archive is still processed based on the main archive and attached to
the lifecycle using the value of the classifier attribute.
See gh-11061
7 years ago
Johnny Lim
fb2ab67f4f
Polish
...
Closes gh-13148
7 years ago
Stephane Nicoll
00a43d8f4d
Merge branch '2.0.x'
7 years ago
Johnny Lim
75e591e76e
Polish
...
Closes gh-13130
7 years ago
Phillip Webb
7b120c1c97
Formatting
7 years ago
Phillip Webb
b6a2a46f78
Merge branch '2.0.x'
7 years ago
Phillip Webb
41efea51a7
Polish ternary expressions
...
Consistently format ternary expressions and always favor `!=` as the
the check.
7 years ago
Phillip Webb
8c0c0ee55a
Merge branch '2.0.x'
7 years ago
Phillip Webb
e125085993
Merge branch '1.5.x' into 2.0.x
7 years ago
Andy Wilkinson
0526594a3c
Merge branch '2.0.x'
7 years ago
Andy Wilkinson
f019d5c85b
Merge branch '1.5.x' into 2.0.x
7 years ago
Stephane Nicoll
080e189d06
Fix broken syntax
7 years ago
Stephane Nicoll
fd47b728c1
Properly handle values with spaces
...
Closes gh-10741
7 years ago
Stephane Nicoll
d4729f5389
Polish
7 years ago
Stephane Nicoll
40b7e02793
Polish "Add support for environment variables"
...
Closes gh-12800
7 years ago
Dmytro Nosan
95f7e3ca37
Add support for environment variables
...
See gh-12800
7 years ago
Stephane Nicoll
5dd4a7e91e
Merge branch '2.0.x'
7 years ago
Stephane Nicoll
55ef9e6dc9
Deprecate excludeArtifactIds
...
While being able to exclude all artifacts of a given group is a handy
feature, excluding all artifacts with a given artifactId does not make
much sense as it should refer to a single artifact anyway. Also the
general "exclude" mechanism is meant to do the exact same thing.
Closes gh-12885
7 years ago
Stephane Nicoll
03539d8e16
Polish "Add system properties support using explicit configuration tag"
...
Closes gh-10741
7 years ago
Vadeg
ba34bf6470
Add system properties support using explicit configuration tag
...
See gh-10741
7 years ago
Stephane Nicoll
719fcb4038
Merge branch '2.0.x'
7 years ago
dreis2211
a930835b92
Replace <code> tags where possible
...
Closes gh-12922
7 years ago
Stephane Nicoll
c43eb89823
Make sure that finalName is read only
...
Closes gh-12608
7 years ago
Andy Wilkinson
f335ec00bf
Polish
7 years ago
Phillip Webb
685babc829
Polish "Use lambdas for map entry iteration where possible"
...
Closes gh-12626
7 years ago
igor-suhorukov
69bc19e0ca
Use lambdas for map entry iteration where possible
...
See gh-12626
7 years ago
Stephane Nicoll
ed05e1f7ca
Polish "Reorder modifiers to comply with the JLS"
...
Closes gh-12432
7 years ago
igor-suhorukov
aebb475bc5
Reorder modifiers to comply with the JLS
...
See gh-12432
7 years ago
igor-suhorukov
4f4cc1569c
Polish
...
Declarations should use Java collection interfaces such as "Deque" rather
than specific implementation classes such as "LinkedList".
Closes gh-12405
7 years ago
Phillip Webb
7bc535e4fa
Polish
7 years ago
Andy Wilkinson
fdb9a1ea8f
Consider time in BuildInfo up-to-date checks and allow it to be set
...
Closes gh-12111
Closes gh-12266
7 years ago
Phillip Webb
4b9c3c137e
Polish Collection.toArray
...
Consistently use `StringUtils.toStringArray`, `ClassUtils.toClassArray`
or zero length when converting collections to arrays.
Fixes gh-12160
7 years ago
Stephane Nicoll
d43346d6c2
Polish "Fix potential resource leaks"
...
Closes gh-11624
7 years ago
igor-suhorukov
5a4238acfc
Fix potential resource leaks
...
See gh-11624
7 years ago
dreis2211
00d12c5b2d
Align 'behavior' spelling to style guide
...
Closes gh-11394
7 years ago
Phillip Webb
5ca608330c
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
23218add90
Polish
7 years ago
Phillip Webb
a6cefc5ba0
Polish
7 years ago
Johnny Lim
639bf5e99c
Update "Building reference documentation" section
...
This commit also changes `spring-boot-maven-plugin/pom.xml` to make it
work with `full` Maven profile.
Closes gh-11045
7 years ago