File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed 
tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 111111    </build >
112112
113113    <profiles >
114-         <profile >
115-             <id >jdk8_tests</id >
116-             <activation >
117-                 <jdk >1.8</jdk >
118-             </activation >
119-             <properties >
120-                 <junit5 .version>${junit5.jdk8.version} </junit5 .version>
121-             </properties >
122-         </profile >
123114        <profile >
124115            <id >pre-release</id >
125116            <build >
Original file line number Diff line number Diff line change 20992099        <buildhelper .mvn.plugin.version>3.6.0</buildhelper .mvn.plugin.version>
21002100        <buildnumber .mvn.plugin.version>3.2.1</buildnumber .mvn.plugin.version>
21012101        <checkstyle .mvn.plugin.version>3.6.0</checkstyle .mvn.plugin.version>
2102-         <checkstyle .version>10.23.1 </checkstyle .version>
2102+         <checkstyle .version>10.21.4 </checkstyle .version>
21032103        <compiler .mvn.plugin.version>3.14.0</compiler .mvn.plugin.version>
21042104        <!-- 
21052105        Special version of the compiler plugin just for the jersey-common. All versions above 
Original file line number Diff line number Diff line change 1818
1919import  org .eclipse .jetty .server .Server ;
2020import  org .eclipse .jetty .server .ServerConnector ;
21- import  org .eclipse .jetty .servlet .ServletContextHandler ;
22- import  org .eclipse .jetty .servlet .ServletHolder ;
21+ import  org .eclipse .jetty .ee10 . servlet .ServletContextHandler ;
22+ import  org .eclipse .jetty .ee10 . servlet .ServletHolder ;
2323import  org .glassfish .jersey .client .ClientConfig ;
2424import  org .glassfish .jersey .internal .InternalProperties ;
2525import  org .glassfish .jersey .jackson .JacksonFeature ;
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments