You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/05/12 13:49:04 UTC

[GitHub] [maven-integration-testing] cstamas opened a new pull request, #159: Mute Jetty

cstamas opened a new pull request, #159:
URL: https://github.com/apache/maven-integration-testing/pull/159

   The HttpServer helper is used by two ITs:
   * MavenITmng7470ResolverTransportTest
   * MavenITmng5771CoreExtensionsTest
   
   And it logs in case of MNG7470 for unknown reason. My bet would
   be some static initing happening as side effect of OTHER ITs that
   use Jetty directly, like MavenITmng5868NoDuplicateAttachedArtifacts.
   
   Anyway, this sorts out Jetty logging.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-integration-testing] cstamas commented on pull request #159: Mute Jetty

Posted by GitBox <gi...@apache.org>.
cstamas commented on PR #159:
URL: https://github.com/apache/maven-integration-testing/pull/159#issuecomment-1130345613

   > > what about upgrading to at least 9.4?
   > 
   > many dependencies can update here ... 😄
   
   ITs are Java 7, Jetty 9.4 is Java 8, but many IT plugins and extensions are built with Maven 2.0 😭  So, this is a bit of a ratnest here


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-integration-testing] cstamas merged pull request #159: Mute Jetty

Posted by GitBox <gi...@apache.org>.
cstamas merged PR #159:
URL: https://github.com/apache/maven-integration-testing/pull/159


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-integration-testing] slawekjaranowski commented on pull request #159: Mute Jetty

Posted by GitBox <gi...@apache.org>.
slawekjaranowski commented on PR #159:
URL: https://github.com/apache/maven-integration-testing/pull/159#issuecomment-1130626422

   3.8.x will be the last on 1.7 


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-integration-testing] olamy commented on pull request #159: Mute Jetty

Posted by GitBox <gi...@apache.org>.
olamy commented on PR #159:
URL: https://github.com/apache/maven-integration-testing/pull/159#issuecomment-1130525532

   > > > what about upgrading to at least 9.4?
   > > 
   > > 
   > > many dependencies can update here ... 😄
   > 
   > ITs are Java 7, Jetty 9.4 is Java 8, but many IT plugins and extensions are built with Maven 2.0 😭 So, this is a bit of a ratnest here
   
   Maven 2.x is an Antique EOL https://maven.apache.org/maven-2.x-eol.html (which says 2009 :) )
   that's a bit of job I reckon but seriously we could say 1.8... 
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-integration-testing] slawekjaranowski commented on pull request #159: Mute Jetty

Posted by GitBox <gi...@apache.org>.
slawekjaranowski commented on PR #159:
URL: https://github.com/apache/maven-integration-testing/pull/159#issuecomment-1130287327

   > what about upgrading to at least 9.4?
   
   many dependencies can update here ... 😄 
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-integration-testing] cstamas commented on pull request #159: Mute Jetty

Posted by GitBox <gi...@apache.org>.
cstamas commented on PR #159:
URL: https://github.com/apache/maven-integration-testing/pull/159#issuecomment-1125020734

   @olamy any idea what is happening? I know Jetty 9.0 is ancient (2013), but still :smile: 


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

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