Marcin Grzejszczak
|
1c851eafe6
|
Merge branch '2.1.x'
|
2019-05-22 11:42:41 +02:00 |
|
Marcin Grzejszczak
|
719ccbe084
|
http to https
|
2019-05-22 11:42:32 +02:00 |
|
Marcin Grzejszczak
|
76ec0c37e9
|
Merge branch '2.1.x'
|
2019-04-18 18:11:44 +04:00 |
|
Marcin Grzejszczak
|
f8e4acf814
|
Updated java version for sdkman
|
2019-04-18 18:11:37 +04:00 |
|
Dominik Labuda
|
199afbd042
|
Docker image support for authenticated contracts download (#912)
Since there was no way to download contracts from external binary repository as authenticated user while using Docker Verifier image, it was added.
|
2019-03-29 11:28:40 +01:00 |
|
Spring Operator
|
3eca2df6f9
|
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 19:31:29 +01: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
|
39be0aef0e
|
Merge branch '2.1.x'
|
2019-03-22 11:42:28 +01:00 |
|
Marcin Grzejszczak
|
55a0ae86c5
|
Fixed https
|
2019-03-22 11:41:20 +01:00 |
|
Marcin Grzejszczak
|
fbea35edf4
|
Hoxton
|
2019-03-08 17:07:28 +01:00 |
|
Marcin Grzejszczak
|
4da781b214
|
HTTP to HTTPS
|
2019-03-07 13:50:15 +01:00 |
|
buildmaster
|
029312f814
|
Bumping versions to 2.1.2.BUILD-SNAPSHOT after release
|
2019-03-05 20:30:55 +00:00 |
|
buildmaster
|
73c0122a79
|
Going back to snapshots
|
2019-03-05 20:30:54 +00:00 |
|
buildmaster
|
be3dd56cd8
|
Update SNAPSHOT to 2.1.1.RELEASE
|
2019-03-05 20:21:45 +00:00 |
|
Marcin Grzejszczak
|
8bbe6945ce
|
Merge branch '2.0.x'
|
2019-02-12 10:48:22 +01:00 |
|
Marcin Grzejszczak
|
d27020bfdf
|
Updated sdkman java version
|
2019-02-12 10:48:14 +01:00 |
|
Marcin Grzejszczak
|
8ce80e6e7f
|
Applied checkstyle rules
|
2019-02-08 18:20:59 +01:00 |
|
buildmaster
|
6597c6eec2
|
Bumping versions to 2.1.1.BUILD-SNAPSHOT after release
|
2019-01-22 20:46:19 +00:00 |
|
buildmaster
|
1314163825
|
Going back to snapshots
|
2019-01-22 20:46:18 +00:00 |
|
buildmaster
|
cd239d8c39
|
Update SNAPSHOT to 2.1.0.RELEASE
|
2019-01-22 20:39:11 +00:00 |
|
Marcin Grzejszczak
|
9561627003
|
Updated JDK in Docker images
|
2019-01-22 08:15:17 +01:00 |
|
Marcin Grzejszczak
|
42329bcacb
|
Updated JDK in Docker images
|
2019-01-22 08:14:53 +01:00 |
|
buildmaster
|
e6640350bc
|
Going back to snapshots
|
2018-12-20 21:43:00 +00:00 |
|
buildmaster
|
f47d0d3406
|
Update SNAPSHOT to 2.1.0.RC3
|
2018-12-20 21:37:41 +00:00 |
|
buildmaster
|
ba02983ff6
|
Going back to snapshots
|
2018-12-11 22:34:06 +00:00 |
|
buildmaster
|
eae5866fba
|
Update SNAPSHOT to 2.1.0.RC2
|
2018-12-11 22:28:39 +00:00 |
|
buildmaster
|
cb401b9cc2
|
Going back to snapshots
|
2018-12-11 19:03:21 +00:00 |
|
buildmaster
|
ca9bd89614
|
Update SNAPSHOT to 2.1.0.RC1
|
2018-12-11 18:57:39 +00:00 |
|
Marcin Grzejszczak
|
065f31b08f
|
Merge branch '2.0.x'
|
2018-11-18 11:02:48 +01:00 |
|
Marcin Grzejszczak
|
40628f81f7
|
Fixed wrong java version in sdkman
|
2018-11-18 11:02:42 +01:00 |
|
Marcin Grzejszczak
|
20624d6418
|
Merge branch '2.0.x'
|
2018-11-18 10:39:49 +01:00 |
|
Marcin Grzejszczak
|
53890889bd
|
Updated java version
|
2018-11-18 10:39:39 +01:00 |
|
Marcin Grzejszczak
|
59735638be
|
Merge branch '1.2.x' into 2.0.x
|
2018-11-15 13:29:42 +01:00 |
|
Marcin Grzejszczak
|
103fa81e06
|
No cache for Docker
|
2018-11-15 12:22:07 +01:00 |
|
Marcin Grzejszczak
|
e0e72c9c7f
|
Fixed missing deprecation refactoring
|
2018-11-13 12:13:46 +01:00 |
|
buildmaster
|
15344a159c
|
Bumping versions to 2.0.3.BUILD-SNAPSHOT after release
|
2018-10-23 19:56:38 +00:00 |
|
buildmaster
|
55be026c4a
|
Going back to snapshots
|
2018-10-23 19:56:36 +00:00 |
|
buildmaster
|
02d5a01025
|
Update SNAPSHOT to 2.0.2.RELEASE
|
2018-10-23 19:42:37 +00:00 |
|
Marcin Grzejszczak
|
193c27447b
|
Merge branch '2.0.x'
|
2018-10-19 16:16:56 +02:00 |
|
Marcin Grzejszczak
|
78048826a3
|
Merge branch '1.2.x' into 2.0.x
|
2018-10-19 16:14:40 +02:00 |
|
Marcin Grzejszczak
|
34c2ed0330
|
Migrated to Ubuntu:18.10 and Java installation via SDKMan. Fixes gh-754
|
2018-10-19 16:14:12 +02:00 |
|
buildmaster
|
c20ecc91ed
|
Bumping versions to 1.2.7.BUILD-SNAPSHOT after release
|
2018-10-16 00:27:32 +00:00 |
|
buildmaster
|
697b5ac37f
|
Going back to snapshots
|
2018-10-16 00:27:30 +00:00 |
|
buildmaster
|
621c99fba8
|
Update SNAPSHOT to Edgware.SR5
|
2018-10-16 00:08:01 +00:00 |
|
Marcin Grzejszczak
|
fa50760a8e
|
Fixed docker
|
2018-10-08 15:56:20 +02:00 |
|
Marcin Grzejszczak
|
107ed195f1
|
Bumped to work with jdk11
|
2018-10-05 18:27:18 +02:00 |
|
buildmaster
|
1d275c346a
|
Going back to snapshots
|
2018-09-21 23:48:07 +00:00 |
|
buildmaster
|
19fca03627
|
Update SNAPSHOT to Greenwich.M1
|
2018-09-21 23:41:27 +00:00 |
|
Marcin Grzejszczak
|
096790e04d
|
Upgraded to Greenwhich
|
2018-08-29 14:04:28 +02:00 |
|
Marcin Grzejszczak
|
58f3f429eb
|
Upgraded to Greenwhich
|
2018-08-27 18:33:10 +02:00 |
|