-
Notifications
You must be signed in to change notification settings - Fork 60
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
Unable to load /env actuator endpoint in the app once plugin is used in the app #121
Comments
Reproduced. Same issue reported by another one. spring-boot-actuator problem? |
Looks like it. But your fix will keep this plugin out of the radar. :) Thank you for the fix. I am preoccupied with bunch of other stuff otherwise I would have sent a PR after thorough testing. If possible please do a sanity check for other available actuator endpoints. |
Tested the supposed fix, doesn't help :( |
When I annotate AuditLogListener.grailsApplication with "@JsonIgnore", I get a different error when using JDK 1.7.0_79 in the audit-test application (Grails 3.0.10): *** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at JPLISAgent.c line: 844 |
Is a Jackson error. We reported to grails/grails-core#10279 |
Grails version: 3.1.9
Plugin Version: 2.0.1
Steps to recreate:
build.gradle
application.yml
../gradlew bootRun
http://localhost:8080/env
Enabling actuator endpoints in
application.yml
:Stacktrace:
The text was updated successfully, but these errors were encountered: