Phillip Webb
586507c49a
Generate auto-configuration OnBean data
...
Update the auto-configuration annotation processor to generate
properties for `@ConditionalOnBean` and `@ConditionalOnSingleCandidate`.
See gh-13328
6 years ago
Phillip Webb
e4f54a45be
Add AutoConfigurationImportFilter base classes
...
Add `FilteringSpringBootCondition` base class and refactor the existing
`OnClassCondition` to use it. Also update the `match` method so that
the `autoConfigurationClasses` array may include `null` elements.
See gh-13328
6 years ago
Stephane Nicoll
5765ed00e8
Polish
6 years ago
Stephane Nicoll
19779951a1
Handle class not found
...
See gh-14575
6 years ago
Brian Clozel
0f11e69ca3
Upgrade to Micrometer 1.1.0-m.1
...
Closes #14567
6 years ago
Phillip Webb
84e72193b3
Remove automatic devtools web debug logging
...
Rework `DevToolsPropertyDefaultsPostProcessor` so that web logging no
longer defaults to `DEBUG`. The post processor now logs an info hint
to suggest the user configure the logging themselves.
Closes gh-14575
6 years ago
Andy Wilkinson
6e00d13d68
Polish
6 years ago
Andy Wilkinson
4c3e2d10d1
Auto-configure Micrometer's Elastic registry
...
Closes gh-14523
6 years ago
Andy Wilkinson
95ecbc736b
Update example for disk space health indicator to use DataSize
...
See gh-14549
6 years ago
Stephane Nicoll
6145b3d278
Polish
6 years ago
Stephane Nicoll
831b0d7bdd
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
885948ce3b
Polish
6 years ago
Stephane Nicoll
da59d5c6d9
Polish
6 years ago
Stephane Nicoll
ecee04a841
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
f225945218
Merge branch '1.5.x' into 2.0.x
6 years ago
Stephane Nicoll
3b51d79353
Remove useless jcache profile
...
Closes gh-14584
6 years ago
Stephane Nicoll
6e92c4ddaf
Polish
6 years ago
Stephane Nicoll
47f9379305
Adapt to changes in latest Micrometer snapshot
...
See gh-14522
6 years ago
Stephane Nicoll
0dc2375e2e
Merge pull request #14565 from izeye:deferred-log
...
* pr/14565:
Add log messages to lines only when the destination isn't set
6 years ago
Johnny Lim
3dc78d19bf
Add log messages to lines only when the destination isn't set
...
Closes gh-14565
6 years ago
Stephane Nicoll
0a3102568e
Merge pull request #14579 from izeye:patch-50
...
* pr/14579:
Add @since in ApplicationContextInitializedEvent
6 years ago
Johnny Lim
f1552029ea
Add @since in ApplicationContextInitializedEvent
...
Closes gh-14579
6 years ago
Stephane Nicoll
92afd041b0
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
ed615d4267
Merge pull request #14582 from ayudovin
...
* pr/14582:
Fix WebSocket web server customizer bean names
6 years ago
artsiom
7fb13d0dc2
Fix WebSocket web server customizer bean names
...
Closes gh-14582
6 years ago
Andy Wilkinson
8e9a93e5f3
Align SessionAutoConfigurationRedisTests with changes in Bean-RC1
...
See gh-14573
6 years ago
Andy Wilkinson
86c2b4a335
Upgrade to Spring Batch 4.1.0.RC1
...
Closes gh-14577
6 years ago
Andy Wilkinson
d4942a11a8
Upgrade to Spring Session Bean-RC1
...
Closes gh-14573
6 years ago
Andy Wilkinson
977f8b4479
Auto-configure Micrometer's Kafka consumer metrics
...
Closes gh-14525
6 years ago
Andy Wilkinson
5196e138fa
Upgrade to Spring Integration 5.1.0.RC1
...
Closes gh-14572
6 years ago
Andy Wilkinson
06d05684e5
Upgrade to Spring Kafka 2.2.0.RC1
...
Closes gh-14491
6 years ago
Andy Wilkinson
5d0a1ee0da
Upgrade to Spring AMQP 2.1.0.RC1
...
Closes gh-14574
6 years ago
Andy Wilkinson
ce75a585b1
Make spring-data-jdbc available to javadoc generation
...
See gh-14489
6 years ago
Andy Wilkinson
cce693f708
Upgrade to Spring Security 5.1.0.RELEASE
...
Closes gh-14571
6 years ago
Andy Wilkinson
ade79f7ded
Fix duplicate section ID in the docs
6 years ago
Stephane Nicoll
9d46fee6db
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
091d723166
Merge pull request #14569 from garyrussell:rmqDocPolishing
...
* pr/14569:
Polish RabbitMQ properties doc
6 years ago
Gary Russell
26c1e389df
Polish RabbitMQ properties doc
...
Fix description for `prefetch`; remove reference to transactions since
the direct container does not support transactionSize.
Also fix `transactionSize` to just reference acks; autoConfiguration
doesn't support enabling transactions.
Closes gh-14569
6 years ago
Stephane Nicoll
dda875033b
Merge pull request #14549 from qct:change-to-datasize
...
* pr/14549:
Polish "Migrate size properties to DataSize"
Migrate size properties to DataSize
6 years ago
Stephane Nicoll
cbae22f0c9
Polish "Migrate size properties to DataSize"
...
Closes gh-14549
6 years ago
qct
eb9f635004
Migrate size properties to DataSize
...
See gh-14549
6 years ago
Andy Wilkinson
def02deaf0
Make micrometer-registry-dynatrace available to javadoc generation
...
See gh-14522
6 years ago
Andy Wilkinson
258c4838b1
Auto-configure Micrometer's Log4j2 metrics
...
Closes gh-14524
6 years ago
Andy Wilkinson
0f7897a0ca
Upgrade to Spring Data Lovelace-RELEASE
...
Closes gh-14510
6 years ago
Andy Wilkinson
4b00dc8a5c
Add support for Spring Data JDBC (auto-config, starter, and test slice)
...
Closes gh-14489
6 years ago
Andy Wilkinson
fe75f966ff
Auto-configure Micrometer's Dynatrace meter registry
...
Closes gh-14522
6 years ago
Andy Wilkinson
42abf733be
Start building against snapshots for Micrometer 1.1.0 M1
...
See gh-14567
6 years ago
Stephane Nicoll
61858767ed
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
bc99fa6cdb
Merge pull request #14548 from michael-simons:fix-neo4j-doc
...
* pr/14548:
Polish "Fix and improve Neo4j related documentation"
Fix and improve Neo4j related documentation
6 years ago
Stephane Nicoll
5506d972c6
Polish "Fix and improve Neo4j related documentation"
...
Closes gh-14548
6 years ago