Spring Operator
c5963ffa87
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://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/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).
# 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-26 00:09:37 -05:00
Spring Operator
e5ba77a60c
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 261 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 21:21:56 -05:00
buildmaster
22381b5b62
Bumping versions to 2.1.2.BUILD-SNAPSHOT after release
2019-03-05 17:59:49 +00:00
buildmaster
ba46b4bde3
Going back to snapshots
2019-03-05 17:59:49 +00:00
buildmaster
140fda6ba7
Update SNAPSHOT to 2.1.1.RELEASE
2019-03-05 17:57:21 +00:00
Olga Maciaszek-Sharma
a6f48b0f65
Checkstyle ( #833 )
...
Fixes gh-832
* Add formatting and checkstyle fixes.
* Fix checkstyle setup. Add more checkstyle fixes and suppressions.
* Fix license dates.
2019-02-12 14:48:31 +01:00
buildmaster
175006b59f
Bumping versions to 2.1.1.BUILD-SNAPSHOT after release
2019-01-22 18:42:30 +00:00
buildmaster
5dbc30d833
Going back to snapshots
2019-01-22 18:42:29 +00:00
buildmaster
ac61a67e6e
Update SNAPSHOT to 2.1.0.RELEASE
2019-01-22 18:41:25 +00:00
buildmaster
1519bc20f3
Going back to snapshots
2018-12-20 21:16:48 +00:00
buildmaster
926bdeae01
Update SNAPSHOT to 2.1.0.RC3
2018-12-20 21:15:01 +00:00
buildmaster
49767d621c
Going back to snapshots
2018-12-11 22:04:11 +00:00
buildmaster
14e56bdfa0
Update SNAPSHOT to 2.1.0.RC2
2018-12-11 22:03:17 +00:00
buildmaster
281e9e3031
Going back to snapshots
2018-12-11 18:33:10 +00:00
buildmaster
3cd23a4c52
Update SNAPSHOT to 2.1.0.RC1
2018-12-11 18:32:04 +00:00
buildmaster
78221daa13
Going back to snapshots
2018-11-19 23:18:21 +00:00
buildmaster
f727551394
Update SNAPSHOT to 2.1.0.M3
2018-11-19 23:17:27 +00:00
buildmaster
090addc8de
Going back to snapshots
2018-11-18 09:45:10 +00:00
buildmaster
1ee4f0c7cb
Update SNAPSHOT to 2.1.0.M2
2018-11-18 09:44:19 +00:00
Ryan Baxter
e2b19d664a
Remove transfer-encoding from exchange response if not present in proxied response
2018-11-08 20:50:11 -05:00
Spencer Gibb
6fd0c80c84
Updates management port tests
2018-10-01 10:46:53 -04:00
buildmaster
632f92f834
Going back to snapshots
2018-09-21 22:02:45 +00:00
buildmaster
d339081628
Update SNAPSHOT to Greenwich.M1
2018-09-21 22:01:36 +00:00
Spencer Gibb
64189af8bb
Merge branch '2.0.x'
2018-08-14 12:59:59 -04: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
Spencer Gibb
de86661ca6
Modify request body now uses recalculated content-length header.
2018-08-14 12:05:44 -04:00
Spencer Gibb
03df59da56
Unignore read body test
2018-08-09 10:50:40 -04:00
Spencer Gibb
6d9c42028c
Updates for boot 2.1.0 and reactory-netty 0.8.x
2018-08-08 20:52:21 -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