Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Tycho/Release Notes/1.6"

(New and Noteworthy)
Line 5: Line 5:
 
<div id="versionNav" class="alert alert-small alert-warning">[[Tycho/Release Notes/1.5|&lt; Previous Version]] | [[Tycho/Release Notes/1.7|Next Version &gt;]]</div>
 
<div id="versionNav" class="alert alert-small alert-warning">[[Tycho/Release Notes/1.5|&lt; Previous Version]] | [[Tycho/Release Notes/1.7|Next Version &gt;]]</div>
  
 +
<!--
 
== SNAPSHOT builds ==
 
== SNAPSHOT builds ==
  
Line 18: Line 19:
 
</source>
 
</source>
  
<!--
 
 
== Staging build ==
 
== Staging build ==
  
Line 31: Line 31:
 
</pluginRepositories>
 
</pluginRepositories>
 
</source>
 
</source>
-->
+
 
 
   
 
   
 
=== SNAPSHOT site docs ===
 
=== SNAPSHOT site docs ===
 
   
 
   
 
Refer to the [https://ci.eclipse.org/tycho/job/tycho-sitedocs/ws/target/staging/index.html latest SNAPSHOT site docs for Tycho] and [https://ci.eclipse.org/tycho/job/tycho.extras-sitedocs/ws/target/staging/index.html Tycho Extras].
 
Refer to the [https://ci.eclipse.org/tycho/job/tycho-sitedocs/ws/target/staging/index.html latest SNAPSHOT site docs for Tycho] and [https://ci.eclipse.org/tycho/job/tycho.extras-sitedocs/ws/target/staging/index.html Tycho Extras].
 +
-->
  
 
[[Category:Tycho|Release Notes/1.6]]
 
[[Category:Tycho|Release Notes/1.6]]

Revision as of 09:25, 20 January 2020

New and Noteworthy

Complete list of bug fixes and enhancements in 1.6.0-SNAPSHOT

Faster target platform resolution

bug 551974 Tycho needs to resolve the target platform during the initial phase of a build. This is now much faster than before, thanks to improved caching. In an example application with 800 bundles in its target platform Tycho 1.5 needs about 2 seconds per Maven module for target platform resolution, while Tycho 1.6 needs about 0.2 seconds per Maven module.

Drop support for obsolete modular JVMs (10 and 12)

bug 552831 Due to Equinox no longer shipping EEs (they kind of lost sense with modular JVMs which may or may not include a module) these EEs are shipped as part of Tycho now, but it can't go indefinitely. Dropped Java 10 and 12 which are no longer supported versions already.

Updated plexus-utils to version 3.3.0

bug 552968 Plexus Utils has been updated to version 3.3.0 as a prereq for other dependency updates.

Back to the top