Commit Graph

282 Commits

Author SHA1 Message Date
Olga Maciaszek-Sharma
281a0c3209 Unignore test as cannot reproduce issue. Fixes gh-1383. 2020-04-24 18:52:25 +02:00
buildmaster
008c41e3eb Bumping versions 2020-04-17 16:20:16 +00:00
Spencer Gibb
c8b09c0c68 Ignores KafkaStubRunnerSpec tests
See gh-1383
2020-04-17 11:59:18 -04:00
Olga Maciaszek-Sharma
f349325bfe Add TODO for ignored test. 2020-04-16 14:58:29 +02:00
buildmaster
abf82e509f Going back to snapshots 2020-04-09 23:53:30 +00:00
buildmaster
dbfc0d7560 Update SNAPSHOT to 3.0.0.M1 2020-04-09 23:45:15 +00:00
Olga Maciaszek-Sharma
c9981c280b Temporarily ignore since it's causing time-outs. 2020-04-08 16:28:42 +02:00
Marcin Grzejszczak
906c771c6c Bumps versions
Groovy to 2.5.10
Camel to 3.1.0
Pact to 4.0.9
2020-04-06 11:31:20 +02:00
Marcin Grzejszczak
1d923ee0a1 Fixed javadocs 2020-03-30 16:16:26 +02:00
Marcin Grzejszczak
c5f8d880c5 Ignoring the Spring Cloud Stream new functional framework test 2020-01-30 09:37:27 +01:00
Marcin Grzejszczak
343e8b477c Working with new stream for the verifier side 2020-01-29 20:26:59 +01:00
Marcin Grzejszczak
403d369b44 Should work 2020-01-29 19:42:14 +01:00
Marcin Grzejszczak
9e02b7c902 Updated Copyrights 2020-01-28 20:00:13 +01:00
Marcin Grzejszczak
f946ad6704 Updates to Boot 2.3.0 and Ilford release train
Removes ribbon and updates for boot 2.3.0
2020-01-27 12:05:04 +01:00
Marcin Grzejszczak
ad00a39d17 Bumped versions 2020-01-20 11:22:18 +01:00
buildmaster
d451d5fd8e Bumping versions to 2.2.2.BUILD-SNAPSHOT after release 2019-12-20 14:31:45 +00:00
buildmaster
a4d6a67f0b Going back to snapshots 2019-12-20 14:31:45 +00:00
buildmaster
c97e6e82d0 Update SNAPSHOT to 2.2.1.RELEASE 2019-12-20 14:17:56 +00:00
buildmaster
3fb03b2b80 Bumping versions to 2.2.1.BUILD-SNAPSHOT after release 2019-11-26 12:08:31 +00:00
buildmaster
330cfa42ed Going back to snapshots 2019-11-26 12:08:31 +00:00
buildmaster
00d9e52c47 Update SNAPSHOT to 2.2.0.RELEASE 2019-11-26 11:58:40 +00:00
buildmaster
50a1da1058 Going back to snapshots 2019-11-10 00:44:33 +00:00
buildmaster
a2d343d542 Update SNAPSHOT to 2.2.0.RC2 2019-11-10 00:37:32 +00:00
buildmaster
b3228306ba Going back to snapshots 2019-10-24 21:38:41 +00:00
buildmaster
bc042bd0e3 Update SNAPSHOT to 2.2.0.RC1 2019-10-24 21:30:13 +00:00
Marcin Grzejszczak
d5acc0ca12 Update auto-configuration to use @Configuration(proxyBeanMethods=false)
fixes gh-1245
2019-10-24 15:39:57 +02:00
buildmaster
2e3b77c3db Going back to snapshots 2019-10-03 20:48:30 +00:00
buildmaster
90c2d88b81 Update SNAPSHOT to 2.2.0.M3 2019-10-03 20:40:02 +00:00
Marcin Grzejszczak
25ada9ea0a Bumped WireMock to 2.25.0
fixes gh-1230
fixes gh-1231
2019-10-01 14:39:43 +02:00
Marcin Grzejszczak
85af91ecdc Merge branch '2.1.x' 2019-09-26 18:09:54 +02:00
Marcin Grzejszczak
3158e6fe86 Makes the BatchStubRunner bean initialized as early as possible
without this change beans that require the property with stub port might have already been initialized before BatchStubRunner was setup
with this change we're initilizing that bean as early as possible

fixes gh-1225
2019-09-26 17:48:51 +02:00
Marcin Grzejszczak
d2a1ad41d1 Trying to make tests more resilient 2019-09-25 15:31:15 +02:00
Marcin Grzejszczak
37c24bdfaa SKipping test on Jenkins (I give up) 2019-09-18 11:51:59 +02:00
Marcin Grzejszczak
f591e6a09b Trying to fix the flakey test 2019-09-18 11:02:57 +02:00
Marcin Grzejszczak
246979d08e Added logging and making kafka tests less brittle 2019-09-18 10:34:33 +02:00
Marcin Grzejszczak
195fc3a01d Removed dirtiescontext 2019-09-18 09:45:26 +02:00
Marcin Grzejszczak
1db797cb72 Added dirtiescontext for kafka 2019-09-17 17:35:29 +02:00
Marcin Grzejszczak
f336751ee1 StubRunner and a random port
added additional resolvers for the properties via environment

fixes gh-147
2019-09-17 17:12:29 +02:00
Marcin Grzejszczak
4d45bdf31d Added support for Spring Kafka
fixes gh-877
2019-09-16 22:39:36 +02:00
buildmaster
de94a14a9a Bumping versions to 2.1.4.BUILD-SNAPSHOT after release 2019-09-10 18:47:36 +00:00
buildmaster
882cee887d Going back to snapshots 2019-09-10 18:47:35 +00:00
buildmaster
4750b4e60e Update SNAPSHOT to 2.1.3.RELEASE 2019-09-10 18:38:17 +00:00
Marcin Grzejszczak
a1ba2a3be1 Fixes broken tests 2019-09-09 15:13:14 +02:00
Marcin Grzejszczak
c7b4f0125b Added integration for JMS
fixes gh-1141
2019-09-09 14:22:02 +02:00
Marcin Grzejszczak
796103cb48 Bumped libs
fixes gh-1193
fixes gh-1194
fixes gh-1195
fixes gh-1196
fixes gh-1197
fixes gh-1198
2019-09-04 17:24:47 +02:00
Marcin Grzejszczak
551ede93fd Merge branch '2.1.x' 2019-08-30 10:08:28 +02:00
Marcin Grzejszczak
c2f9e3fe85 Added the explicit version for jersey 2019-08-30 09:53:00 +02:00
buildmaster
6b5d4860b9 Going back to snapshots 2019-08-14 16:21:05 +00:00
buildmaster
16902f4338 Update SNAPSHOT to 2.2.0.M2 2019-08-14 16:07:47 +00:00
Marcin Grzejszczak
24f8930237 Merge branch 'Buzzardo-new_docs'
fixes gh-1140
fixes gh-1157
2019-08-07 10:59:06 +02:00