Scott Frederick
09b627d232
Add support for publishing docker images to a registry
...
This commit adds options to the Maven and Gradle plugins to publish
to a Docker registry the image generated by the image-building goal
and task.
The Docker registry auth configuration added in an earlier commit
was modified to accept separate auth configs for the builder/run
image and the generated image, since it is likely these images will
be stored in separate registries or repositories with distinct
auth required for each.
Fixes gh-21001
4 years ago
Phillip Webb
8b740c07e3
Merge branch '2.3.x' into master
...
Closes gh-23615
4 years ago
Phillip Webb
0709c7671f
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23614
4 years ago
Phillip Webb
ce70e7d768
Merge branch '2.1.x' into 2.2.x
...
Closes gh-23613
4 years ago
Phillip Webb
1db2f5f960
Support Formatter conversion service beans
...
Update `ConversionServiceDeducer` to also include `Formatter` beans
when they are qualified with `@ConfigurationPropertiesBinding`.
Fixes gh-23576
4 years ago
Phillip Webb
745e22e508
Merge branch '2.3.x' into master
...
Closes gh-23612
4 years ago
Phillip Webb
61181b4554
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23611
4 years ago
Phillip Webb
c523295694
Merge branch '2.1.x' into 2.2.x
...
Closes gh-23610
4 years ago
Phillip Webb
206356728c
Add upgrading section to reference docs
...
Add a section to the reference documentation with links to the release
notes on the wiki.
Closes gh-23529
4 years ago
Stephane Nicoll
b69ede4556
Polish
...
See gh-23480
4 years ago
Stephane Nicoll
ef2fee22cb
Make sure that the type used for discovery implements DataSource
...
See gh-23480
4 years ago
Stephane Nicoll
0106539ecb
Start building against Spring Data 2020.0.0 RC2 snapshots
...
See gh-23594
4 years ago
Stephane Nicoll
1296b4dfe6
Revert "Support constructor binding on 3rd party classes"
...
This commit reverts the support of constructor binding on 3rd party
classes using @ImportConfigurationPropertiesBean
See gh-23172
Closes gh-23593
4 years ago
Phillip Webb
2595258494
Provide both properties and YAML examples in docs
...
Update all configuration examples in the docs to YAML and make use of
the new `configblocks` spring-asciidoctor-extensions feature to
automatically create both "Properties" and "Yaml" versions.
Closes gh-23515
4 years ago
Phillip Webb
68d65376d2
Refine configuration property table column sizes
...
Increase the size of the first column to improve readability.
Closes gh-23604
4 years ago
Phillip Webb
18e4ab5042
Use title case for config props appendix
...
Closes gh-23603
4 years ago
Phillip Webb
f369b9f58f
Upgrade to spring-asciidoctor-extensions 0.5.0
...
Closes gh-23605
4 years ago
Phillip Webb
2c487f7cb8
Polish
4 years ago
Stephane Nicoll
c67d99f052
Merge pull request #23602 from snicoll
...
* pr/23602:
Fix typo
Closes gh-23602
4 years ago
Stephane Nicoll
4a917fb7fc
Fix typo
...
See gh-23602
4 years ago
Andy Wilkinson
c82581171d
Trigger configuration properties annotation processsor on `@Endpoint`
...
We generate metadata for `@Endpoint` annotated types so the annotation
processor need to indicate that it supports the endpoint annotation.
See gh-23580
4 years ago
Andy Wilkinson
b7d020d3c2
Merge branch '2.3.x'
4 years ago
Andy Wilkinson
543763462c
Update tests to look for snippets in correct location
...
See gh-23598
4 years ago
Andy Wilkinson
1924aad07c
Limit supported annotations to `@ConfigurationProperties` and `@Configuration`
...
Previously, the configuration property annotation processor declared
that it supported all annotation types. This hurt performance and
prevented incremental builds with Gradle when compiling source code
containing source-retention annotations.
This commit updates its supported annotation types to be only
`@ConfigurationProperties` and `@Configuration`. The latter is declared
to allow binding third-party classes returned from a `@Bean` method.
Fixes gh-23580
4 years ago
Andy Wilkinson
f44889b992
Merge branch '2.3.x'
...
See gh-23599
4 years ago
Andy Wilkinson
7eb92cc71a
More Gradle snippets to correct location
...
See gh-23598
4 years ago
Andy Wilkinson
94884f201c
Merge branch '2.3.x'
...
Closes gh-23599
4 years ago
Andy Wilkinson
2d3291fb83
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23598
4 years ago
Andy Wilkinson
7ac14203ab
Expand Gradle plugin's docs on setting bootRun's system properties
...
Closes gh-23578
4 years ago
Stephane Nicoll
35d41e4ae2
Remove code deprecated in Spring Boot 2.2
...
Closes gh-22034
4 years ago
Stephane Nicoll
b08da63da5
Polish
4 years ago
Andy Wilkinson
1d610fe1c8
Add configuration properties for Flyway 7's new config options
...
Closes gh-23579
4 years ago
Andy Wilkinson
847aecf621
Upgrade to Flyway 7.0.0
...
Closes gh-23514
4 years ago
Stephane Nicoll
d952a8f3a5
Avoid unnecessary reflection in builders
...
Closes gh-23560
4 years ago
Stephane Nicoll
ebc9c575e3
Allow to customize RSocketServer's fragment size
...
Closes gh-23247
4 years ago
Stephane Nicoll
ec0fae883c
Merge pull request #23550 from sann3
...
* pr/23550:
Polish "Polish empty string checks"
Polish empty string checks
Closes gh-23550
4 years ago
Stephane Nicoll
5feaf2bc1a
Polish "Polish empty string checks"
...
See gh-23550
4 years ago
Santhoshkumar. P
5cb07e292d
Polish empty string checks
...
See gh-23550
4 years ago
Stephane Nicoll
294af45bb3
Replace reflection call in HttpMessageConverters
...
Closes gh-23485
4 years ago
Stephane Nicoll
c4e224ffac
Merge pull request #23575 from dreis2211
...
* pr/23575:
Avoid unnecessary explicit initialization of Atomics
Closes gh-23575
4 years ago
dreis2211
ecee9c0f9b
Avoid unnecessary explicit initialization of Atomics
...
Constructor calls like new AtomicInteger(0) cause a volatile write that
can be saved in cases where the constructor parameter is the default
value.
See gh-23575
4 years ago
Stephane Nicoll
48c2f4d9cc
Merge pull request #23041 from tomekl007
...
* pr/23041:
Polish "Improve Cassandra health indicator with more robust mechanism"
Improve Cassandra health indicator with more robust mechanism
Closes gh-23041
4 years ago
Stephane Nicoll
6f08e9709e
Polish "Improve Cassandra health indicator with more robust mechanism"
...
See gh-23041
4 years ago
tomekl007
8e5a041bb4
Improve Cassandra health indicator with more robust mechanism
...
See gh-23041
4 years ago
Stephane Nicoll
f241cd04f8
Merge pull request #23554 from dreis2211
...
* pr/23554:
Improve performance of DispatcherServletRegistrationCondition
Closes gh-23554
4 years ago
dreis2211
efbbd8b367
Improve performance of DispatcherServletRegistrationCondition
...
See gh-23554
4 years ago
Stephane Nicoll
2ab2cf061f
Merge pull request #23564 from jkhoward
...
* pr/23564:
Polish "Add configuration option for channelRpcTimeout"
Add configuration option for channelRpcTimeout
Closes gh-23564
4 years ago
Stephane Nicoll
c4e1b4f5dd
Polish "Add configuration option for channelRpcTimeout"
...
See gh-23564
4 years ago
Jasmine Howard
baa9d129f2
Add configuration option for channelRpcTimeout
...
This commit adds a configuration option to configure
RabbitConnectionFactory's channelRpcTimeout property.
See gh-23564
4 years ago
Stephane Nicoll
341bccbdd7
Merge pull request #23571 from mnhock
...
* pr/23571:
Update copyright of changed file
Use platform-independent line separator
Closes gh-23571
4 years ago