Stephane Nicoll
474df8b6d2
Polish "Update application layout to show packaging by features"
...
Closes gh-9907
7 years ago
Renjith G R
f948a46954
Update application layout to show packaging by features
...
See gh-9907
7 years ago
Stephane Nicoll
691d669b51
Merge pull request #10322 from vpavic:fix-auditevents-endpoint
...
* pr/10322:
Make Audit events Web endpoint `after` parameter required
7 years ago
Vedran Pavic
b6b2fd4ce8
Make Audit events Web endpoint `after` parameter required
...
Closes gh-10322
7 years ago
Stephane Nicoll
dd27682af2
Merge pull request #10316 from michael-simons:fix-metrics-docs
...
* pr/10316:
Polish "Fix names of metrics properties"
Fix names of metrics properties
7 years ago
Stephane Nicoll
a8e90ad72c
Polish "Fix names of metrics properties"
...
Closes gh-10316
7 years ago
Michael J. Simons
a6b223c1d8
Fix names of metrics properties
...
See gh-10316
7 years ago
Stephane Nicoll
e47d868fba
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
7346a64491
Merge pull request #10134 from andersonkyle:proxy-target-docs-update
...
* pr/10134:
Polish "Document default value change for proxy-target-class"
Document default value change for proxy-target-class
7 years ago
Stephane Nicoll
61ae92992b
Polish "Document default value change for proxy-target-class"
...
Closes gh-10134
7 years ago
Kyle Anderson
e86d0f38e4
Document default value change for proxy-target-class
...
This commit documents the change to the default value for
spring.aop.proxy-target-class by clarifying when the default is true vs
false.
See gh-10134
7 years ago
Stephane Nicoll
7c45b9b5ec
Merge pull request #10304 from rajadilipkolli:patch-1
...
* pr/10304:
Upgrade to Hibernate 5.2.11.Final
7 years ago
Raja Kolli
1c5e499a80
Upgrade to Hibernate 5.2.11.Final
...
Closes gh-10304
7 years ago
Stephane Nicoll
ef6a5d34c6
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
fbb6b88155
Document default prefix/suffix values
...
Closes gh-10290
7 years ago
Stephane Nicoll
b309495c2e
Polish
7 years ago
Phillip Webb
e59d70ea03
Change micrometer properties to use adapters
...
Update configuration property classes used with micrometer so that
they no longer directly implement `Config` interfaces. Properties
are now adapted to Config implementations independently.
See gh-9970
7 years ago
Phillip Webb
86926bf0e5
Upgrade to Micrometer 1.0.0-rc.1
...
Closes gh-10300
7 years ago
Phillip Webb
324a00fd6d
Polish
7 years ago
Phillip Webb
796d400318
Use correct `percentilesTime` call
...
Update `MetricsClientHttpRequestInterceptor` to use `percentilesTime`
rather than `percentiles`.
See gh-9970
7 years ago
Phillip Webb
0e32c0a7bc
Fix speed regression in property binding
...
Update `MapBinder` to only compute values if an entry does not already
exist. Prior to this commit, a binding to `Map<String,List<String>>`
would be expensive since the same entries would be bound many times.
For example, given:
foo.bar[0]=baz1
foo.bar[1]=baz1
foo.bar[2]=baz1
The Map binder would iterate over the properties `bar[0]`, `bar[1]` and
`bar[2]`. Each of these properties resulted in the same actual key of
`bar` which would then be bound to list multiple times.
Fixes gh-10093
7 years ago
Phillip Webb
402dcb7ea4
Polish
7 years ago
Phillip Webb
21b645fba8
Add missing ObjectProvider for missing beans
...
Update `MetricsAutoConfiguration` to use an `ObjectProvider` to guard
against missing beans.
See gh-9970
7 years ago
Andy Wilkinson
ddca0b7422
Add dependencies required for javadoc generation
...
See gh-9970
7 years ago
Andy Wilkinson
3942ba2e68
Consistently use the spring.metrics configuration property prefix
...
See gh-9970
7 years ago
Stephane Nicoll
5efcbad751
Polish
7 years ago
Stephane Nicoll
ddde3c5695
Add error metadata for the Micrometer migration
...
See gh-9970
7 years ago
Andrew Potter
7c260733a2
Add GraphiQL to starter name.
...
https://github.com/graphql-java/graphql-spring-boot has a starter for both GraphQL and GraphiQL.
7 years ago
Andy Wilkinson
962b3df9c6
Add and polish package-info.java for actuator
...
Closes gh-10298
7 years ago
Jon Schneider
c2958c27ab
Replace Boot's own metrics with support for Micrometer
...
Closes gh-9970
7 years ago
Stephane Nicoll
306c8d0ae2
Upgrade to Spring Integration 5.0.0.M7
...
Closes gh-10122
7 years ago
Stephane Nicoll
287d77235a
Fix broken links
...
Closes gh-10294
7 years ago
Stephane Nicoll
e05e04014b
Move security.* to spring.security.*
...
This commit also removes `security.basic.enabled` as this property is
no longer required.
Closes gh-10296
7 years ago
Stephane Nicoll
033939e3c0
Add error metadata for Security-related keys
7 years ago
Stephane Nicoll
7266c2d009
Merge pull request #10282 from izeye:polish-20170913
...
* pr/10282:
Polish
7 years ago
Johnny Lim
bd2d08bcd0
Polish
...
Closes gh-10282
7 years ago
Stephane Nicoll
d89f3f9f2a
Remove useless ConfigurationProperties on HeapDumpEndpoint
...
Closes gh-10263
7 years ago
Stephane Nicoll
5e7dbe8f4a
Move configuration of LogFileWebEndpoint
...
See gh-10263
7 years ago
Stephane Nicoll
d7f3008122
Move configuration of EnvironmentEndpoint
...
See gh-10263
7 years ago
Stephane Nicoll
bb622292ba
Move configuration of ConfigurationPropertiesReportEndpoint
...
See gh-10263
7 years ago
Stephane Nicoll
0d62b0cb3c
Move configuration of TraceEndpoint
...
See gh-10263
7 years ago
Andy Wilkinson
9234801c0a
Merge branch '1.5.x'
7 years ago
Andy Wilkinson
4bdef4d0f9
Use Spring milestone and snapshot repos for plugins in full profile
7 years ago
Stephane Nicoll
8010f6ef00
Rationalize JUnit5 dependency management
...
This commit only provides dependency management for JUnit Jupiter,
excluding experimental and migration support artifacts. It also removes
dependency management for the platform as it is used by IDEs and build
tools). The `junit-platform.version` is still available though to allow
users to configure their plugin with a supported placeholder for the
version.
Also, given that `junit-vintage-engine`'s version does not match the
JUnit 4 version it supports, we will not add dependency management for
it.
Closes gh-10240
7 years ago
Brian Clozel
485d0ed8be
Polish
...
Release allocated `DataBuffer` if an error happens during template
processing. Otherwise, this buffer will be automatically released when
written to the exchange.
7 years ago
Andy Wilkinson
8533c3d5ca
Upgrade to Spring Security 5.0.0.M4
...
Closes gh-10126
7 years ago
Andy Wilkinson
736a209e78
Upgrade to Spring Session 2.0.0.M4
...
Closes gh-10125
7 years ago
Brian Clozel
9dd3fb70e2
Remove Servlet-specific static locations
...
This commit removes the Servlet root context from the default values for
the `spring.resources.static-locations` configuration property. Servlet
and non-Servlet applications are sharing this property.
The Servlet root context is automatically configured as a resource
location for Spring MVC based applications.
Closes gh-9240
7 years ago
Stephane Nicoll
eb4a9d87fd
Add actuator to jersey sample
...
Closes gh-10259
7 years ago
Stephane Nicoll
b5d8e072f1
Add actuator to webflux sample
...
Closes gh-10258
7 years ago