Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Apache Maven 3.8.1 is now available on Jenkins instances

In addition to the desirable change about non secured access to repositories, 3.8.1 has a bug that cause random build failure (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=574316). 

As such, we've reverted the change: apache-maven-latest points to version 3.6.3. 

Apache Maven 3.8.1 stays available for the more adventurous of you ;) 

See https://wiki.eclipse.org/Jenkins#Apache_Maven for all available versions.

Cheers,


Mikaël Barbero 
Manager — Release Engineering and Technology | Eclipse Foundation
🐦 @mikbarbero
Eclipse Foundation: The Platform for Open Innovation and Collaboration

On 21 Jun 2021, at 17:47, Andrey Loskutov <loskutov@xxxxxx> wrote:

Hi Mickael,
 
thanks for heads up!
 
Interesting, this could be the cause for other, random build failures we've started to observe on friday on both gerrit / SDK build machines:
 
Internal error: java.lang.IllegalArgumentException: Malformed \uxxxx encoding 
 
 
Kind regards,
Andrey Loskutov

Спасение утопающих - дело рук самих утопающих

https://www.eclipse.org/user/aloskutov
 
 
Gesendet: Montag, 21. Juni 2021 um 17:23 Uhr
Von: "Mikael Barbero" <mikael.barbero@xxxxxxxxxxxxxxxxxxxxxx>
An: "Common-build Developers discussion" <cbi-dev@xxxxxxxxxxx>
Cc: "Cross project issues" <cross-project-issues-dev@xxxxxxxxxxx>
Betreff: Re: [cross-project-issues-dev] Apache Maven 3.8.1 is now available on Jenkins instances
(cross posted to cross-projects issues).
 
There is a breaking change in Maven 3.8.1: it blocks non TLS repositories. If you have plain http URL in your pom.xml to reference external repositories, you may see errors like 
 
 
Could not transfer artifact org.jboss.tools.tycho-plugins:repository-utils:pom:1.7.0 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [jboss-public-repository-group (http://repository.jboss.org/nexus/content/groups/public/, default, releases+snapshots)]
(from https://bugs.eclipse.org/bugs/show_bug.cgi?id=574364)
The solution is easy: switch to https:// scheme in your pom.xml, most public maven repositories are available via TLS. 
 
Thanks.
Mikaël Barbero 
Manager — Release Engineering and Technology | Eclipse Foundation
🐦 @mikbarbero
Eclipse Foundation: The Platform for Open Innovation and Collaboration
 
On 18 Jun 2021, at 08:53, Mikael Barbero <mikael.barbero@xxxxxxxxxxxxxxxxxxxxxx> wrote:
 
As announced last month, apache-maven-latest has been upgraded to 3.8.1.
 
Thanks.

Mikaël Barbero 
Manager — Release Engineering and Technology | Eclipse Foundation
🐦 @mikbarbero
Eclipse Foundation: The Platform for Open Innovation and Collaboration
 
On 21 May 2021, at 10:19, Mikael Barbero <mikael.barbero@xxxxxxxxxxxxxxxxxxxxxx> wrote:
 
Hi
 
Maven 3.8.1 has been deployed to all Jenkins instances.
 
Note that apache-maven-latest stays at 3.6.3 for now. We will do the the change once upcoming 2021.06 release is done to avoid any issue with build script relying on latest.
 
Version details are available at https://wiki.eclipse.org/Jenkins#Apache_Maven
 
Cheers,

Mikaël Barbero 
Manager — Release Engineering and Technology | Eclipse Foundation
🐦 @mikbarbero
Eclipse Foundation: The Platform for Open Innovation and Collaboration
_______________________________________________ cross-project-issues-dev mailing list cross-project-issues-dev@xxxxxxxxxxx To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

Attachment: signature.asc
Description: Message signed with OpenPGP


Back to the top