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
9375d0e28b
Merge branch '2.1.x'
2019-09-17 17:20:03 +02:00
Marcin Grzejszczak
876be130ed
Added npe guard; fixes gh-1154
2019-09-17 17:17:45 +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
buildmaster
775af906fd
Bumping versions
2019-09-17 00:23:09 +00:00
Marcin Grzejszczak
4d45bdf31d
Added support for Spring Kafka
...
fixes gh-877
2019-09-16 22:39:36 +02:00
Snyk bot
95c134c8d2
fix: pom.xml to reduce vulnerabilities ( #1214 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-174736
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-450207
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-450917
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-455617
Signed-off-by: Olga Maciaszek-Sharma <olga.maciaszek@gmail.com >
# Conflicts:
# pom.xml
2019-09-16 17:19:08 +02:00
Snyk bot
582503a8c9
fix: pom.xml to reduce vulnerabilities ( #1214 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-174736
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-450207
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-450917
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-455617
2019-09-16 17:00:58 +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
93c5679949
Fixing the wrong task
2019-09-10 20:26:18 +02:00
Marcin Grzejszczak
d2ff700f18
Parametrizing gradle publishPlugins task in maven
2019-09-10 20:09:01 +02:00
Marcin Grzejszczak
764c13b6bf
I love Gradle
2019-09-10 18:59:24 +02:00
Marcin Grzejszczak
0a1b9b9060
I love Gradle
2019-09-10 18:34:56 +02:00
Marcin Grzejszczak
b21e1e1028
Trying to fix Gradle stuff
2019-09-10 18:28:13 +02:00
Marcin Grzejszczak
efac97ab5a
Adding env vars
2019-09-10 18:16:56 +02:00
Marcin Grzejszczak
e36da23f7c
Added password and username for sonatype
2019-09-10 17:55:17 +02:00
buildmaster
e42c5bc94a
Bumping versions
2019-09-10 00:21:31 +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
530fdee87f
Reusing the original exec version
2019-09-09 11:32:46 +02:00
Marcin Grzejszczak
38cf761228
Not inheriting maven exec for gradle
2019-09-09 08:31:15 +02:00
Marcin Grzejszczak
5ef72577b4
Added the missing configuration properties table
2019-09-06 14:28:28 +02:00
buildmaster
3a60466e76
Bumping versions
2019-09-06 00:21:40 +00:00
Marcin Grzejszczak
c7e6f77d42
Merge branch '2.1.x'
2019-09-05 13:44:44 +02:00
Marcin Grzejszczak
8d6336c73f
Made @AutoConfigureWireMock @Inherited; fixes gh-1201
2019-09-05 13:44:37 +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
bd64cf82ae
Merge pull request #1184 from shanman190/bugfix/extension-dsl
...
Bugfix/extension dsl
2019-09-03 21:07:50 +02:00
Shannon Pamperl
534cbde50d
Switch to plugins{} apply syntax
...
Now that Spring Cloud Contract is generating a plugin marker, it's much
easier to functionally test using Gradle TestKit by utilizing the
withPluginClasspath() and the 'java-gradle-plugin' Gradle plugin. Since
Gradle recommends new users, as well as new plugin authors, to use the
plugin markers and plugins{} syntax we should also follow that same
path. Especially given that there has been feature parity with the
buildscirpt{} block some releases ago.
2019-09-03 12:49:04 -05:00
Shannon Pamperl
04f7e8ca6e
Removed unused functionalTest samples
2019-09-03 12:48:25 -05:00
Shannon Pamperl
4d590aa800
Disable debug-jvm mode as it's causing an additional compilation without the initscript classpath
2019-09-02 18:20:01 -05:00
Shannon Pamperl
9ad51a58d9
Remove eclipse plugin since it's not necessary to apply it
...
Both Eclipse, via Buildship, and Intellij automatically add in init
scripts that run with the Gradle execution. In these they add in the
eclipse or idea plugins, so that those ide's get associated
configurations and tasks necessary for them.
2019-09-02 15:23:33 -05:00
Shannon Pamperl
5acaff9338
Remove checkstyle setup as it's causing ClassNotFoundExceptions
2019-09-02 10:43:03 -05:00
Shannon Pamperl
ccdac2522c
Remove ignored tests
2019-09-02 10:43:03 -05:00
Shannon Pamperl
afebba0e6e
Take advantage of the gradlePluginPortal() repository method
2019-09-02 10:43:03 -05:00
Shannon Pamperl
c7035d45d4
Add standard scenario test in Kotlin DSL
2019-09-02 10:43:02 -05:00
Shannon Pamperl
d03a8eb960
Update integration test to take advantage of java-gradle-plugin
...
This plugin is required when using the withPluginClasspath(..) method,
but during Gradle execution it creates a listing of the classpath that
the plugin under test would have. We can then use that explicitly to
build up the necessary classpath in the init.gradle script for loading
the necessary classes to run integration tests against the plugin
without needing to copy all of the jar files into a folder via a Gradle
task.
2019-09-02 10:43:02 -05:00
Shannon Pamperl
6f534b2eee
Added kotlin-dsl test
2019-09-02 10:43:02 -05:00
Shannon Pamperl
3b16eed5cb
Revamp extension to explicitly declare input types correctly
2019-09-02 10:43:01 -05:00
Shannon Pamperl
1c26678b3a
Convert extension class to Java
2019-09-02 10:43:01 -05:00
Marcin Grzejszczak
d411f54547
Enforcing Kotlin version to 1.3.31 to align with Gradle
2019-09-02 08:24:53 +02:00
Marcin Grzejszczak
0e359f9799
Merge branch '2.1.x'
2019-08-30 15:37:43 +02:00
Marcin Grzejszczak
b7b6a22c5f
Fixed formatting
2019-08-30 15:37:31 +02:00
Marcin Grzejszczak
805a72be6d
Merge branch '2.1.x'
2019-08-30 15:12:42 +02:00
Alican Akkus
bbb8877d40
fixes : #1160
2019-08-30 15:12:35 +02:00
Marcin Grzejszczak
6d23f75fd0
Merge branch 'AlicanAkkus-master'
2019-08-30 15:12:06 +02:00