dreis2211
309a63493d
Fix typo in issue template
6 years ago
Phillip Webb
f6b5a07561
Update the issue template with more help
6 years ago
Andy Wilkinson
ed8a10b2fb
Merge pull request #16658 from Christoph Dreis
...
* gh-16658:
Optimize ConfigurationPropertyName.buildToString()
Closes gh-16658
6 years ago
dreis2211
cf05959375
Optimize ConfigurationPropertyName.buildToString()
...
See gh-16658
6 years ago
Phillip Webb
32040e355b
Merge branch '2.1.x'
...
Closes gh-16649
6 years ago
Phillip Webb
7302974751
Merge pull request #16629 from dberrueta-atlassian
...
Closes gh-16629:
6 years ago
Phillip Webb
d4151e0b51
Polish "Use Jackson configuration with JsonPath"
...
Polish contribution to use a factory method in `AbstractJsonMarshalTester`
rather than additional constructor arguments.
Also change the `JsonContent` tests so that the `Configuration` constructor
is package private. This keeps JsonPath classes out of our public API, at
the expense of limiting custom JsonPath configurations to just our code.
See gh-16629
6 years ago
Phillip Webb
17aaf26590
Use consistent javadoc style for annotation links
...
Closes gh-13920
6 years ago
Phillip Webb
1e44aba772
Fix compiler warnings and polish
...
Fix various compiler warnings and apply a little polish.
6 years ago
Diego Berrueta
756a7f12a3
Use Jackson configuration with JsonPath
...
Update `JacksonTester` so that the JsonPath instance is explicitly configured
with both a `JacksonJsonProvider` and a `JacksonMappingProvider`.
Prior to this commit, the handling of special characters was not symmetrical
between the serialization (handled via the JacksonTester) and the parsing (handled
via JsonPath) due to the fact that JsonPath used `SimpleJson` as its parser.
See gh-16629
6 years ago
Andy Wilkinson
4754386361
Merge branch '2.1.x'
...
Closes gh-16644
6 years ago
Andy Wilkinson
4fc813b246
Merge pull request #16221 from Johnny Lim
...
* gh-16221:
Polish "Prevent double update of metrics when CompositeMeterRegistry exists"
Prevent double update of metrics when CompositeMeterRegistry exists
Closes gh-16221
6 years ago
Andy Wilkinson
6b20d13b3d
Polish "Prevent double update of metrics when CompositeMeterRegistry exists"
...
See gh-16221
6 years ago
Johnny Lim
cc285d92dd
Prevent double update of metrics when CompositeMeterRegistry exists
...
See gh-16221
6 years ago
Andy Wilkinson
b39fdea508
Merge pull request #16474 from Christoph Dreis
...
* gh-16474:
Speed up element equality checks in ConfigurationPropertyName
Closes gh-16474
6 years ago
dreis2211
3786dbc869
Speed up element equality checks in ConfigurationPropertyName
...
See gh-16474
6 years ago
Andy Wilkinson
a0999dadb7
Merge branch '2.1.x'
...
Closes gh-16642
6 years ago
Andy Wilkinson
ba0279be14
Remove race condition in TaskSchedulingAutoConfigurationTests
...
Closes gh-16640
6 years ago
Andy Wilkinson
eb0b852e99
Merge branch '2.1.x'
...
Closes gh-16639
6 years ago
Andy Wilkinson
6ae7274289
Merge pull request #16618 from Joshua Jeme
...
* gh-16618:
Polish "Polish Maven Plugin's tests"
Polish Maven Plugin's tests
Closes gh-16618
6 years ago
Andy Wilkinson
5d77b48aed
Polish "Polish Maven Plugin's tests"
...
See gh-16618
6 years ago
daonan.zhan
52c2c534db
Polish Maven Plugin's tests
...
See gh-16618
6 years ago
Andy Wilkinson
d182ee2246
Merge branch '2.1.x'
...
Closes gh-16637
6 years ago
Andy Wilkinson
ed85735822
Merge branch '2.0.x' into 2.1.x
...
Closes gh-16636
6 years ago
Andy Wilkinson
3e3d7545cc
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
de0e065da2
Use AdoptOpenJDK for Ubuntu launch script integration tests
...
Closes gh-16633
6 years ago
Phillip Webb
86b5b226ec
Add resource icons to CI pipeline
6 years ago
Andy Wilkinson
d0b4dab1c8
Merge pull request #16620 from Christoph Dreis
...
* gh-16620:
Optimize JarEntry construction
Closes gh-16620
6 years ago
dreis2211
f40b086ef5
Optimize JarEntry construction
...
This commit avoids calling the underlying ZipEntry.setExtra() method
that is not very inline friendly in cases where there is no extra
information to be set.
See gh-16620
6 years ago
Andy Wilkinson
27990180ab
Merge branch '2.1.x'
...
Closes gh-16626
6 years ago
Andy Wilkinson
73704c84e1
Use latest Docker Java and a compatible version of Jersey
...
Closes gh-16625
6 years ago
Andy Wilkinson
915bde0e62
Use MIME decoder to read OAuth2 resource server public key
...
Fixes gh-16624
6 years ago
Andy Wilkinson
dc39540def
Merge branch '2.1.x'
...
Closes gh-16623
6 years ago
Andy Wilkinson
e8955852a3
Add missing GlassFish JAXB dependency management
...
Closes gh-16619
6 years ago
Madhura Bhave
5c2a7e61d0
Fix tests
6 years ago
Madhura Bhave
9fb65e57c0
ConfigurationPropertiesScan should account for conditions
...
Fixes gh-16612
6 years ago
Madhura Bhave
f908e3ae52
Merge pull request #16584 from SergeyHydra
...
* pr/16584:
Polish "Apply server customizer beans automatically"
Apply server customizer beans automatically
6 years ago
Madhura Bhave
23cf8565b1
Polish "Apply server customizer beans automatically"
...
Closes gh-16584
6 years ago
Sergey Serdyuk
8ff78ed4c3
Apply server customizer beans automatically
...
See gh-16584
6 years ago
Stephane Nicoll
fd14cd0bd0
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
09acbc1a4f
Merge pull request #16613 from liaozan
...
* pr/16613:
Polish "Fix UndertowWebServer's logger name"
Fix UndertowWebServer's logger name
6 years ago
Stephane Nicoll
1f656e75fc
Polish "Fix UndertowWebServer's logger name"
...
Closes gh-16613
6 years ago
liaozan
360da66333
Fix UndertowWebServer's logger name
...
See gh-16613
6 years ago
Stephane Nicoll
b0d3b3b409
Merge pull request #16616 from foreverhex
...
* pr/16616:
Fix checkstyle violation
6 years ago
ForeverHex
124d969b2d
Fix checkstyle violation
...
Closes gh-16616
6 years ago
Phillip Webb
1f893d9376
Log warning on slow host resolution
...
Update `StartupInfoLogger` so that if the `InetAddress` call takes
more than 200ms a warning is logged.
Closes gh-7087
6 years ago
Phillip Webb
405135d5a8
Polish StartupInfoLogger message creation
...
Rework some of the internals of `StartupInfoLogger` so that fewer
strings are created.
6 years ago
Madhura Bhave
ba196b47ac
Fix failure analyzer message
...
See gh-16581
6 years ago
Stephane Nicoll
e9447b0dbf
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
6774cc5119
Merge pull request #16507 from aftersss
...
* pr/16507:
Polish "Cache MimeTypes to improve performance"
Cache MimeTypes to improve performance
6 years ago