Marcin Grzejszczak
1bdbd046ad
Going back to snapshots
2017-08-25 15:12:32 +02:00
Marcin Grzejszczak
1550f9fe0f
Update SNAPSHOT to 2.0.0.M2
2017-08-25 15:10:01 +02:00
Marcin Grzejszczak
2d7055560f
Going back to snapshots
2017-06-29 08:34:29 +02:00
Marcin Grzejszczak
76e47bfdec
Update SNAPSHOT to 2.0.0.M1
2017-06-29 08:24:17 +02:00
Marcin Grzejszczak
f37eb63a1a
Merge branch 'master' into 2.0.x
2017-06-26 18:28:33 +02:00
Marcin Grzejszczak
7be2d8dad5
Bumped rest assured to 3.0
...
fixes #267
2017-06-26 18:15:39 +02:00
Marcin Grzejszczak
82fda14b61
Bumped versions
2017-06-20 15:10:16 +02:00
Marcin Grzejszczak
571530e611
maven plugin operational
2017-06-20 12:27:31 +02:00
Marcin Grzejszczak
c1fca13f12
Initial commit
2017-06-15 14:56:18 +02:00
Marcin Grzejszczak
0905469866
Shades aether ( #326 )
...
That way we do not interfere with whatever Maven brings on its classpath
without this change deployment might fail due to being unauthorized.
with this change we're shading aether and maven in stub runner. Due to this there is no classpath clash any more
fixes #325
2017-06-14 14:30:56 +02:00
Marcin Grzejszczak
e0ea1b27f0
Bumping versions to 1.1.2.BUILD-SNAPSHOT after release
2017-05-22 23:57:24 +02:00
Marcin Grzejszczak
82f68347fa
Going back to snapshots
2017-05-22 23:57:23 +02:00
Marcin Grzejszczak
7a10b3bf34
Update SNAPSHOT to 1.1.1.RELEASE
2017-05-22 23:51:18 +02:00
Marcin Grzejszczak
ef5020986f
Bumping versions to 1.1.1.BUILD-SNAPSHOT after release
2017-04-11 11:26:11 +02:00
Marcin Grzejszczak
fe14d5c7d9
Going back to snapshots
2017-04-11 11:23:13 +02:00
Marcin Grzejszczak
c167df4fd6
Update SNAPSHOT to 1.1.0.RELEASE
2017-04-11 11:08:00 +02:00
Marcin Grzejszczak
a6cd890b50
Going back to snapshots
2017-03-17 10:09:33 +01:00
Marcin Grzejszczak
47dc54cad4
Update SNAPSHOT to 1.1.0.RC1
2017-03-17 10:04:52 +01:00
Marcin Grzejszczak
9c96d3de3d
Merge branch '1.0.x'
2017-02-28 13:12:27 +01:00
Dennis Kieselhorst
a568f0d89d
use local repository path from maven settings ( #236 )
...
without this change the local repository maven setup is completely ignored
with this change whatever you have set up locally will be taken into consideration
2017-02-28 13:07:24 +01:00
Marcin Grzejszczak
e36a6e2b56
Going back to snapshots
2017-01-30 11:47:27 +01:00
Marcin Grzejszczak
dfceed2ce1
Bumping versions before release
2017-01-30 11:41:56 +01:00
Marcin Grzejszczak
bacde76798
Going back to snapshots
2017-01-12 15:58:06 +01:00
Marcin Grzejszczak
bc37cc9a1a
Bumping version before release
2017-01-12 15:28:20 +01:00
Marcin Grzejszczak
1923e6b890
Added a test with Moco as a stub provider
2016-12-07 22:24:34 +01:00
Marcin Grzejszczak
d8ff715527
Bumped up version to 1.1.0
2016-12-07 14:34:56 +01:00
Marcin Grzejszczak
545874c951
Issues #110 user pass ( #157 )
...
can now configure username and password authentication and a proxy for accessing stub repository
Fixes #110
2016-12-05 14:56:08 +01:00
Marcin Grzejszczak
7a347da55a
Going back to snapshots
2016-11-24 18:58:50 +01:00
Marcin Grzejszczak
c7883a0d97
Bumping version before release
2016-11-24 18:37:39 +01:00
Marcin Grzejszczak
f4a6b4f4b1
Going back to snapshots
2016-10-17 12:22:17 +02:00
Marcin Grzejszczak
dd214f83f6
Bumping versions before release
2016-10-17 11:54:52 +02:00
Marcin Grzejszczak
6381362ad6
Going back to Snapshots
2016-09-23 21:04:10 +02:00
Marcin Grzejszczak
8ee2ef4b18
Bumping versions before release
2016-09-23 20:07:58 +02:00
Dave Syer
06c9db932e
Rationalize dependency management in BOMs
2016-09-19 12:02:25 +01:00
Marcin Grzejszczak
24b3f80e8c
Going back to SNAPSHOTs
2016-09-08 23:25:23 +02:00
Marcin Grzejszczak
411ca5886b
Bumping versions before RC1 release
2016-09-08 23:25:23 +02:00
Marcin Grzejszczak
c59306ce5d
Going back to snapshots
2016-08-27 00:27:55 +02:00
Marcin Grzejszczak
bf60a6b72f
Bumping versions before release
2016-08-26 23:51:33 +02:00
Marcin Grzejszczak
64d6d3ef6c
Automatic stub registration ( #64 )
...
before this change the support for Stub Runner Boot with Service Discovery was pretty useless since Stub Runner stubbed service discovery. That makes a lot of sense in unit / integration tests but not when you want to do some version of end to end tests.
With this change you can pass a property to enable automated registration of stubs in Service Discovery.
Technical changes:
* Added Zookeeper registration
* Added Eureka registration
* Added Consul registration
* Added checkstyle plugin - fixed part of exceptions
2016-08-26 16:09:16 +02:00
Dave Syer
88429ceada
Use jopt instead of args4j (like Spring Boot does)
2016-07-29 08:57:42 +01:00
Marcin Grzejszczak
ddc66b4c0c
Going back to Snapshots
2016-07-22 16:22:47 +02:00
Marcin Grzejszczak
62f7d48f8d
Bumping version before M1 release
2016-07-22 16:17:30 +02:00
Marcin Grzejszczak
d3eef8d1ba
Removed spring version from poms
2016-07-22 14:43:40 +02:00
Marcin Grzejszczak
1bbf572d4c
Fixed the pomx
2016-07-19 19:50:23 +02:00
Dave Syer
4c900f46fe
Remove stub tests (already covered in other tests)
2016-07-19 15:22:20 +01:00
Dave Syer
909e14e7ca
Flatten stub runner messaging hierarchy
2016-07-16 15:37:57 +01:00
Dave Syer
5f662bc526
Move stub runner server features to main module
2016-07-16 15:02:53 +01:00
Dave Syer
8ea90396a6
Merge spring cloud features into main stub runner
2016-07-16 09:56:05 +01:00
Dave Syer
664082d843
Merge junit features into main stub runner module
2016-07-15 22:03:17 +01:00
Dave Syer
6f0030bf58
Introduce @AutoConfigureStubRunner in place of autoconfig
...
In a Spring test user can add this annotation to run stubs
rather than rely on auto configuration (which might not be
welcome outside a test).
Fixes gh-33
2016-07-14 12:59:42 +01:00