buildmaster
d22f54c915
Going back to snapshots
2021-05-28 07:26:02 +00:00
buildmaster
ddc05a9c00
Update SNAPSHOT to 3.0.3
2021-05-28 07:08:54 +00:00
buildmaster
2ffab7b954
Bumping versions to 3.0.4-SNAPSHOT after release
2021-05-27 10:14:43 +00:00
buildmaster
13b3406698
Going back to snapshots
2021-05-27 10:14:42 +00:00
buildmaster
11f0c07ac7
Update SNAPSHOT to 3.0.3
2021-05-27 09:54:00 +00:00
Marcin Grzejszczak
e5b103e28b
Bumped roaster
2021-05-10 09:30:19 +02:00
buildmaster
d761139b7b
Bumping versions
2021-05-05 10:27:49 +00:00
Marcin Grzejszczak
1e9415b705
Version bumps
...
plexus-archiver -> 4.2.5
groovy.version -> 2.5.14
guice.version -> 5.0.0
guava.version -> 30.0-jre
plexus-utils -> 3.3.0
maven.plugin.plugin -> 3.6.1
maven-plugin-annotations -> 3.6.1
maven-archiver -> 3.5.1
plexus-archiver -> 4.2.5
moco-runner -> 1.2.0
2021-04-27 18:27:09 +02:00
Plamen Totev
e4b7f65561
Fix Docker base image version ( #1640 )
...
As part of 4d7110 Docker base images were updated to ubuntu:21.04.
According to #gh-1579 the intention is to update to Ubuntu LTS version.
21.04 is not LTS version and as a matter of fact it is not yet released
version.
Change the docker base image to the the intended version 20.04 LTS.
2021-04-19 09:31:12 +02:00
buildmaster
cdc0d5be71
Bumping versions
2021-04-09 00:22:32 +00:00
buildmaster
1ee80a75ae
Bumping versions
2021-03-27 00:23:00 +00:00
buildmaster
3a6aceedcc
Bumping versions to 3.0.3-SNAPSHOT after release
2021-03-17 22:59:11 +00:00
buildmaster
a1a706116f
Going back to snapshots
2021-03-17 22:59:10 +00:00
buildmaster
a8da7f0aac
Update SNAPSHOT to 3.0.2
2021-03-17 22:47:08 +00:00
buildmaster
d062b72805
Bumping versions
2021-02-19 00:20:52 +00:00
Marcin Grzejszczak
d00880cd22
Fixed contractTest section; fixes gh-1608
2021-02-05 14:15:24 +01:00
buildmaster
b647833e44
Bumping versions
2021-01-29 00:20:17 +00:00
buildmaster
9a615c8f05
Bumping versions to 3.0.2-SNAPSHOT after release
2021-01-27 22:10:16 +00:00
buildmaster
40feade942
Going back to snapshots
2021-01-27 22:10:15 +00:00
buildmaster
aa1be4eeda
Update SNAPSHOT to 3.0.1
2021-01-27 21:57:05 +00:00
buildmaster
5b4bd07114
Bumping versions
2020-12-23 00:20:47 +00:00
Marcin Grzejszczak
a4224d9e4f
Going back to snapshots
2020-12-22 01:08:33 +01:00
Marcin Grzejszczak
2e6a43df86
Added missing docker entries for a GA release
2020-12-22 00:45:26 +01:00
buildmaster
ae31d2b341
Bumping versions
2020-12-19 00:20:11 +00:00
buildmaster
ed2e9e6633
Going back to snapshots
2020-12-11 23:00:43 +00:00
buildmaster
5702a15b91
Update SNAPSHOT to 3.0.0-RC1
2020-12-11 22:49:57 +00:00
Marcin Grzejszczak
4d71108e4f
Bumped docker image base to 21.04; upgraded JDK; fixes gh-1579
2020-12-10 12:26:29 +01:00
buildmaster
a3268f908a
Going back to snapshots
2020-12-01 23:43:23 +00:00
buildmaster
5625fc8972
Update SNAPSHOT to 3.0.0-M6
2020-12-01 23:31:52 +00:00
buildmaster
f11212c2c1
Going back to snapshots
2020-11-17 21:41:10 +00:00
buildmaster
6a0b4555ea
Update SNAPSHOT to 3.0.0-M5
2020-11-17 21:29:39 +00:00
Marcin Grzejszczak
131cc70642
Bumped Boot
2020-11-13 08:12:56 +01:00
Marcin Grzejszczak
4fcd95c5f6
Migrating to Boot 2.4.0-RC1
2020-11-04 11:28:34 +01:00
Marcin Grzejszczak
d1f555f68b
Updated jdk version
2020-10-27 14:06:57 +01:00
Marcin Grzejszczak
0decdd07ac
Merge branch '2.2.x'
2020-10-26 12:40:23 +01:00
Marcin Grzejszczak
60ebf1aeda
Bumped java docker image version
2020-10-26 12:40:14 +01:00
buildmaster
1bfa966550
Bumping versions
2020-10-17 00:21:05 +00:00
buildmaster
68a657f2c0
Going back to snapshots
2020-10-03 14:55:00 +00:00
buildmaster
4e5267f939
Update SNAPSHOT to 3.0.0-M4
2020-10-03 14:39:36 +00:00
buildmaster
77fc817643
Bumping versions
2020-09-30 00:22:43 +00:00
Marcin Grzejszczak
a915cf102b
Messaging polyglot support ( #1472 )
...
added support for AMQP, KAFKA and standalone options
2020-08-21 18:05:32 +02:00
Marcin Grzejszczak
84cfb7488a
Messaging support for stub runner boot
...
With this change by adding --thin.profile=kafka or --thin.profile=rabbit we're able to turn on messaging support for stub runner boot.
Also for Docker, you will be able to pass MESSAGING_TYPE env var with either rabbit or kafka as a value and we'll run the messaging support for you.
fixes gh-1468
2020-08-07 17:49:10 +02:00
Marcin Grzejszczak
825ccbf305
Improved the stub runner boot image
...
- set the port to 8750, fixes gh-755
- stub runner app bases on thin jar, fixes gh-1385
a prerequisite for messaging support of docker images and polyglot messaging
2020-08-07 17:16:38 +02:00
Marcin Grzejszczak
a24f609561
Bumped jdk
2020-08-05 17:01:12 +02:00
Marcin Grzejszczak
266423a98d
Fixed jdk version
2020-08-04 13:56:31 +02:00
buildmaster
9908d6ffe9
Bumping versions to 2.2.5.BUILD-SNAPSHOT after release
2020-07-31 22:04:39 +00:00
buildmaster
464046806d
Going back to snapshots
2020-07-31 22:04:38 +00:00
buildmaster
2041d753d4
Update SNAPSHOT to 2.2.4.RELEASE
2020-07-31 21:53:12 +00:00
Marcin Grzejszczak
ed146c9712
Fixed jdk version
2020-07-31 13:28:01 +02:00
dependabot-preview[bot]
0f5a378b2d
Bump dockerfile-maven-plugin from 1.4.12 to 1.4.13 ( #1438 )
...
Bumps [dockerfile-maven-plugin](https://github.com/spotify/dockerfile-maven ) from 1.4.12 to 1.4.13.
- [Release notes](https://github.com/spotify/dockerfile-maven/releases )
- [Changelog](https://github.com/spotify/dockerfile-maven/blob/master/CHANGELOG.md )
- [Commits](https://github.com/spotify/dockerfile-maven/compare/v1.4.12...v1.4.13 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-28 13:41:39 +02:00