333 Commits

Author SHA1 Message Date
Spencer Gibb
b50fe824dd Temporarily disable dataflow test 2019-07-19 16:40:38 -04:00
Spencer Gibb
3b91fed809 Updates boot to 1.5.21 2019-07-12 14:31:22 -05:00
Spencer Gibb
7dc3971536 Updates dependency versions 2019-07-12 14:16:21 -05:00
Spencer Gibb
e0074260ca fixes readme 2019-07-12 14:16:05 -05:00
Marcin Grzejszczak
dffdb7ec17 Downgraded boot 2019-07-12 12:30:16 +02:00
Marcin Grzejszczak
eafd1b4c94 BUmped libs 2019-07-12 12:25:46 +02:00
Ryan Baxter
7a03184d7f Merge pull request #117 from spring-operator/polish-urls-xml-1.4.x
URL Cleanup
2019-03-27 11:44:12 -04:00
Ryan Baxter
794e07faa6 Merge pull request #125 from spring-operator/polish-urls-remaining-1.4.x
URL Cleanup
2019-03-27 11:41:36 -04:00
Ryan Baxter
6a393efecd Merge pull request #100 from spring-operator/polish-urls-apache-license-1.4.x
URL Cleanup
2019-03-27 11:36:20 -04:00
Spring Operator
0559862485 URL Cleanup
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://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
  https://compose.docker.io/ ([https](https://compose.docker.io/) result UnknownHostException).
* [ ] http://mygitserver/myrepo.git (UnknownHostException) with 1 occurrences migrated to:
  https://mygitserver/myrepo.git ([https](https://mygitserver/myrepo.git) result UnknownHostException).

## 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://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 1 occurrences migrated to:
  https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) result 200).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 1 occurrences migrated to:
  https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546) result 301).
* [ ] http://projects.spring.io/spring-boot with 2 occurrences migrated to:
  https://projects.spring.io/spring-boot ([https](https://projects.spring.io/spring-boot) result 301).
* [ ] http://eclipse.org with 1 occurrences migrated to:
  https://eclipse.org ([https](https://eclipse.org) result 302).
* [ ] http://eclipse.org/m2e/ with 2 occurrences migrated to:
  https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/) result 302).
* [ ] http://repo.spring.io/milestone with 1 occurrences migrated to:
  https://repo.spring.io/milestone ([https](https://repo.spring.io/milestone) result 302).
* [ ] http://repo.spring.io/snapshot with 1 occurrences migrated to:
  https://repo.spring.io/snapshot ([https](https://repo.spring.io/snapshot) result 302).
* [ ] http://repo1.maven.org/maven2 with 1 occurrences migrated to:
  https://repo1.maven.org/maven2 ([https](https://repo1.maven.org/maven2) result 302).
* [ ] http://www.springsource.com/developer/sts with 1 occurrences migrated to:
  https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts) result 302).

# Ignored
These URLs were intentionally ignored.

* http://localhost with 1 occurrences
* http://localhost:7979 with 1 occurrences
* http://localhost:8080/eureka/ with 2 occurrences
* http://localhost:8750 with 1 occurrences
* http://localhost:8750/stubs with 2 occurrences
* http://localhost:8761 with 2 occurrences
* http://localhost:8761/eureka/ with 3 occurrences
* http://localhost:8888 with 1 occurrences
* http://localhost:9091 with 1 occurrences
* http://localhost:9095 with 2 occurrences
* http://localhost:9393 with 1 occurrences
* http://localhost:9411 with 1 occurrences
2019-03-26 03:11:01 -05:00
Spring Operator
c327bd74dd URL Cleanup
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 Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://repo.spring.io/libs-milestone-local with 2 occurrences migrated to:
  https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
* [ ] http://repo.spring.io/libs-snapshot-local with 2 occurrences migrated to:
  https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302).
* [ ] http://repo.spring.io/release with 1 occurrences migrated to:
  https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 30 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 15 occurrences
2019-03-25 23:51:58 -05:00
Spring Operator
3e039c0f5c URL Cleanup
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 Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 50 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-21 11:14:39 -05:00
Spring Operator
deec87df3a URL Cleanup (#87)
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 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 15 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://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/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 2 occurrences migrated to:  
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 30 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 15 occurrences
2019-03-16 11:37:19 -04:00
Spencer Gibb
bb95cb50bd Update to snapshots 2017-11-22 17:33:33 -05:00
Spencer Gibb
b96d49e765 Update to 1.4.0.RELEASE with Edgware.RELEASE 2017-11-22 17:10:20 -05:00
Spencer Gibb
b6f21a0221 Update to new docs 2017-10-25 09:26:16 -04:00
Spencer Gibb
4237446aa6 Revert "Update to 1.4.0.RC1 for Finchley.RC1"
This reverts commit 96a096de64.
2017-10-24 14:14:52 -04:00
Spencer Gibb
96a096de64 Update to 1.4.0.RC1 for Finchley.RC1 2017-10-24 14:11:45 -04:00
Spencer Gibb
52cf87d728 Updates to latest versions 2017-10-24 14:02:12 -04:00
Marcin Grzejszczak
2ced66f57f Updated docs 2017-08-23 16:55:21 +02:00
Marcin Grzejszczak
5c34b170f4 Added Stub Runner, fixes #64 2017-08-23 16:53:36 +02:00
Marcin Grzejszczak
6b83f5d86a Fixes wrong dataflow versions (#67)
* Fixes wrong dataflow versions
* Fixed broken build
2017-08-23 13:13:11 +02:00
Spencer Gibb
3dc269d8a9 Bump to version 1.4.0.BUILD-SNAPSHOT 2017-07-21 13:47:40 -06:00
Spencer Gibb
7329a8a091 Update to SNAPSHOT 2017-07-21 13:41:45 -06:00
Spencer Gibb
7c6966331e Update SNAPSHOT to 1.3.4.RELEASE 2017-07-21 13:26:05 -06:00
Dave Syer
49a5bd4bee Revert to snapshots 2017-05-10 18:10:53 +01:00
Dave Syer
78a52b200e Update to 1.3.3 2017-05-10 18:03:55 +01:00
Dave Syer
d38a48947e Update thin deployer to fix property source ordering 2017-05-10 18:01:38 +01:00
Dave Syer
8f94733c00 Revert to snapshots 2017-04-27 15:38:54 +01:00
Dave Syer
8ca1acde18 Update for 1.3.2 2017-04-27 15:34:05 +01:00
Dave Syer
06b9b04519 Make local app deployer the default (per docs) 2017-04-26 16:51:06 +01:00
Dave Syer
a12950bc7a Add a test for the version so deployer doesn't get deployed
Also unignore test in dataflow server
2017-04-26 16:23:07 +01:00
Dave Syer
ac9cfc1bae Revert to snapshots 2017-04-26 09:46:48 +01:00
Dave Syer
cb2cd7144b Update to 1.3.1.RELEASE 2017-04-26 09:45:42 +01:00
Spencer Gibb
be32049485 Ignore test because of incompatibility with boot 1.5.3 2017-04-25 15:34:49 -06:00
Spencer Gibb
14b5a9b89a Fix compatibility with boot 1.5.3 2017-04-25 15:34:28 -06:00
Spencer Gibb
2fb2a74e22 Update to SNAPSHOT 2017-04-12 13:39:47 -06:00
Spencer Gibb
55c1eacdfa Update SNAPSHOT to 1.3.0.RELEASE 2017-04-12 13:22:21 -06:00
Spencer Gibb
23e9722dae Update mvnw to resolve central profile for RELEASE 2017-04-12 12:53:19 -06:00
Spencer Gibb
0980eecf81 Fix Dalston versions 2017-03-20 12:13:58 -06:00
Spencer Gibb
48ffa3a5d0 Revert "Updates SNAPSHOTS to 1.3.0.RC1"
This reverts commit deb448b594.
2017-03-20 12:07:34 -06:00
Spencer Gibb
deb448b594 Updates SNAPSHOTS to 1.3.0.RC1 2017-03-20 12:05:01 -06:00
Spencer Gibb
37ea893882 Bump spring boot version to 1.5.2 2017-03-20 11:47:10 -06:00
Spencer Gibb
dd862cd28d removes maven-jar-plugin 2017-03-20 11:34:53 -06:00
Spencer Gibb
a0e5648f1c fix cli int test failure 2017-03-17 15:23:55 -06:00
Spencer Gibb
672bb62b61 fix cli int test failure 2017-03-17 14:43:57 -06:00
Spencer Gibb
90efd1e40f add circleci support for JCE 2017-03-17 14:22:05 -06:00
Spencer Gibb
e1ab257138 add circleci support 2017-03-17 14:00:16 -06:00
Spencer Gibb
ae58ef6dd8 Revert "fix build?"
This reverts commit 70a80e26bc.
2017-03-17 13:57:45 -06:00
Spencer Gibb
70a80e26bc fix build? 2017-03-17 13:16:25 -06:00