Spring Operator
be26c23453
URL Cleanup ( #916 )
...
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://repo.spring.io/plugins-staging-local/ (404) with 1 occurrences migrated to:
https://repo.spring.io/plugins-staging-local/ ([https](https://repo.spring.io/plugins-staging-local/ ) 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/maven-4.0.0.xsd with 76 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://repo.spring.io/libs-staging-local/ with 1 occurrences migrated to:
https://repo.spring.io/libs-staging-local/ ([https](https://repo.spring.io/libs-staging-local/ ) result 200).
* http://solidsoft.wordpress.com/2014/11/13/gradle-tricks-display-dependencies-for-all-subprojects-in-multi-project-build/ with 1 occurrences migrated to:
https://solidsoft.wordpress.com/2014/11/13/gradle-tricks-display-dependencies-for-all-subprojects-in-multi-project-build/ ([https](https://solidsoft.wordpress.com/2014/11/13/gradle-tricks-display-dependencies-for-all-subprojects-in-multi-project-build/ ) result 200).
* http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch with 1 occurrences migrated to:
https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ) result 200).
* http://stackoverflow.com/questions/20618857/gradle-task-groovydoc-failing-with-noclassdeffounderror with 1 occurrences migrated to:
https://stackoverflow.com/questions/20618857/gradle-task-groovydoc-failing-with-noclassdeffounderror ([https](https://stackoverflow.com/questions/20618857/gradle-task-groovydoc-failing-with-noclassdeffounderror ) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin with 1 occurrences migrated to:
https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 59 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.txt with 1 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt ) result 200).
* http://repo.spring.io/libs-release-local with 1 occurrences migrated to:
https://repo.spring.io/libs-release-local ([https](https://repo.spring.io/libs-release-local ) result 302).
* http://repo.spring.io/milestone with 23 occurrences migrated to:
https://repo.spring.io/milestone ([https](https://repo.spring.io/milestone ) result 302).
* http://repo.spring.io/plugins-release-local with 1 occurrences migrated to:
https://repo.spring.io/plugins-release-local ([https](https://repo.spring.io/plugins-release-local ) result 302).
* http://repo.spring.io/plugins-snapshot with 1 occurrences migrated to:
https://repo.spring.io/plugins-snapshot ([https](https://repo.spring.io/plugins-snapshot ) result 302).
* http://repo.spring.io/release with 22 occurrences migrated to:
https://repo.spring.io/release ([https](https://repo.spring.io/release ) result 302).
* http://repo.spring.io/snapshot with 23 occurrences migrated to:
https://repo.spring.io/snapshot ([https](https://repo.spring.io/snapshot ) result 302).
# Ignored
These URLs were intentionally ignored.
* http://localhost:8081/artifactory/libs-release-local with 2 occurrences
* http://maven.apache.org/POM/4.0.0 with 152 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 76 occurrences
2019-03-18 15:09:21 +01:00
Marcin Grzejszczak
2e684d5a8a
Allows localhost to be there in the URL pattern; fixes gh-896
2019-02-26 10:58:41 +01:00
Marcin Grzejszczak
0a8ee4e469
Updated sdkman java version
2019-02-12 10:47:56 +01:00
Marcin Grzejszczak
b3ff253b3f
Updated JDK in Docker images
2019-01-22 08:14:38 +01:00
Marcin Grzejszczak
3dff627da3
No cache for Docker
2019-01-20 13:18:48 +01:00
Marcin Grzejszczak
4619d81217
Not causing an exception when context is broken; fixes gh-833
2019-01-18 16:20:22 +01:00
Marcin Grzejszczak
f3d19c78ad
Updated Docker plugin
2019-01-11 13:09:21 +01:00
Marcin Grzejszczak
7349026c4d
Updated docker plugin
2019-01-11 13:08:56 +01:00
Marcin Grzejszczak
91c2d0600f
Fixed wrong java version in sdkman
2018-11-18 11:03:48 +01:00
Marcin Grzejszczak
103fa81e06
No cache for Docker
2018-11-15 12:22:07 +01:00
Marcin Grzejszczak
f0c7d26e8b
Allows generating stubs for body containing boolean; fixes gh-708
2018-11-14 12:01:23 +01:00
Marcin Grzejszczak
525bc4eead
Ensures that can parse amqp headers when they are a list; fixes gh-789
2018-11-08 20:04:35 +01:00
Marcin Grzejszczak
182aa430b5
Added fixedDelayMilliseconds in yaml and docs; fixes gh-788
2018-11-08 17:18:20 +01:00
Marcin Grzejszczak
e01af34151
Fixed the issue with round robin of stream / integration flows; fixes gh-787
2018-11-08 16:44:50 +01:00
Marcin Grzejszczak
8b869e0c7a
Does not return a lowercase channel name; fixes gh-781
2018-11-06 16:12:11 +01: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
Marcin Grzejszczak
1ccb884cf8
Fixed the build
2018-10-16 14:52:26 +02:00
Olga Maciaszek-Sharma
099911e056
Fix incorrect spring cloud dependencies versioning.
2018-10-16 14:10:52 +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
Olga Maciaszek-Sharma
8b50edb340
Merge pull request #750 from spring-cloud/gh-667
...
Remove duplicated backslashes. Fixes gh-667
2018-10-15 16:38:51 +02:00
Olga Maciaszek-Sharma
1413704cfb
Remove duplicated backslashes. Fixes gh-667
2018-10-15 16:04:53 +02:00
Yuriy
ccd4e2f532
bump camel version ( #733 )
2018-09-19 17:55:09 +02:00
Olga Maciaszek-Sharma
1b36df5caf
Revert - resolve conflicts.
2018-09-12 14:14:09 +02:00
Olga Maciaszek-Sharma
35719ae2be
Revert 077e18aa25.
2018-09-12 14:13:39 +02:00
Olga Maciaszek-Sharma
3befda64f4
Revert 077e18aa25.
...
(cherry picked from commit 67170ae0de )
2018-09-12 14:12:56 +02:00
Marcin Grzejszczak
14498889f6
Fixed broken compilation
2018-08-29 16:23:56 +02:00
Marcin Grzejszczak
83e700cc97
Fixed broken compilation
2018-08-29 16:22:15 +02:00
Marcin Grzejszczak
d22b94ab83
Fixed broken compilation
2018-08-29 16:19:41 +02:00
Marcin Grzejszczak
8bd931cb4f
Added compatibility with WireMock helpers
...
(cherry picked from commit 9fe36dc747 )
2018-08-29 16:13:08 +02:00
Marcin Grzejszczak
d2f0f6322e
Added comments related to the workaround with Java HTTP client; thanks to @tomakehurst
2018-08-10 14:35:52 +02:00
Marcin Grzejszczak
6d630482ea
Using / for relative paths; should fix gh-697
2018-08-09 15:51:28 +02:00
Marcin Grzejszczak
e60eb56f2b
Removed unnecessary file separator from classpath stub provider
2018-08-09 15:45:02 +02:00
Marcin Grzejszczak
0b79a5b360
Moar debug
2018-08-09 15:04:46 +02:00
Marcin Grzejszczak
e0afcd523b
Added debug info for stubs per consumer
2018-08-09 14:11:59 +02:00
Marcin Grzejszczak
e5b0a9dabc
Added better exception for null collection elements; fixes gh-703
2018-08-08 18:09:27 +02:00
Marcin Grzejszczak
6d1cb05a77
Removed missing DirtiesContext
2018-08-08 18:04:20 +02:00
Marcin Grzejszczak
c9228969de
Closing and restarting WireMock stub after and before each test ( #707 )
...
fixes gh-665
2018-08-08 17:52:28 +02:00
Marcin Grzejszczak
7046690842
Fixed the way body is parsed for stub generation
...
without this fixed some bodies were treated as XML where they should be treated as text
fixes gh-493
2018-08-06 11:48:40 +02:00
Marcin Grzejszczak
e65aa5d6d5
Ensures that the proper channel will be picked for the same destination
...
fixes gh-694
2018-08-01 12:54:47 +02:00
Marcin Grzejszczak
46963e3da5
Fixed invalid contract package string
...
without this change we were matching the package for contracts with _REPLACEME_ text in it
with this change we're checking it against the package for contracts in a proper way
fixes gh-701
2018-08-01 12:12:37 +02:00
Marcin Grzejszczak
85406875e1
When referencing from request a number adds "L" for longs
...
fixes gh-702
2018-08-01 11:43:46 +02:00
Marcin Grzejszczak
58ce759ce6
Bumped jsonassert to 0.4.13; fixes gh-689
2018-07-13 10:59:46 -04:00
Marcin Grzejszczak
18c34f745f
Fixed wrong sc-deps update after the release
2018-07-02 14:05:02 +02:00
buildmaster
63418e0400
Bumping versions to 1.2.6.BUILD-SNAPSHOT after release
2018-06-29 20:38:49 +00:00
buildmaster
983b363512
Going back to snapshots
2018-06-29 20:38:47 +00:00
buildmaster
7d9dd84431
Update SNAPSHOT to 1.2.5.RELEASE
2018-06-29 20:22:31 +00:00
Marcin Grzejszczak
7ff571de93
bumped libs
2018-06-29 22:07:44 +02:00
Ryan Baxter
8e4af644b2
adding spring boot autoconfigure processor
2018-06-11 10:57:13 -04:00