Commit Graph

12027 Commits (c84204bc819fb8cd39c82d1d964263a4414bceef)
 

Author SHA1 Message Date
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
Stephane Nicoll 0aded58884 Polish "Add auto-configuration support for Hazelcast client"
Closes gh-7469
8 years ago
Vedran Pavic 3fbf1a2ea6 Add auto-configuration support for Hazelcast client
See gh-7469
8 years ago
Stephane Nicoll ae3225e76e Mention that Lettuce requires commons-pool2
We intend to remove this limitation in a future milestone but as the
Lettuce auto-configuration requires `commons-pool2`, this commit updates
the How-To to mention that.

See gh-9091
8 years ago
Stephane Nicoll de53a24e60 Merge branch '1.5.x' 8 years ago
Stephane Nicoll 3e688ecedb Add missing dependency management for Jetty
Closes gh-9010
8 years ago
Andy Wilkinson 822b473cbe Update samples following API changes in Spring Data snapshots
findOne is now findById
8 years ago
Andy Wilkinson 11c3c4c20b Drop support for org.json:json-based JSON parsing
Closes gh-8710
8 years ago
Stephane Nicoll 05cf41bd9e Merge branch '1.5.x' 8 years ago
Stephane Nicoll 81e3b392c3 Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll e8f99dc01c Fix typo
Closes gh-9082
8 years ago
Andy Wilkinson f853576bec Upgrade to Reactor Bismuth-M1
Closes gh-8884
8 years ago
Andy Wilkinson 329a950bd8 Remove testing support from the CLI
The testing support in the CLI has proven to be more trouble than
it's worth. Our recommendation is that, once an app gets to the stage
of requiring a test suite, it should be converted to a Maven or
Gradle project. This makes it easy to version, publish, deploy etc
using the vast ecosystems of the two build systems.

As part of this change, the dependency management for Spock has been
moved into spring-boot-parent, thereby making it "private". This
allows it to continue to manage the test-only Spock dependency in
spring-boot-test without also managing the version of Spring that is
used by a user's application.

Closes gh-9087
Fixes gh-9043
8 years ago
Andy Wilkinson acda8e647b Update CLI's tests following introduction of spring-jcl module
The new spring-jcl module is now a dependency of spring-core. This
commit updates the CLI's dependency resolution-related tests to
account for the new dependency.
8 years ago
Stephane Nicoll 5247fa323b Harmonize reactive auto-configuration class names
Closes gh-9086
8 years ago
Stephane Nicoll de268d97e2 Add auto-configuration for reactive Redis
This commit provides an auto-configuration for reactive Redis and a
starter that provides Lettuce as Jedis doesn't support reactive
operations.

There are no support for reactive redis repositories at the moment so
only a `ReactiveRedisTemplate` is auto-configured if necessary.

Closes gh-8053
8 years ago
Andy Wilkinson 0fbe903308 Merge branch '1.5.x' 8 years ago
Andy Wilkinson 832b3d1f2f Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson 08143edf19 Close streams when unpacking the CLI
See gh-9080
8 years ago
Andy Wilkinson 9ea461229c Merge branch '1.5.x' 8 years ago
Andy Wilkinson ce74047896 Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson 2f26088800 Unpack CLI for its integration tests as dir is no longer assembled
Closes gh-9080
8 years ago
Andy Wilkinson bc4a11dd7b Make argument ordering consistent across web server initialized events 8 years ago
Andy Wilkinson 328bbaf17f Update port file writer to support reactive servers
Closes gh-8531
8 years ago
Andy Wilkinson bdd8cb3468 Merge branch '1.5.x' 8 years ago
Andy Wilkinson 51970f81d2 Merge branch '1.4.x' into 1.5.x 8 years ago