Skip to content
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

Quell a common grails/spring bean warning #6156

Merged
merged 1 commit into from Jun 22, 2020
Merged

Quell a common grails/spring bean warning #6156

merged 1 commit into from Jun 22, 2020

Conversation

sjrd218
Copy link
Contributor

@sjrd218 sjrd218 commented Jun 19, 2020

Quell a spring bean warning log message that is common for grails applications on startup. The grails guys don't appear to be in a hurry to fix it, so this log4j entry bumps the threshold to error for that particular class.

@sjrd218 sjrd218 requested a review from gschueler June 19, 2020 17:55
@sjrd218 sjrd218 added this to the 3.3.0-M3 milestone Jun 19, 2020
@sjrd218 sjrd218 added the 3.3.x label Jun 19, 2020
@gschueler
Copy link
Member

what is the warning message?

@sjrd218
Copy link
Contributor Author

sjrd218 commented Jun 19, 2020

WARN beans.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'exceptionMappings' being accessed! Ambiguous write methods found next to actually used [public void grails.plugin.springsecurity.web.authentication.AjaxAwareAuthenticationFailureHandler.setExceptionMappings(java.util.List)]: [public void org.springframework.security.web.authentication.ExceptionMappingAuthenticationFailureHandler.setExceptionMappings(java.util.Map)]

@ProTip ProTip changed the base branch from master to main June 20, 2020 03:37
@sjrd218 sjrd218 merged commit 3d0e81c into main Jun 22, 2020
@sjrd218 sjrd218 deleted the ehn/quell-log-msg branch June 22, 2020 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants