buildmaster
65969089e5
Bumping versions to 3.0.4-SNAPSHOT after release
2021-05-27 20:50:12 +00:00
buildmaster
b7dbd8ce8b
Going back to snapshots
2021-05-27 20:50:11 +00:00
buildmaster
65423af0c0
Update SNAPSHOT to 3.0.3
2021-05-27 20:47:27 +00:00
buildmaster
23af9b9c0b
Bumping versions
2021-05-27 08:22:22 +00:00
buildmaster
4f8e52b3c0
Bumping versions to 3.0.4-SNAPSHOT after release
2021-05-27 07:47:05 +00:00
buildmaster
d608926c19
Going back to snapshots
2021-05-27 07:47:05 +00:00
buildmaster
eb1831fb9c
Update SNAPSHOT to 3.0.3
2021-05-27 07:43:44 +00:00
spencergibb
fe97a24e73
Allows setting output binding properties.
...
This fixes the StreamBridge.send() binding name to BusConstants.OUTPUT and sets the BusConstants.OUTPUT destination to spring.cloud.bus.destination.
Fixes gh-244
2021-05-26 16:32:31 -04:00
buildmaster
994a88083c
Bumping versions to 3.0.3-SNAPSHOT after release
2021-03-17 21:20:38 +00:00
buildmaster
1da40c9c73
Going back to snapshots
2021-03-17 21:20:38 +00:00
buildmaster
3d1f20c1fc
Update SNAPSHOT to 3.0.2
2021-03-17 21:18:06 +00:00
buildmaster
88586a63f0
Bumping versions to 3.0.2-SNAPSHOT after release
2021-01-27 20:36:13 +00:00
buildmaster
ad9913aaf2
Going back to snapshots
2021-01-27 20:36:13 +00:00
buildmaster
2eac8e7c85
Update SNAPSHOT to 3.0.1
2021-01-27 20:33:10 +00:00
spencergibb
9023c2f426
Updates testcontainers version to 1.15.1
2021-01-27 15:19:42 -05:00
dependabot-preview[bot]
f895428138
Bump testcontainers.version from 1.15.0-rc2 to 1.15.0 ( #240 )
...
Bumps `testcontainers.version` from 1.15.0-rc2 to 1.15.0.
Updates `junit-jupiter` from 1.15.0-rc2 to 1.15.0
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases )
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.15.0-rc2...1.15.0 )
Updates `rabbitmq` from 1.15.0-rc2 to 1.15.0
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases )
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.15.0-rc2...1.15.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-27 15:16:06 -05:00
buildmaster
9db71232b8
Bumping versions
2020-12-22 17:46:03 +00:00
buildmaster
0cc6f3a378
Bumping versions
2020-12-22 07:08:12 +00:00
buildmaster
9b43bd040b
Bumping versions to 3.0.1-SNAPSHOT after release
2020-12-21 19:08:12 +00:00
buildmaster
ac9e76fea4
Going back to snapshots
2020-12-21 19:08:12 +00:00
buildmaster
b898bb90c0
Update SNAPSHOT to 3.0.0
2020-12-21 19:05:10 +00:00
buildmaster
ef8368e11d
Going back to snapshots
2020-12-11 21:53:34 +00:00
buildmaster
13ec6af55a
Update SNAPSHOT to 3.0.0-RC1
2020-12-11 21:52:25 +00:00
buildmaster
427e99410d
Going back to snapshots
2020-12-01 22:34:27 +00:00
buildmaster
8d88bc4283
Update SNAPSHOT to 3.0.0-M6
2020-12-01 22:33:19 +00:00
buildmaster
05f0c68e35
Going back to snapshots
2020-11-17 20:28:35 +00:00
buildmaster
df967da0d5
Update SNAPSHOT to 3.0.0-M5
2020-11-17 20:27:22 +00:00
dependabot-preview[bot]
5fd846dd25
Bump testcontainers.version from 1.15.0-rc1 to 1.15.0-rc2 ( #238 )
...
Bumps `testcontainers.version` from 1.15.0-rc1 to 1.15.0-rc2.
Updates `junit-jupiter` from 1.15.0-rc1 to 1.15.0-rc2
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases )
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.15.0-rc1...1.15.0-rc2 )
Updates `rabbitmq` from 1.15.0-rc1 to 1.15.0-rc2
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases )
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.15.0-rc1...1.15.0-rc2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-31 13:55:57 -04:00
Spencer Gibb
de0168ed6d
Adds support for RSocket ( #239 )
...
* Creates Destination.Factory to create Destinations
This allows the default PathDestinationFactory to send to all via ant patterns and RSocket to use tags.
* Adds spring-cloud-bus-rsocket to dependencies pom
* Moves stream to separate autoconfig
* Adds AntPathMatcher to handle isFromSelf
* Adds support for application/cbor
* Adds support for default tags to send on queries.
* Adds BusRSocketEnvironmentPostProcessor
This adds a bus=true tag to the RSocket routing client for registration with the RSocket routing broker
All tags in the remote event must be present from local configuration.
* Updates repo.spring.io urls
* Adds spring-cloud-starter-bus-stream
which includes spring-cloud-bus and spring-cloud-stream. This is because spring-cloud-stream is now optional in spring-cloud-bus. This is useful for bus users that want to use a different stream binder than amqp and kafka.
2020-10-31 13:55:27 -04:00
buildmaster
5bb214977d
Going back to snapshots
2020-10-03 13:44:16 +00:00
buildmaster
0959a3a422
Update SNAPSHOT to 3.0.0-M4
2020-10-03 13:43:05 +00:00
Spencer Gibb
17c16bc345
Refactors bus to use spring cloud function. ( #236 )
...
Rather than the annotation model. The monolithic `BusAutoConfiguration` was split.
BusBridge is now an interface with a send() method. In the future, there will be an RSocketBusBridge, the default is `StreamBusBridge`.
StreamBusBridge uses StreamBridge to send messages.
RemoteApplicationEventListener listens for remote events sends them to bus if needed.
Adds an amqp integration test.
fixes gh-227
2020-09-25 12:12:16 -04:00
spencergibb
e4ba406415
Formatting
2020-09-16 17:18:55 -04:00
buildmaster
8eea033ded
Going back to snapshots
2020-07-23 17:59:11 +00:00
buildmaster
c8bfcd8949
Update SNAPSHOT to 3.0.0-M3
2020-07-23 17:58:07 +00:00
spencergibb
4daf0ec783
Adds junit-vintage-engine
2020-06-08 11:40:31 -04:00
buildmaster
3b7dbb1b1e
Bumping versions
2020-04-16 22:43:15 +00:00
buildmaster
7dd12771af
Going back to snapshots
2020-04-09 22:12:48 +00:00
buildmaster
a6b97bce52
Update SNAPSHOT to 3.0.0.M1
2020-04-09 22:12:08 +00:00
buildmaster
faa2cf9647
Bumping versions
2020-01-22 07:07:51 +00:00
buildmaster
113efcf75a
Bumping versions
2020-01-21 07:07:41 +00:00
buildmaster
c4acd78a8b
Bumping versions
2020-01-20 13:19:09 +00:00
buildmaster
b70706ded4
Bumping versions
2020-01-18 07:07:33 +00:00
Spencer Gibb
4dd98351c7
Merge branch '2.2.x'
2020-01-17 16:49:06 -05:00
Spencer Gibb
54b7e0654c
deleted .flattened-pom.xml
2020-01-17 16:48:26 -05:00
Spencer Gibb
5d5bb48a02
Updates to 3.0.0.BUILD-SNAPSHOT
2020-01-17 16:47:04 -05:00
buildmaster
f76ca3f089
Bumping versions
2019-11-27 07:07:44 +00:00
buildmaster
1bb1a02061
Bumping versions to 2.2.1.BUILD-SNAPSHOT after release
2019-11-26 09:43:54 +00:00
buildmaster
04ca8154af
Going back to snapshots
2019-11-26 09:43:54 +00:00
buildmaster
84de69d4e0
Update SNAPSHOT to 2.2.0.RELEASE
2019-11-26 09:42:59 +00:00