Spencer Gibb
1d241a83d1
Proxy websocket ping frames.
...
fixes gh-729
2020-03-02 20:03:04 -05:00
buildmaster
1d1813be61
Bumping versions
2019-12-20 18:07:41 +00:00
buildmaster
068b3de9b1
Bumping versions to 2.2.2.BUILD-SNAPSHOT after release
2019-12-20 13:24:35 +00:00
buildmaster
db14c7ced3
Going back to snapshots
2019-12-20 13:24:35 +00:00
buildmaster
7caaecad22
Update SNAPSHOT to 2.2.1.RELEASE
2019-12-20 13:23:21 +00:00
Spencer Gibb
d1c1876642
Removes junit jupiter dep mgmgt that is now in boot
2019-12-10 13:59:35 -05:00
Spencer Gibb
6a1bf8d1ee
Merge branch '2.1.x'
2019-12-10 13:57:38 -05:00
Tim Ysewyn
1d151215af
Fixed blocking call for route discovery ( #1342 )
...
* Made "reactive" call great again
* Added BlockHound integration
fixes gh-1104
2019-12-10 13:52:21 -05:00
buildmaster
99053359d7
Bumping versions
2019-11-26 18:06:10 +00:00
buildmaster
d7eb329755
Bumping versions to 2.2.1.BUILD-SNAPSHOT after release
2019-11-26 10:26:46 +00:00
buildmaster
8fe6171a6b
Going back to snapshots
2019-11-26 10:26:46 +00:00
buildmaster
5c82e529d5
Update SNAPSHOT to 2.2.0.RELEASE
2019-11-26 10:25:45 +00:00
Tim Ysewyn
1fb63dc6c5
Added BlockHound integration
2019-11-22 12:06:25 +01:00
buildmaster
cf6cd57d22
Bumping versions
2019-11-20 18:05:59 +00:00
buildmaster
592b2e51ab
Bumping versions to 2.1.5.BUILD-SNAPSHOT after release
2019-11-18 15:34:17 +00:00
buildmaster
b08cc7c123
Going back to snapshots
2019-11-18 15:34:17 +00:00
buildmaster
2f7fc76933
Update SNAPSHOT to 2.1.4.RELEASE
2019-11-18 15:33:15 +00:00
buildmaster
9669e2f923
Going back to snapshots
2019-11-10 00:11:26 +00:00
buildmaster
53e4899f44
Update SNAPSHOT to 2.2.0.RC2
2019-11-10 00:10:12 +00:00
Marcin Grzejszczak
e42293da50
Added maven flatten plugin
2019-11-07 14:37:09 +01:00
Ryan Baxter
24553192fc
Merge remote-tracking branch 'Upstream/master' into spring-cloud-circuitbreaker-filter
2019-11-05 15:40:54 -05:00
Ryan Baxter
76e4187484
Initial set of changes to add a circuit breaker filter using Spring Cloud CircuitBreaker
2019-11-05 15:40:33 -05:00
buildmaster
65b10e62a9
Going back to snapshots
2019-10-24 20:58:05 +00:00
buildmaster
fc44b4bf6b
Update SNAPSHOT to 2.2.0.RC1
2019-10-24 20:57:20 +00:00
Spencer Gibb
7a24912c1d
Removes RSocket support temporarily.
...
Fixes gh-1366
Moved to https://github.com/spring-cloud-incubator/spring-cloud-rsocket
2019-10-21 15:12:58 -04:00
buildmaster
755b706c36
Going back to snapshots
2019-10-03 19:58:09 +00:00
buildmaster
a855caefec
Update SNAPSHOT to 2.2.0.M3
2019-10-03 19:57:06 +00:00
Spencer Gibb
c487a6fd63
Removes RSocket dep mgmt in favor of boot.
2019-10-03 15:39:19 -04:00
buildmaster
7cab2bf427
Bumping versions to 2.1.4.BUILD-SNAPSHOT after release
2019-09-09 20:15:20 +00:00
buildmaster
20990d80a4
Going back to snapshots
2019-09-09 20:15:19 +00:00
buildmaster
00a70104bc
Update SNAPSHOT to 2.1.3.RELEASE
2019-09-09 20:14:20 +00:00
Spencer Gibb
1c4a8518bc
Adds support for RSocket composite metadata.
...
Renames Registry to RoutingTable implemented as an inverted
index as TagsMetadata. Inverted index uses RoaringBitmaps to save
memory and to make lookup very fast.
Implements RoutingTableRoutes as a view over RoutingTable.
Route is now an interface. The Route objects returned by
RoutingTableRoutes are backed by a predicate that uses the RoutingTable
rather than custom matching.
GatewayRSockectFactory moved to a top level class.
PendingRequestRSocket also has a top level Factory.
Load balancing is now handled by a Factory. Allows requests to ask
for specific types of load balancers in the future.
Implements proposed RouteSetup and Forwarding metadata types in
the Gateway. These should eventually be replaced by primitives in
rsocket-java. Also adds support to be encoded/decoded using
Frameworks Encoder/Decoder classes.
fixes gh-1236
2019-09-06 19:10:56 -04:00
buildmaster
dfdb4e0f71
Going back to snapshots
2019-08-14 15:15:15 +00:00
buildmaster
8b3d9aea57
Update SNAPSHOT to 2.2.0.M2
2019-08-14 15:13:58 +00:00
Spencer Gibb
6548ea46c5
Updates to use RSocket version 1.0.0-RC2
2019-08-06 15:30:28 -04:00
buildmaster
b9df1199a2
Going back to snapshots
2019-07-03 18:19:18 +00:00
buildmaster
1283756da1
Update SNAPSHOT to 2.2.0.M1
2019-07-03 18:18:18 +00:00
Spencer Gibb
b687f49201
Fixes scm url
2019-06-24 13:34:11 -04:00
Spencer Gibb
c14a749e84
Fixes scm url
2019-06-24 13:30:19 -04:00
Spencer Gibb
b14de727eb
Bumping versions to 2.1.3.BUILD-SNAPSHOT after release
2019-06-21 12:42:10 -04:00
buildmaster
89420c3318
Update SNAPSHOT to 2.1.2.RELEASE
2019-06-21 12:38:18 -04:00
Spencer Gibb
76d138fb40
Adds ability to cache body without converting to bytes ( #1095 )
...
Creates new Cache filter that is activated with retry filter is used.
Other filters can opt into caching if needed.
Uses netty factory and retainedSlice() for retry.
Only cache if retry filter is enabled
Fixes gh-982
Fixes gh-1064
2019-06-13 15:08:51 -04:00
Spencer Gibb
daae655987
Updates to Dysprosium snapshots
2019-05-21 15:20:02 -04:00
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
Ryan Baxter
57d0350c0f
Updating dependencies
2019-03-25 16:41:17 -04:00
Spencer Gibb
2020e9c8b0
Merge branch '2.0.x' into 2.1.x
2019-03-20 16:09:19 -04:00
Spring Operator
43ba27af27
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 9 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 18 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 9 occurrences
2019-03-19 21:21:56 -05:00
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
Spring Operator
77628d2460
URL Cleanup ( #892 )
...
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://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch 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 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 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 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
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-11 19:03:04 -04:00
Spencer Gibb
8db8eaf793
Merge branch 'rsocket'
2019-03-11 14:48:23 -04:00