Releases: Netflix/karyon
Releases · Netflix/karyon
v2.9.2: Merge pull request #356 from Netflix/adminResourcesContainerConstructor
2.9.1
Extra connectors
- added support for resource loading from other class loaders
- Add configuration option to add additional connectors to admin's embedded jetty server.
- Allows for standing up an extra SSL-enabled port
AdminResource Jersey Configuration via Properties
Merge pull request #352 from elandau/admin_jersey_props Properties to configure jersey under admin resources
guice binding for admin local port
add guice binding of the server port of the AdminResourcesContainer (the embedded jetty admin server)
Guice Admin Pages
Merge pull request #349 from elandau/guice_admin Admin pages for Guice
JDK8 + WebApplicationExceptionMapper + Pytheas 1.29.0
Merge pull request #348 from elandau/pytheas_1_29_0 Update to pytheas 1.29.0
v2.7.6: Merge pull request #346 from elandau/deprecate
Deprecate main entry point classes of Karyon2
v2.7.5: Merge pull request #340 from Netflix/elandau-patch-2
Update README.md
v3.0.1-rc.25: Merge pull request #322 from elandau/3.x_dev
- Add ProvidesConditionally annotation for conditional bindings on top of @provides style methods
- Add AutoBinder feature for creating bindings to interfaces if no binding was specified in a module
- Command line arguments injectable as @arguments String[]
- Profiles injectable as @profiles Set
- Simplify ArchaiusKaryonModule
- Eliminate ConditonalOnXXX bindings for modules