Commit Graph

1060 Commits

Author SHA1 Message Date
Marcin Grzejszczak
2d1e2f9d4d Migrated to new autoconfiguration import boot approach (#1811) 2022-08-24 16:39:08 +02:00
Artem Makarov
c847d1951e Fix improperly accessed optional values; ServerDslProperty incorrectly wrapped by OptionalProperty (#1809)
Fixes gh-1808
2022-08-19 10:54:58 +02:00
buildmaster
5873dc5798 Going back to snapshots 2022-07-29 20:41:09 +00:00
buildmaster
04ff74a447 Update SNAPSHOT to 4.0.0-M4 2022-07-29 20:22:54 +00:00
Marcin Grzejszczak
52d5de16d4 Merge branch '3.1.x' 2022-07-01 14:21:56 +02:00
Marcin Grzejszczak
414cd9c545 Fixed broken docs 2022-07-01 14:02:32 +02:00
Marcin Grzejszczak
2a2dd92412 Merge branch '3.1.x' 2022-06-20 17:00:51 +02:00
Marcin Grzejszczak
60be47be07 Merge branch '3.0.x' into 3.1.x 2022-06-20 17:00:02 +02:00
buildmaster
1a6ee1e4a1 Going back to snapshots 2022-06-15 15:19:28 +00:00
buildmaster
d4ee69f3de Update SNAPSHOT to 4.0.0-M3 2022-06-15 15:01:33 +00:00
Marcin Grzejszczak
a1947ba825 Merge branch '3.1.x' 2022-06-13 10:06:58 +02:00
arseniqueee
95153a0299 Add priority property to converted contract in yaml (#1797)
* Add priority property to converted contract in yaml

* Add test for convert priority property in yaml format

Co-authored-by: Фейтуллаев Арсений Валерьевич <avafeytullaev@sberbank.ru>
2022-06-10 22:44:52 +02:00
spencergibb
9c40dc23be Bumps to the next snapshot version 2022-05-27 14:21:44 -04:00
buildmaster
4556a28087 Update SNAPSHOT to 3.1.3 2022-05-27 00:44:01 +00:00
Marcin Grzejszczak
488d9adccc Removed the spring cloud function java compiler usage; fixes gh-1782 2022-05-25 12:11:06 +02:00
Marcin Grzejszczak
2a66444afb Uses RA 5.0.2-SNAPSHOT 2022-05-23 11:53:33 +02:00
Marcin Grzejszczak
84d1706933 Fixed compilation issues 2022-05-09 15:06:13 +02:00
buildmaster
b77ae2ca3e Bumping versions 2022-05-06 00:23:05 +00:00
Marcin Grzejszczak
44c37d5a4d Fixed samples 2022-05-05 15:42:09 +02:00
Marcin Grzejszczak
109ec516c2 Fixed broken tests 2022-05-05 14:24:31 +02:00
Maciej Zieliński
a71bad4d9a #1778 properly resole query parameters for url and urlPath property in YAML files (#1780)
Co-authored-by: maciezie <maciej.zielinski@idemia.com>
2022-05-05 10:49:44 +02:00
Maciej Zieliński
1304ccab0b #1778 properly resole query parameters for url and urlPath property in YAML files (#1780)
Co-authored-by: maciezie <maciej.zielinski@idemia.com>
2022-05-05 10:46:49 +02:00
Marcin Grzejszczak
251d4feb4d Fixed checkstyle 2022-05-04 14:47:17 +02:00
Marcin Grzejszczak
adc513b45b Bumped RestAssured to 6.0.0 2022-05-04 14:35:24 +02:00
buildmaster
e08abcb423 Bumping versions to 3.1.3-SNAPSHOT after release 2022-04-27 19:56:14 +00:00
buildmaster
3737c8e2c9 Going back to snapshots 2022-04-27 19:56:13 +00:00
buildmaster
774230c2fd Update SNAPSHOT to 3.1.2 2022-04-27 19:34:59 +00:00
buildmaster
d8cb1f14f8 Going back to snapshots 2022-04-01 03:05:59 +00:00
buildmaster
8faa117507 Update SNAPSHOT to 4.0.0-M2 2022-04-01 02:47:30 +00:00
Marcin Grzejszczak
1d8f2a5336 Merge branch '3.1.x' 2022-03-25 15:31:39 +01:00
Adrian E. Hjertstedt
ce03ee008b Harden detection of InaccessibleObjectException in MetadataUtil (#1766)
The immediate cause under JDK16+ is not always InaccessibleObjectException
meaning the fallback logic to copy properties does not kick in.

Additional logic is needed to harden the detection of the InaccessibleObjectException
to ensure it is catered for in the fallback logic.

Co-authored-by: Adrian Hjertstedt <adrian@adrianhj.com>
2022-03-25 15:30:25 +01:00
Marcin Grzejszczak
145cf4dd9e Upgraded Groovy to 4 and Rest Assured to 5 2022-03-25 13:29:45 +01:00
Koki Igarashi
9980eb0e9d fix #1656: Add missing support for JSON values inside arrays in WireMockStub (#1764)
Fixes #1656.
Currently, numbers, booleans and null inside arrays are double-quoted
when converting dsl into stub, which results in generating incorrect
json stubs for WireMock. This commit fixes it.
2022-03-24 14:53:47 +01:00
Koki Igarashi
5b7fef0f74 fix #1667: Add missing multipart support in Spock (#1763)
Currently, the multipart support for EXPLICIT and WEBCLIENTTEST
modes in Spock is missing. This commit adds the support.

Fixes #1667
2022-03-23 16:49:28 +01:00
spencergibb
21a60b8f0d Updates to use new TestSocketUtils from spring-cloud-test-support 2022-03-11 13:27:45 -05:00
spencergibb
792ad2e096 Ignores failing test.
See gh-1754
2022-02-25 14:02:13 -05:00
spencergibb
25b59cea56 Ignores failing test.
See gh-1754
2022-02-23 17:30:15 -05:00
buildmaster
dae7582225 Bumping versions to 3.1.2-SNAPSHOT after release 2022-02-17 18:29:52 +00:00
buildmaster
7ecff81496 Going back to snapshots 2022-02-17 18:29:51 +00:00
buildmaster
e8dfe7a8b1 Update SNAPSHOT to 3.1.1 2022-02-17 18:03:35 +00:00
spencergibb
173f4c4caa formatting 2022-01-26 16:44:43 -05:00
spencergibb
0b136e3783 Changes class to use to check presence of Spring Cloud Stream 2022-01-20 13:14:07 -05:00
Marcin Grzejszczak
1bedfd188e Makes the code compile 2022-01-18 10:38:46 +01:00
Spencer Gibb
dffe488857 Updates to version 4.0.0-SNAPSHOT (#1747)
* Updates to version 4.0.0-SNAPSHOT

Updates to Java 17, framework 6, boot 3 and Jakarta EE

Missing support for versions of rest assured, activemq-pool & jersey-client

* Additional jdk17, spring cloud 2021, boot 3 upgrades

* Fixed invalid version

Co-authored-by: Marcin Grzejszczak <marcin@grzejszczak.pl>
Co-authored-by: Marcin Grzejszczak <mgrzejszczak@vmware.com>
2022-01-14 11:18:01 +01:00
buildmaster
1bc841d724 Bumping versions to 3.0.6-SNAPSHOT after release 2021-12-15 18:57:41 +00:00
buildmaster
381bb0992a Going back to snapshots 2021-12-15 18:57:40 +00:00
buildmaster
19e4db800f Update SNAPSHOT to 3.0.5 2021-12-15 18:24:03 +00:00
buildmaster
6d78e66c90 Bumping versions to 3.1.1-SNAPSHOT after release 2021-12-01 21:52:52 +00:00
buildmaster
07d15891d6 Going back to snapshots 2021-12-01 21:52:50 +00:00
buildmaster
8084a67c94 Update SNAPSHOT to 3.1.0 2021-12-01 21:25:28 +00:00