Phillip Webb
d969ebad07
Polish ConfigurationPropertySource support
...
Improve ConfigurationPropertySource support by reworking some of the
stream calls based on advice offered by Tagir Valeev from JetBrains.
Also improved ConfigurationPropertySource.containsDescendantOf so that
it returns an enum rather than an Optional<Boolean> (again based on
feedback from Tagir).
See gh-9000
8 years ago
Phillip Webb
fa4de13519
Rework ConfigurationPropertySources
...
Rework the ConfigurationPropertySources and related adapter classes to
help with performance. The ConfigurationPropertySources class now only
monitors for updates when `.attach` is used. The `.get` methods now
return the adapted version, but no longer checks to see if sources have
been added or removed on each call.
This commit also fixes a few caching issues and makes both the
`PropertyMapper` implementations true static singletons.
See gh-9000
8 years ago
Phillip Webb
133f11df2f
Refactor ConfigFileApplicationListener
...
Refactor `ConfigFileApplicationListener` to use a `MultiValueMap` when
loading sources. The helps to simplify the code and removes the need
for the inner `LoadedPropertySources` class. We're also able to delete
the now unused `EnumerableCompositePropertySource` and
`PropertySourcesLoader` classes.
Fixes gh-9144
8 years ago
Phillip Webb
5cad11d6d2
Formatting
8 years ago
Phillip Webb
fd2e3b3505
Merge branch '1.5.x'
8 years ago
Phillip Webb
931ce15d7f
Update copyright header dates
8 years ago
Phillip Webb
4a7dcc8786
Formatting
8 years ago
Andy Wilkinson
6ef4ea9a25
Upgrade to Spring Data Kay M3
...
Closes gh-7461
8 years ago
Andy Wilkinson
f175f5bd54
Revert "Upgrade to Spring Data Kay M3"
...
This reverts commit a8b10f74e8
.
See gh-7461
8 years ago
Andy Wilkinson
a8b10f74e8
Upgrade to Spring Data Kay M3
...
Closes gh-7461
8 years ago
Stephane Nicoll
5e14383886
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
ea4e6fea35
Polish
8 years ago
Stephane Nicoll
f8e1345b75
Unify versions used in integration tests
...
This commit makes sure the integration tests use the same versions as
the one managed by `spring-boot-dependencies` (including Maven plugins).
Closes gh-8947
8 years ago
Stephane Nicoll
b686ed8b6b
Merge pull request #9132 from artembilan:Spring_AMQP_2.0.0.M4
...
* pr/9132:
Upgrade to Spring AMQP 2.0.0.M4
8 years ago
Artem Bilan
22406b7dce
Upgrade to Spring AMQP 2.0.0.M4
...
Closes gh-9132
8 years ago
Stephane Nicoll
70a3daa266
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
bca96932af
Merge pull request #9072 from helpermethod:master
...
* pr/9072:
Add Membrane Spring Boot Starter
8 years ago
Oliver Weiler
31d4f3b638
Add Membrane Spring Boot Starter
...
Closes gh-9072
8 years ago
Stephane Nicoll
3b0fb97081
Upgrade to Spring Framework 5.0.0.RC1
...
Closes gh-9129
8 years ago
Stephane Nicoll
3f58095192
Merge pull request #9103 from izeye:polish-20170505
...
* pr/9103:
Polish
8 years ago
Johnny Lim
53e5d67cde
Polish
...
Closes gh-9103
8 years ago
Stephane Nicoll
068c52b725
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
85ae3082b8
Merge pull request #9116 from garyrussell:amqp15
...
* pr/9116:
Upgrade to Spring Kafka 1.1.5.RELEASE
8 years ago
Gary Russell
74985b610b
Upgrade to Spring Kafka 1.1.5.RELEASE
...
Closes gh-9116
8 years ago
Madhura Bhave
7c71fdd9ff
Fix typo
8 years ago
Andy Wilkinson
6dd385898f
Upgrade to Rxjava 1.3.0
...
Closes gh-9112
8 years ago
Stephane Nicoll
275bff39aa
Remove deprecated code
...
Closes gh-8891
8 years ago
Andy Wilkinson
269cea291c
Upgrade to Neo4j OGM 3.0.0-M01
...
Closes gh-8687
8 years ago
Stephane Nicoll
2245bced9f
Merge pull request #9055 from garyrussell:GH-9041
...
* pr/9055:
Remove deprecated spring.rabbitmq.listener.* properties
Polish "Support direct AMQP container"
Support direct AMQP container
8 years ago
Stephane Nicoll
1e9c1a68e4
Remove deprecated spring.rabbitmq.listener.* properties
...
See gh-9055, gh-9108
8 years ago
Stephane Nicoll
2894e57146
Polish "Support direct AMQP container"
...
Closes gh-9055
8 years ago
Gary Russell
6eddf1b372
Support direct AMQP container
...
Add support for auto configuration - select container type and separate
discrete properties.
See gh-9055
8 years ago
Stephane Nicoll
0f38031f93
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
e236b71615
Move RabbitMQ Simple listener support to dedicated namespace
...
Move `spring.rabbitmq.listener.*` to `spring.rabbitmq.listener.simple.*`
in preparation for Spring AMQP 2.0 that supports different container
types.
Closes gh-9108
See gh-9055
8 years ago
Madhura Bhave
ba8bdd2683
Fix actuator path used in tests
8 years ago
Madhura Bhave
2519d73f5e
Merge branch '1.5.x'
8 years ago
Madhura Bhave
3d836f7730
Fix test pollution
8 years ago
Phillip Webb
a841a6a11d
Polish
8 years ago
Madhura Bhave
189e07e9f3
Support values other than String in /env
...
Fixes gh-9079
8 years ago
Andy Wilkinson
3abd8d3adf
Drop support for configuring PropertiesLauncher with application.properties
...
Closes gh-8464
8 years ago
Andy Wilkinson
525f421441
Update MultipartProperties' prefix to reflect that it's Servlet-specific
...
Closes gh-8628
8 years ago
Andy Wilkinson
9caf82ce80
Remove redundant ordering from ImportBeanDefinitionRegistrar implementations
...
Closes gh-8603
8 years ago
Andy Wilkinson
643364e74d
Try to ensure that embedded container tests can see milestones and snapshots
8 years ago
Andy Wilkinson
7a9af02943
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
216506d20f
Upgrade to Jetty 9.4.5.v20170502
...
Closes gh-9100
8 years ago
Andy Wilkinson
1fc6fc1790
Upgrade to Undertow 1.4.14.Final
...
Closes gh-9099
8 years ago
Andy Wilkinson
8ed33a1da5
Properly remove Spock from spring-boot-dependencies
...
See gh-9043
8 years ago
Andy Wilkinson
a48f4f3320
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
816ac1dc78
Remove dependency management for jetty-monitor
...
Closes gh-9010
8 years ago
Stephane Nicoll
39a1c5e6ea
Merge pull request #7469 from vpavic:gh-4918
...
* pr/7469:
Polish "Add auto-configuration support for Hazelcast client"
Add auto-configuration support for Hazelcast client
8 years ago