haster opened a new pull request #441:
URL: https://github.com/apache/wicket/pull/441


   While trying to create a test for WICKET-6810 my eclipse kept complaining 
about code that shouldn't be on issue on java 11 (specifically, the use of the 
diamond operator in anonymous subclasses). 
   
   This turned out to be because eclipse thought the project had a language 
level of 1.8 After I upgraded (and incorporated) the settings to java 11 the 
problem was fixed.
   
   Note: you can test this by running `mvn install` (or `mvn install 
-Dgpg.skip` if you're not interested in signing the artifact) in the 
wicket-eclipse-settings folder and then updating the project in eclipse 
(Alt+F5). You need a new release of wicket-eclipse-settings (version 5?) to 
apply this for everyone.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to