Commit Graph

88 Commits

Author SHA1 Message Date
Spring Operator
9c00e60ee4 URL Cleanup (#906)
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 8 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 3 occurrences migrated to:  
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.spring.io with 1 occurrences migrated to:  
  https://www.spring.io ([https](https://www.spring.io) result 301).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 16 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 8 occurrences
2019-03-16 11:43:40 -04:00
buildmaster
9d43e083f6 Bumping versions to 2.0.4.BUILD-SNAPSHOT after release 2019-02-22 15:57:17 +00:00
buildmaster
95166db1f8 Going back to snapshots 2019-02-22 15:57:17 +00:00
buildmaster
0492df4443 Update SNAPSHOT to 2.0.3.RELEASE 2019-02-22 15:55:32 +00:00
buildmaster
d442440e7b Bumping versions to 2.0.3.BUILD-SNAPSHOT after release 2018-10-23 18:21:14 +00:00
buildmaster
f49655946d Going back to snapshots 2018-10-23 18:21:14 +00:00
buildmaster
6071a22ae0 Update SNAPSHOT to 2.0.2.RELEASE 2018-10-23 18:16:06 +00:00
Spencer Gibb
eea9510716 Adds option for setting custom content type for modify request body.
fixes gh-492
2018-08-14 12:58:01 -04:00
buildmaster
fb05818c85 Bumping versions to 2.0.2.BUILD-SNAPSHOT after release 2018-07-31 19:12:24 +00:00
buildmaster
5e6f06b720 Going back to snapshots 2018-07-31 19:12:24 +00:00
buildmaster
fe773fa4df Update SNAPSHOT to 2.0.1.RELEASE 2018-07-31 19:09:58 +00:00
Spencer Gibb
532872b635 Adds additional actuator exclusions from test. 2018-07-30 15:31:28 -04:00
Spencer Gibb
84ddb0050b Moves Metrics Filter to separate auto-config
fixes gh-457
2018-07-30 14:04:46 -04:00
Tony Clarke
b0bc375fb2 Update gateway actuator metrics test to use @ClassPathExclusions to verify gateway doesn't fall over when actuator metrics are not added as project dependency 2018-07-28 21:46:36 -04:00
Tony Clarke
0b8a84e1b7 Fix bug where metrics fail if actuator is not added as a project dependency 2018-07-27 17:42:42 -04:00
buildmaster
9b4556fb22 Bumping versions to 2.0.1.BUILD-SNAPSHOT after release 2018-06-19 00:45:32 +00:00
buildmaster
725be473d6 Going back to snapshots 2018-06-19 00:45:31 +00:00
buildmaster
d6b29a99f9 Update SNAPSHOT to 2.0.0.RELEASE 2018-06-19 00:44:04 +00:00
Spencer Gibb
dacd641335 Updates rewrite filters to use framework web function classes. (#329)
This avoids any blocking operations.

fixes gh-316
2018-06-15 20:35:54 -04:00
buildmaster
fd413d15dd Going back to snapshots 2018-05-25 13:15:36 +00:00
buildmaster
0da6e00f87 Update SNAPSHOT to 2.0.0.RC2 2018-05-25 13:14:36 +00:00
Spencer Gibb
123327bfd2 Moves GatewaySampleApplicationTests to use local httpbin 2018-04-27 16:14:09 -04:00
buildmaster
b682af440f Going back to snapshots 2018-04-24 16:34:31 +00:00
buildmaster
4fdeb7b498 Update SNAPSHOT to 2.0.0.RC1 2018-04-24 16:33:37 +00:00
Spencer Gibb
e85bbff274 Read write body filters and predicate (#278) 2018-04-23 13:16:36 -04:00
buildmaster
97cbd7ec39 Going back to snapshots 2018-03-22 21:36:17 +00:00
buildmaster
cf447366f4 Update SNAPSHOT to 2.0.0.M9 2018-03-22 21:35:27 +00:00
Spencer Gibb
589ed9c4f3 Binds configuration to Configurable factory beans directly using Boot Binder.
Deprecates the use of Tuple.

Depracates ArgumentHints in favor of ShortcutConfigurable.

Creates Configurable interface to allow factories to create a
configuration object that can be bound to properties.

Creates StatefulConfigurable interface that extends Configurable and
allows singlton beans (like RedisRateLimiter) to store a map of
configuration keyed on route id. These beans use events like
FilterArgsEvent and PredicateArgsEvent to gather configuration as it is
read for each route.
2018-03-08 00:37:12 -05:00
buildmaster
c2c7869c9e Going back to snapshots 2018-03-02 17:24:21 +00:00
buildmaster
1f9c65df7e Update SNAPSHOT to 2.0.0.M8 2018-03-02 17:23:34 +00:00
Biju Kunjummen
16c8a07d7c Derive kotlin version from parent (#212) 2018-02-28 22:15:11 -05:00
buildmaster
86cae18b7d Going back to snapshots 2018-02-26 21:54:31 +00:00
buildmaster
e3eadb66a7 Update SNAPSHOT to 2.0.0.M7 2018-02-26 21:53:39 +00:00
Spencer Gibb
cf0e4ad67d polish 2018-02-15 14:38:06 -05:00
Spencer Gibb
062b6bc526 update to new web endpoint property 2018-02-12 12:20:16 -05:00
buildmaster
43fabf27b4 Going back to snapshots 2018-02-09 22:54:54 +00:00
buildmaster
0dac0315e9 Update SNAPSHOT to 2.0.0.M6 2018-02-09 22:54:02 +00:00
Spencer Gibb
da2f28e25b Add filters() method to Java DSL.
Deprecates direct filter methods after predicates.

Thanks @joshlong
2018-02-02 16:22:31 -05:00
Spencer Gibb
d13f305264 Uses new @ControllerEndpoint for gateway endpoint.
fixes gh-153
2018-01-22 13:03:21 -05:00
Spencer Gibb
e1a061a833 Adds a test to make sure gateway actuator is on management.server.port
Currently ignored until boot fix.

See gh-153
2018-01-18 13:58:23 -05:00
Spencer Gibb
4b89ac1c69 Remove deprecated classes. 2017-12-19 12:46:51 -05:00
buildmaster
1b4487969b Going back to snapshots 2017-12-02 03:36:59 +00:00
buildmaster
3ed9320e2a Update SNAPSHOT to 2.0.0.M5 2017-12-02 03:36:08 +00:00
Spencer Gibb
89373e3216 update groupId to match 2017-12-01 22:20:46 -05:00
Spencer Gibb
43d47e6ccc Updated routes dsl to deal with new routes java api. 2017-12-01 15:37:02 -05:00
Spencer Gibb
473c8fa77d Updates to RouteLocatorBuild API 2017-11-29 18:40:35 -05:00
Spencer Gibb
b2306fb6ec Migrate Routes statics to RouteLocatorBuilder bean.
This allows flexibility with RoutePredicateFactorys and
GatewayFilterFactories that require dependencies to be injected.
2017-11-29 16:33:53 -05:00
buildmaster
0bb4d5f233 Going back to snapshots 2017-11-16 17:46:05 +00:00
buildmaster
8bd98c5a32 Update SNAPSHOT to 2.0.0.M4 2017-11-16 17:45:16 +00:00
Biju Kunjummen
b2e55b3fdc Add support for select function paramters for gateway kotlin dsl (#98) 2017-11-16 12:16:26 -05:00