-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use session classloader when loading deferred middleware
When loading CIDER middleware via the sideloader we need to make sure that extra namespaces that are loaded later are also requested via the sideloader. The original sideloader already provided a macro for this (with-session-classloader), we just need to use it. This does mean that now all our middlewares need to depend on the session middleware.
- Loading branch information
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters