Madhura Bhave
b3ccefdb57
Merge branch '2.2.x'
...
Closes gh-21102
6 years ago
Madhura Bhave
4dc9bbe127
@SpringBootTest classes with different args shouldn't share a context
...
Fixes gh-20866
6 years ago
Stephane Nicoll
ddcd1bc7bb
Remove metadata for configuration keys that were removed in 2.0
...
Closes gh-19706
6 years ago
Stephane Nicoll
623fbcbf8c
Polish
6 years ago
Stephane Nicoll
1019dbbc47
Merge branch '2.2.x'
...
Closes gh-21100
6 years ago
Stephane Nicoll
8ac3ab5551
Add missing metadata for removed configuration keys
...
Closes gh-20846
6 years ago
Stephane Nicoll
6c02daf2bc
Merge branch '2.2.x'
...
Closes gh-21098
6 years ago
Stephane Nicoll
311952730e
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21097
6 years ago
Stephane Nicoll
291165f060
Order additional metadata according to lexicographic order
...
Closes gh-21095
6 years ago
Andy Wilkinson
d05c973e71
Polish
6 years ago
Stephane Nicoll
fe90b2a251
Rename Service Level Agreement to Service Level Objective
...
This commit harmonizes our integration of Micrometer's Service Level
objectives.
Closes gh-21076
6 years ago
Stephane Nicoll
489f9b0e58
Upgrade Java 14 version in CI image
...
Closes gh-21086
6 years ago
Stephane Nicoll
0568920695
Upgrade Java 8 version in CI image`
...
Closes gh-21085
6 years ago
Stephane Nicoll
e54c730672
Merge branch '2.2.x'
6 years ago
Stephane Nicoll
81268914b4
Upgrade Java 14 version in CI image
...
Closes gh-21087
6 years ago
Stephane Nicoll
ac5c7cb5e1
Upgrade Java 8 version in CI image
...
Closes gh-21088
6 years ago
Stephane Nicoll
4a170337e9
Merge branch '2.1.x' into 2.2.x
6 years ago
Stephane Nicoll
66667964b3
Upgrade Java 8 version in CI image
...
Closes gh-21084
6 years ago
Phillip Webb
48821bccb7
Merge branch '2.2.x'
...
Closes gh-21092
6 years ago
Phillip Webb
d1649fbb9a
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21091
6 years ago
Phillip Webb
e0f94f54ac
Add "Health as Gauge" how-to documentation
...
Add how-to documentation describing how health information can be
exported to a Micrometer Gauge.
Closes gh-18329
6 years ago
Madhura Bhave
21bb249a73
Merge branch '2.2.x'
...
Closes gh-21090
6 years ago
Madhura Bhave
b9c2b7b257
Prevent early initialization in MockitoPostProcessor
...
Fixes gh-20665
6 years ago
Phillip Webb
3e3587e0fb
Polish
6 years ago
Phillip Webb
56711d678a
Merge branch '2.2.x'
...
Closes gh-21083
6 years ago
Phillip Webb
102729b5e1
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21082
6 years ago
Phillip Webb
b3d33754a5
Remove outdated FIXMEs from tests
...
Closes gh-19782
6 years ago
Andy Wilkinson
b8fbe395ce
Merge pull request #21069 from jkschneider
...
* gh-21069:
Polish "Improve property name in thrown Micrometer ValidationException"
Improve property name in thrown Micrometer ValidationException
Closes gh-21069
6 years ago
Andy Wilkinson
ab82e59aa1
Polish "Improve property name in thrown Micrometer ValidationException"
...
See gh-21069
6 years ago
Jon Schneider
507b062c43
Improve property name in thrown Micrometer ValidationException
...
See gh-21069
6 years ago
Stephane Nicoll
f0fe7060df
Polish
6 years ago
Phillip Webb
bf41da5322
Update copyright year of changed files
6 years ago
Phillip Webb
ed7a5db174
Fail operations when JarFile is closed
...
Update `JarFile` to track when the instance has been closed and throw
an exception in the same way that `ZipFile` does.
Closes gh-21072
6 years ago
Phillip Webb
cc33e23d31
Merge branch '2.2.x'
...
Closes gh-21074
6 years ago
Phillip Webb
6bf933205c
Merge branch '2.1.x' into 2.2.x
...
Fixes gh-21073
6 years ago
Madhura Bhave
0699116e95
Merge branch '2.2.x'
...
Closes gh-21075
6 years ago
Madhura Bhave
16ac968f69
Relocate section on configuring DevTools' file system watcher
...
Closes gh-20895
6 years ago
Scott Frederick
fa186aa15b
Preserve timestamps on loader directories
...
Prior to this commit, when the Maven plugin copied
spring-boot-loader.jar to a repackaged archive the timestamps of class
files were preserved but the timestamps of directories were not
preserved. This resulted in the directories having a current timestamp.
This commit copies the directory timestamps from spring-boot-loader.jar
to the repackaged archive and adds tests to verify the proper
behavior.
See gh-20927
6 years ago
Phillip Webb
c85918b8b3
Create new JarFile instance for URL connections
...
Update `JarURLConnection` to ensure that when connections are opened
a new copy of the JarFile is provided.
Prior to this commit, a single `JarFile` instance was shared which meant
that it could be accidental closed if accessed via
`JarURLConnection.getJarFile()`. If the underlying jar file is closed
then it's possible for a `NoClassDefFoundError` to be thrown if running
on JDK 11 with an active `SecurityManager`.
Closes gh-17796
6 years ago
Phillip Webb
e83c3b87c0
Merge branch '2.2.x'
...
Closes gh-21071
6 years ago
Phillip Webb
7d0b14fe1c
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21070
6 years ago
Phillip Webb
6011470ba6
Auto-configure cors on WelcomePageHandlerMapping
...
Update `WebMvcAutoConfiguration` to automatically apply cors
configuration to the `WelcomePageHandlerMapping`.
Fixes gh-21048
6 years ago
Andy Wilkinson
a034c9a118
Merge pull request #21067 from jkschneider
...
* gh-21067:
Polish "Update validation of Micrometer configuration"
Update validation of Micrometer configuration
Closes gh-21067
6 years ago
Andy Wilkinson
60a76ce6e7
Polish "Update validation of Micrometer configuration"
...
See gh-21067
6 years ago
Jon Schneider
95798265b6
Update validation of Micrometer configuration
...
See gh-21067
6 years ago
Stephane Nicoll
e26f3e2a65
Review Cassandra's timeout options
...
This commit reviews the current timeout options. It creates a connection
and request sub-namespace to separate concerns a bit more.
Closes gh-19673
6 years ago
Stephane Nicoll
01aa5d9ebe
Add dependency management for the Wavefront SDK
...
Closes gh-21065
6 years ago
Stephane Nicoll
692885f71e
Merge branch '2.2.x'
...
Closes gh-21049
6 years ago
Brian Clozel
11c1980ce0
Merge pull request #20994 from vpavic
...
* improve-es-config:
Polish
Improve Elasticsearch RestClient customization capabilities
Closes gh-20994
6 years ago
Stephane Nicoll
8cbd7f5cd0
Polish "Add support for initializing nested object when nothing bound"
...
This commit harmonizes the change made to @DefaultValue to the
annotation processor. If such annotation is added to a scalar value with
no value at all, no default value is produced.
Closes gh-18917
6 years ago