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

Update server.websocket to Jetty 11 #185

Merged
merged 1 commit into from
Jan 20, 2023
Merged

Update server.websocket to Jetty 11 #185

merged 1 commit into from
Jan 20, 2023

Commits on Jan 20, 2023

  1. Update server.websocket to Jetty 11

    - Update default target platform
       - Eclipse 21.03-> 22.12
       - Jetty 9.x -> Jetty 11.0.12
       - LSP4J -> 0.8.0 -> 0.19.0  
       - ELK 0.7.0 -> 0.8.1
       - Add slf4j to enable logging in Jetty 10
    
    - Consume log4j,slf4j and javax.servlet  via maven
       - Jetty websockt requires slf4j 2.0 which is not available via orbit and not compatible with the orbit log4j version.
         So we instead use the new target platform features and consume it directly from a maven location
    
    -  Update server.websocket plugin to conform to Jetty API breaks
    
    - Update to ELK 0.8.1 and remove workaround (Fixes eclipse-glsp/glsp#265)
    - Clean up pom files and consistently use properties for all versions
    - Remove xtext nature from parent project. Otherwise we get false positives in the Eclipse Problem view.
    - Ensure that both the p2 and m2 build use the same version ranges for their dependencies (if possible)
    
    - Provide a second target for 2021-09  to use it as minimal baseline.
    
    Part of eclipse-glsp/glsp#764
    Contributed on behalf of STMicroelectronics
    tortmayr committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    eb8cdde View commit details
    Browse the repository at this point in the history