buildmaster
97cbd7ec39
Going back to snapshots
7 years ago
buildmaster
cf447366f4
Update SNAPSHOT to 2.0.0.M9
7 years ago
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.
7 years ago
buildmaster
c2c7869c9e
Going back to snapshots
7 years ago
buildmaster
1f9c65df7e
Update SNAPSHOT to 2.0.0.M8
7 years ago
Biju Kunjummen
16c8a07d7c
Derive kotlin version from parent ( #212 )
7 years ago
buildmaster
86cae18b7d
Going back to snapshots
7 years ago
buildmaster
e3eadb66a7
Update SNAPSHOT to 2.0.0.M7
7 years ago
Spencer Gibb
cf0e4ad67d
polish
7 years ago
Spencer Gibb
062b6bc526
update to new web endpoint property
7 years ago
buildmaster
43fabf27b4
Going back to snapshots
7 years ago
buildmaster
0dac0315e9
Update SNAPSHOT to 2.0.0.M6
7 years ago
Spencer Gibb
da2f28e25b
Add filters() method to Java DSL.
...
Deprecates direct filter methods after predicates.
Thanks @joshlong
7 years ago
Spencer Gibb
d13f305264
Uses new @ControllerEndpoint for gateway endpoint.
...
fixes gh-153
7 years ago
Spencer Gibb
e1a061a833
Adds a test to make sure gateway actuator is on management.server.port
...
Currently ignored until boot fix.
See gh-153
7 years ago
Spencer Gibb
4b89ac1c69
Remove deprecated classes.
7 years ago
buildmaster
1b4487969b
Going back to snapshots
7 years ago
buildmaster
3ed9320e2a
Update SNAPSHOT to 2.0.0.M5
7 years ago
Spencer Gibb
89373e3216
update groupId to match
7 years ago
Spencer Gibb
43d47e6ccc
Updated routes dsl to deal with new routes java api.
7 years ago
Spencer Gibb
473c8fa77d
Updates to RouteLocatorBuild API
7 years ago
Spencer Gibb
b2306fb6ec
Migrate Routes statics to RouteLocatorBuilder bean.
...
This allows flexibility with RoutePredicateFactorys and
GatewayFilterFactories that require dependencies to be injected.
7 years ago
buildmaster
2eb6470822
Bumping versions to 1.0.1.BUILD-SNAPSHOT after release
7 years ago
buildmaster
e420037d45
Going back to snapshots
7 years ago
buildmaster
bf08ba2b3c
Update SNAPSHOT to 1.0.0.RELEASE
7 years ago
buildmaster
0bb4d5f233
Going back to snapshots
7 years ago
buildmaster
8bd98c5a32
Update SNAPSHOT to 2.0.0.M4
7 years ago
Biju Kunjummen
b2e55b3fdc
Add support for select function paramters for gateway kotlin dsl ( #98 )
7 years ago
buildmaster
16a8cbbe7b
Going back to snapshots
7 years ago
buildmaster
b9b9ff78fc
Update SNAPSHOT to 2.0.0.M3
7 years ago
Spencer Gibb
f910065e31
Going back to snapshots
7 years ago
Spencer Gibb
3baffe1c43
Update SNAPSHOT to 1.0.0.RC1
7 years ago
Spencer Gibb
279cd03578
Make uri() terminating operator in Routes.
...
Simplifies dsl and make it easier to read.
7 years ago
Spencer Gibb
5a23335375
Change from using WebFliter to custom GatewayFilter.
...
This avoids any confusion with how WebFilters are using in WebFlux.
7 years ago
Spencer Gibb
6e188a5abb
remove sample management.context-path
7 years ago
Ryan Baxter
5ff0b68110
Going back to snapshots
7 years ago
Ryan Baxter
1dc2659873
Update SNAPSHOT to 1.0.0.M1
7 years ago
Spencer Gibb
094d67b146
Going back to snapshots
7 years ago
Spencer Gibb
62a9eba604
Update SNAPSHOT to 2.0.0.M2
7 years ago
Spencer Gibb
b19a641601
Deprecate @EnableGateway
7 years ago
Spencer Gibb
3fe32ecce5
Add sample RouterFunction
7 years ago
Spencer Gibb
924c484622
Add support for websockets.
...
Reuses some of the Spring Framework websockets classes and
a custom Proxy WebSocketHandler.
fixes gh-6
7 years ago
Spencer Gibb
b9a9f5167d
Going back to snapshots
7 years ago
Spencer Gibb
389cab1c5c
Update SNAPSHOT to 2.0.0.M1
7 years ago
Dave Syer
7d663964e3
Revert sample to old 2.0.x version
7 years ago
Spencer Gibb
8e05561271
Update to fix build
7 years ago
Dave Syer
f89de3cc28
Bump versions
7 years ago
Dave Syer
ee18259df7
Fix up sample for 1.0
7 years ago
Dave Syer
7b48378e0f
Remove 2.0.x modules
7 years ago
Spencer Gibb
e2a2c37a97
Update for new coordinates for reactor-test
8 years ago