Skip to content

Releases: Netflix/karyon

v2.9.2: Merge pull request #356 from Netflix/adminResourcesContainerConstructor

04 Jan 22:58
d50bc0f
Compare
Choose a tag to compare
create constructor for AdminResourcesContainer for use outside of guice

2.9.1

16 Oct 21:11
Compare
Choose a tag to compare

Support for admin configs to add additional arbitrary JS to home layout.

Extra connectors

29 Aug 18:18
Compare
Choose a tag to compare
  • 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

19 May 20:14
Compare
Choose a tag to compare
Merge pull request #352 from elandau/admin_jersey_props

Properties to configure jersey under admin resources

guice binding for admin local port

22 Nov 18:38
Compare
Choose a tag to compare

add guice binding of the server port of the AdminResourcesContainer (the embedded jetty admin server)

Guice Admin Pages

13 Oct 22:09
Compare
Choose a tag to compare
Merge pull request #349 from elandau/guice_admin

Admin pages for Guice

JDK8 + WebApplicationExceptionMapper + Pytheas 1.29.0

08 Aug 21:38
Compare
Choose a tag to compare
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

21 Jul 18:10
Compare
Choose a tag to compare
Deprecate main entry point classes of Karyon2

v2.7.5: Merge pull request #340 from Netflix/elandau-patch-2

01 Feb 22:33
Compare
Choose a tag to compare

v3.0.1-rc.25: Merge pull request #322 from elandau/3.x_dev

24 Nov 23:19
Compare
Choose a tag to compare
  • 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