buildmaster
|
dae7582225
|
Bumping versions to 3.1.2-SNAPSHOT after release
|
2022-02-17 18:29:52 +00:00 |
|
buildmaster
|
6d78e66c90
|
Bumping versions to 3.1.1-SNAPSHOT after release
|
2021-12-01 21:52:52 +00:00 |
|
Marcin Grzejszczak
|
2e54630a6c
|
Bumped Pact to 4.2.7
|
2021-07-16 15:38:57 +02:00 |
|
Marcin Grzejszczak
|
abf926c7fe
|
Upgraded versions
|
2021-07-15 09:55:52 +02:00 |
|
buildmaster
|
2ffab7b954
|
Bumping versions to 3.0.4-SNAPSHOT after release
|
2021-05-27 10:14:43 +00:00 |
|
buildmaster
|
3a6aceedcc
|
Bumping versions to 3.0.3-SNAPSHOT after release
|
2021-03-17 22:59:11 +00:00 |
|
buildmaster
|
9a615c8f05
|
Bumping versions to 3.0.2-SNAPSHOT after release
|
2021-01-27 22:10:16 +00:00 |
|
Marcin Grzejszczak
|
27ebc96baa
|
Workaround for https://github.com/spring-projects/spring-amqp/issues/1285
|
2020-12-18 16:11:22 +01:00 |
|
Marcin Grzejszczak
|
131cc70642
|
Bumped Boot
|
2020-11-13 08:12:56 +01:00 |
|
Marcin Grzejszczak
|
98597ca3eb
|
Migrate to Boot 2.4.0-RC1
|
2020-11-05 15:45:28 +01:00 |
|
Marcin Grzejszczak
|
8817f5efef
|
Upgraded Boot to 2.4.0-SNAPSHOT
|
2020-06-25 13:04:16 +02:00 |
|
Marcin Grzejszczak
|
d3b45c56e5
|
Bumped Boot
|
2020-06-25 12:37:08 +02:00 |
|
Olga Maciaszek-Sharma
|
48c14b32da
|
Fix Spring Cloud Dependencies version in standalone samples.
|
2020-04-29 16:59:27 +02:00 |
|
Spencer Gibb
|
a7f80738a0
|
bumps versions
|
2020-04-09 17:12:50 -04: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
|
3fb03b2b80
|
Bumping versions to 2.2.1.BUILD-SNAPSHOT after release
|
2019-11-26 12:08:31 +00:00 |
|
Spencer Gibb
|
4987007586
|
removes snapshots from guides and samples
See gh-1239
|
2019-10-03 16:20:14 -04:00 |
|
Marcin Grzejszczak
|
2098e81ece
|
Removed a handful of samples
|
2019-08-28 15:13:06 +02:00 |
|
Marcin Grzejszczak
|
a7b62bb073
|
Boot version to 2.2.0.BUILD-SNAPSHOT
|
2019-08-06 17:25:56 +02:00 |
|
Marcin Grzejszczak
|
ce4140a9ff
|
Bumped boot to 2.2.0.M4
|
2019-07-09 10:10:37 +02:00 |
|
Spring Operator
|
070c3b0268
|
URL Cleanup (#944)
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* http://foo.bar (UnknownHostException) with 1 occurrences migrated to:
https://foo.bar ([https](https://foo.bar) result UnknownHostException).
* http://link/to/your/nexus/or/artifactory/or/sth (UnknownHostException) with 1 occurrences migrated to:
https://link/to/your/nexus/or/artifactory/or/sth ([https](https://link/to/your/nexus/or/artifactory/or/sth) result UnknownHostException).
* http://www.puppycrawl.com/dtds/suppressions_1_1.dtd (404) with 1 occurrences migrated to:
https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ([https](https://www.puppycrawl.com/dtds/suppressions_1_1.dtd) result 404).
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://maven.apache.org/xsd/assembly-1.1.3.xsd with 3 occurrences migrated to:
https://maven.apache.org/xsd/assembly-1.1.3.xsd ([https](https://maven.apache.org/xsd/assembly-1.1.3.xsd) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 82 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* http://www.springframework.org/schema/beans/spring-beans.xsd with 2 occurrences migrated to:
https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd) result 200).
* http://www.springframework.org/schema/integration/spring-integration.xsd with 2 occurrences migrated to:
https://www.springframework.org/schema/integration/spring-integration.xsd ([https](https://www.springframework.org/schema/integration/spring-integration.xsd) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 164 occurrences
* http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 with 6 occurrences
* http://www.springframework.org/schema/beans with 4 occurrences
* http://www.springframework.org/schema/integration with 4 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 87 occurrences
|
2019-03-27 17:58:23 +01:00 |
|
Marcin Grzejszczak
|
fbea35edf4
|
Hoxton
|
2019-03-08 17:07:28 +01:00 |
|
buildmaster
|
029312f814
|
Bumping versions to 2.1.2.BUILD-SNAPSHOT after release
|
2019-03-05 20:30:55 +00:00 |
|
Marcin Grzejszczak
|
8ce80e6e7f
|
Applied checkstyle rules
|
2019-02-08 18:20:59 +01:00 |
|
Marcin Grzejszczak
|
281bd653ae
|
Bumped Boot to 2.1.2.RELEASE
|
2019-01-21 13:34:49 +01:00 |
|
Marcin Grzejszczak
|
928b32ecce
|
BUmped boot
|
2018-12-15 09:19:35 +01:00 |
|
Marcin Grzejszczak
|
1b1d4049d4
|
Bumped
- cglib to 3.2.9
- commons-text to 1.6
- handlebars to 4.1.2
- jgit to 5.1.3.201810200350-r
- gmaven to 1.6.2
- boot to 2.1.0
- aether to 1.1.0
|
2018-11-06 17:06:43 +01:00 |
|
Marcin Grzejszczak
|
57bafa6f68
|
Set boot to RC1
|
2018-10-25 14:03:30 +02:00 |
|
Olga Maciaszek-Sharma
|
dbf1b660de
|
Add failIfNoTests to samples' build setup.
|
2018-10-19 13:50:05 +02:00 |
|
Marcin Grzejszczak
|
50d62b6ee8
|
Using boot snaps for samples
|
2018-10-16 14:55:24 +02:00 |
|
Marcin Grzejszczak
|
42b775f76e
|
Bump boot to 2.1.0.M4
|
2018-10-08 16:11:35 +02:00 |
|
Marcin Grzejszczak
|
c3c251fada
|
Bumped boot to 2.1.0.M1
|
2018-10-08 15:11:32 +02:00 |
|
Marcin Grzejszczak
|
096790e04d
|
Upgraded to Greenwhich
|
2018-08-29 14:04:28 +02:00 |
|
Marcin Grzejszczak
|
d9c7d8f5e1
|
Fixing the build
|
2018-08-01 14:49:34 +02:00 |
|
Marcin Grzejszczak
|
0d33b3644e
|
Fixed the build after release
|
2018-08-01 13:07:09 +02:00 |
|
buildmaster
|
5375cf51ff
|
Bumping versions to 2.0.2.BUILD-SNAPSHOT after release
|
2018-07-31 20:10:10 +00:00 |
|
buildmaster
|
3be8122604
|
Bumping versions to 2.0.1.BUILD-SNAPSHOT after release
|
2018-06-19 01:35:06 +00:00 |
|
Marcin Grzejszczak
|
d7daa7a6c4
|
Fixed tests to use rest assured to test multipart
|
2018-04-11 16:39:28 +02:00 |
|
Marcin Grzejszczak
|
43d076f466
|
Bumped boot to 2.0.1.R
|
2018-04-06 15:54:10 +02:00 |
|
Marcin Grzejszczak
|
6402e14f3c
|
Added support for Stub Runner and Pact Broker
fixes gh-191
commit 533f1d3d0e8f6dcd37677bfef555fc2ea86bc1b1
Author: Tim Ysewyn <Tim.Ysewyn@me.com>
Date: Wed Mar 7 15:56:48 2018 +0100
Upgraded pact-jvm-model to 3.5.13
|
2018-04-02 22:50:40 +02:00 |
|
Marcin Grzejszczak
|
e0db3c058a
|
Going to Boot snapshots
|
2018-01-19 10:17:51 +01:00 |
|
Marcin Grzejszczak
|
80f0e66292
|
Revert "Revert "Merge branch 'master' into 2.0.x""
This reverts commit 822dd4b732.
|
2017-12-20 16:37:38 +01:00 |
|
Marcin Grzejszczak
|
822dd4b732
|
Revert "Merge branch 'master' into 2.0.x"
This reverts commit 63a1981f54, reversing
changes made to 0cca942e86.
|
2017-12-20 16:31:52 +01:00 |
|
Marcin Grzejszczak
|
30f5c62bce
|
Moved to boot M6
|
2017-11-15 10:06:04 +01:00 |
|
Marcin Grzejszczak
|
8dc8015be2
|
Finchley upgrade
|
2017-06-21 23:43:55 +02:00 |
|
Marcin Grzejszczak
|
57fe9939ce
|
Bumped libs
|
2017-06-19 19:49:33 +02:00 |
|
Marcin Grzejszczak
|
c1fca13f12
|
Initial commit
|
2017-06-15 14:56:18 +02:00 |
|