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/04/07 09:15:20 UTC

[GitHub] [maven] cstamas opened a new pull request, #708: [MNG-7441] Update version of loback

cstamas opened a new pull request, #708:
URL: https://github.com/apache/maven/pull/708

   This issue is fluke, as logback is actually optional
   dependency, but still, to cut reports like these from
   root, let's do this update.
   
   ---
   
   https://issues.apache.org/jira/browse/MNG-7441
   


-- 
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] slawekjaranowski commented on pull request #708: [MNG-7441] 3.8.x Update version of logback

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

   In maven-3.8.x build there is the same errors like:
   
   ```
   Caused by: javax.net.ssl.SSLException: Received fatal alert: protocol_version
   ```
   
   Root cause (probably), command line executed by verifier :
   
   ```
   Exit code was non-zero: 1; command line and log = 
   /home/jenkins/jenkins-home/workspace/aven_maven-box_maven_maven-3.8.x/test/core-it-suite/target/apache-maven/bin/mvn --global-settings /home/jenkins/jenkins-home/workspace/aven_maven-box_maven_maven-3.8.x/test/core-it-suite/target/test-classes/settings-remote.xml -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-home/workspace/aven_maven-box_maven_maven-3.8.x/test/it-local-repo install
   ```
   
   there is missing property in command line `-Dhttps.protocols=TLSv1.2`
   
   
   
   


-- 
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] rmannibucau commented on pull request #708: [MNG-7441] 3.8.x Update version of logback

Posted by GitBox <gi...@apache.org>.
rmannibucau commented on PR #708:
URL: https://github.com/apache/maven/pull/708#issuecomment-1091672866

   If it is only about `LogbackConfiguration` it can be done by reflection and the dep dropped, no?


-- 
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] michael-o commented on pull request #708: [MNG-7441] 3.8.x Update version of logback

Posted by GitBox <gi...@apache.org>.
michael-o commented on PR #708:
URL: https://github.com/apache/maven/pull/708#issuecomment-1091436057

   Nice waste of time for bogus as you have said ;-)


-- 
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] cstamas commented on pull request #708: [MNG-7441] 3.8.x Update version of logback

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

   Any idea why Jenkins failed this build?


-- 
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] khmarbaise commented on pull request #708: [MNG-7441] 3.8.x Update version of logback

Posted by GitBox <gi...@apache.org>.
khmarbaise commented on PR #708:
URL: https://github.com/apache/maven/pull/708#issuecomment-1091668627

   Maven 3.8.X ist built also with JDK 7...
   
   https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-3.8.x/


-- 
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] khmarbaise commented on pull request #708: [MNG-7441] 3.8.x Update version of logback

Posted by GitBox <gi...@apache.org>.
khmarbaise commented on PR #708:
URL: https://github.com/apache/maven/pull/708#issuecomment-1091660881

   This seemed to be the reason:
   `[ERROR] Plugin org.apache.maven.plugins:maven-dependency-plugin:3.1.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-dependency-plugin:jar:3.1.1: Could not transfer artifact org.apache.maven.plugins:maven-dependency-plugin:pom:3.1.1 from/to central (https://repo1.maven.org/maven2): transfer failed for https://repo1.maven.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom: Received fatal alert: protocol_version -> [Help 1]`


-- 
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] michael-o commented on pull request #708: [MNG-7441] 3.8.x Update version of logback

Posted by GitBox <gi...@apache.org>.
michael-o commented on PR #708:
URL: https://github.com/apache/maven/pull/708#issuecomment-1091663985

   Java 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] cstamas merged pull request #708: [MNG-7441] 3.8.x Update version of logback

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


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