-
Notifications
You must be signed in to change notification settings - Fork 150
broken on Google App Engine #227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks. We could lazily require the FGE (only when needed) to support this. |
Not a pressing issue for me at the moment but it would be nice to have compojure-api on gae again. it worked just fine previously. |
The problem dependency: |
Should work now with the following: [metosin/compojure-api "1.0.3-SNAPSHOT" :exclusions [[metosin/scjsv]]] You can't call |
Added a short wiki-page about GAE, feel free to fix and add (any relevant) information the page: https://github.com/metosin/compojure-api/wiki/Google-app-engine |
FYI the latest version uses https://github.com/fge/msg-simple which uses threads in a way that is disallowed on GAE. I don't have time to adapt the code to use appengine's ThreadManager, but the offending line in the stacktrace, in case you're interested, is
com.github.fge.msgsimple.provider.LoadingMessageSourceProvider$1.newThread(LoadingMessageSourceProvider.java:91)
The text was updated successfully, but these errors were encountered: