Ticket #21 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

Align ModuleContext with ApplicationContext

Reported by: bruno Owned by: bruno
Priority: minor Milestone:
Component: core/kauri-runtime Version: trunk
Keywords: Cc:

Description

Currently we don't use ApplicationContext? anywhere in Kauri. It provides however some Restlet features like the MetadataServiceRegistry? which users expect to find on the ApplicationContext?.

Discussion with Restlet people provided the conclusion that it's best to make ModuleContext? and ApplicationContext? the same thing.

Change History

comment:1 Changed 4 years ago by bruno

  • Status changed from new to closed
  • Resolution set to fixed
  • Component changed from -- unknown -- to core/kauri-runtime

This has been fixed for a while, there is an ApplicationContext? per module and requests to any of the module's restservices are routed through it.

Note: See TracTickets for help on using tickets.