Commit Graph

55 Commits

Author SHA1 Message Date
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
buildmaster
16a8cbbe7b Going back to snapshots 2017-10-27 21:21:19 +00:00
buildmaster
b9b9ff78fc Update SNAPSHOT to 2.0.0.M3 2017-10-27 21:20:32 +00:00
Spencer Gibb
279cd03578 Make uri() terminating operator in Routes.
Simplifies dsl and make it easier to read.
2017-10-13 12:40:03 -04:00
Spencer Gibb
5a23335375 Change from using WebFliter to custom GatewayFilter.
This avoids any confusion with how WebFilters are using in WebFlux.
2017-10-13 11:56:15 -04:00
Spencer Gibb
6e188a5abb remove sample management.context-path 2017-10-10 21:22:06 -04:00
Spencer Gibb
094d67b146 Going back to snapshots 2017-08-23 16:42:10 -06:00
Spencer Gibb
62a9eba604 Update SNAPSHOT to 2.0.0.M2 2017-08-23 16:41:13 -06:00
Spencer Gibb
b19a641601 Deprecate @EnableGateway 2017-08-21 15:11:25 -06:00
Spencer Gibb
3fe32ecce5 Add sample RouterFunction 2017-08-09 21:26:59 -06:00
Spencer Gibb
924c484622 Add support for websockets.
Reuses some of the Spring Framework websockets classes and
a custom Proxy WebSocketHandler.

fixes gh-6
2017-08-09 19:27:33 -06:00
Spencer Gibb
b9a9f5167d Going back to snapshots 2017-07-06 10:19:38 -06:00
Spencer Gibb
389cab1c5c Update SNAPSHOT to 2.0.0.M1 2017-07-06 10:16:03 -06:00
Dave Syer
7d663964e3 Revert sample to old 2.0.x version 2017-06-30 17:39:13 +01:00
Spencer Gibb
8e05561271 Update to fix build 2017-06-30 10:17:17 -06:00
Dave Syer
f89de3cc28 Bump versions 2017-06-30 15:29:54 +01:00
Dave Syer
0b3f050a84 Merge branch 'master' into 2.0.x 2017-06-30 15:28:05 +01:00
Dave Syer
ee18259df7 Fix up sample for 1.0 2017-06-30 15:27:49 +01:00
Dave Syer
7b48378e0f Remove 2.0.x modules 2017-06-30 14:31:19 +01:00
Spencer Gibb
e2a2c37a97 Update for new coordinates for reactor-test 2017-06-13 13:05:53 -06:00
Spencer Gibb
c28719b83d Add todo 2017-03-30 11:31:53 -06:00
Spencer Gibb
0105e57ac8 Adds sample Throttle WebFilter 2017-03-22 21:19:47 -06:00
Spencer Gibb
20152a7477 support ordering routes 2017-03-22 20:40:09 -06:00
Spencer Gibb
e9141e826c remove .jdk8 files 2017-03-22 12:32:57 -06:00
Spencer Gibb
b9bf99451f Move back to Predicate<ServerWebExchange>
Stick to webflux class as this project is currently built on webflux.

fixes gh-35
2017-03-22 12:01:27 -06:00
Spencer Gibb
ed5dd81beb Adds more convenient filter methods 2017-03-18 00:10:27 -06:00
Spencer Gibb
3aff230f6a Adds Routes, WebFilterFactories and GatewayRequestPredicates 2017-03-17 23:47:30 -06:00
Spencer Gibb
993559fce3 Move GlobalFilter back to FilteringWebHandler 2017-03-17 23:05:15 -06:00
Spencer Gibb
17b8316bdb Add programmatic RouteLocator example 2017-03-17 22:39:17 -06:00
Spencer Gibb
bd6d6ea899 Update to comment out s-c-netflix as it is now not compatible with spring boot 2.0 2017-03-17 17:56:26 -06:00
Spencer Gibb
0cb76f4513 Move resolution of Factories to RouteLocator 2017-03-15 14:50:20 -06:00
Spencer Gibb
69cb823bf2 polish 2017-03-14 08:11:22 -06:00
Spencer Gibb
0094b5927c rename api package to model 2017-03-06 17:30:58 -07:00
Spencer Gibb
9280deaded remove unneeded version 2017-03-02 12:32:29 -07:00