Skip to content

Compilation error EndpointHandlerMapping #2908

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

Closed
eddumelendez opened this issue May 4, 2015 · 2 comments
Closed

Compilation error EndpointHandlerMapping #2908

eddumelendez opened this issue May 4, 2015 · 2 comments

Comments

@eddumelendez
Copy link
Contributor

Method registerHandlerMethod in AbstractHandlerMethodMapping change from protected to public

The following error is throwing

[ERROR] COMPILATION ERROR : 
[ERROR] /Users/eddumelendez/Documents/GitHub/spring-boot/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/mvc/EndpointHandlerMapping.java:[92,24] registerHandlerMethod(java.lang.Object,java.lang.reflect.Method,org.springframework.web.servlet.mvc.method.RequestMappingInfo) in org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping cannot override registerHandlerMethod(java.lang.Object,java.lang.reflect.Method,T) in org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
  attempting to assign weaker access privileges; was public
eddumelendez added a commit to eddumelendez/spring-boot that referenced this issue May 4, 2015
@rstoyanchev
Copy link
Contributor

This is caused by changes for https://jira.spring.io/browse/SPR-11541. The ticket has been re-opened so you can track that instead.

@rstoyanchev
Copy link
Contributor

I've pushed a fix to the Spring Framework. A new snapshot should become available soon. Closing for now but feel free to re-open if necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants