Skip to content

Releases: eclipse-tea/tea

v2.0.1

04 Apr 11:58
23090fb
Compare
Choose a tag to compare

Download

Please find the binaries at https://download.eclipse.org/tea/2.0.1/

What's Changed

  • smaller fixes by @dani0370 in #19
  • improve stability of fetching remote Target Platform by @haubi in #20
  • proper pathname limitation for zip entries, fixing CWE-22

Full Changelog: v2.0.0...v2.0.1

v2.0.0

07 Mar 19:28
Compare
Choose a tag to compare

Download

Please find the binaries at https://download.eclipse.org/tea/2.0.0/

What's Changed

  • new tea menu structure by @dani0370 in #16
    • renamed "TaskingCoreGroupingIds" to "TeaMenuTopLevelGrouping" because this is what this class does now
    • all task chains for development should be in the "Development" menu
    • all task chains which were on the top level and not often used, are now in the new submenu "Others"
    • moved "Synchronize Maven Artifacts" to top level
  • require Java version 17
  • require Eclipse 2022-12
  • adapt to Eclipse 2023-12
  • use systemcolors for progressbar by @dani0370 in #8
  • bump Maven+Tycho versions
    • no more "source features"
    • switch to pomless tycho builds

New Contributors

Full Changelog: v1.6.0...v2.0.0

v1.6.0

20 Dec 15:32
Compare
Choose a tag to compare

Please find the binaries at https://download.eclipse.org/tea/1.6.0/

Notable changes since 1.5.0:

  • For BDeploy export, support Maven Artifacts used in remote Target Platform (SWT)
  • Fix retrying BDeploy export without Eclipse restart
  • Update Plugin Metadata: remove trailing slash from source path if any

Full Changelog: v1.5.0...v1.6.0

v1.5.0

22 Dec 09:01
Compare
Choose a tag to compare

Pleas find the binaries at https://download.eclipse.org/tea/1.5.0/

Notable changes since 1.4.1:

  • No more brute force to suppress auto build after full build since Eclipse 2022-12
  • After canceling auto build before full build, wait for auto build jobs to terminate
  • Avoid resource leaks potentially slowing down shutdown of Eclipse process

Full Changelog: v1.4.1...v1.5.0

v1.4.1

22 Dec 10:52
Compare
Choose a tag to compare

Notable changes since 1.4.0:

  • Improve performance of Progress Bar of Tasking Live View
  • Fix potential deadlock around DefaultCharsetUpdater
  • Fix ClasspathUpdater to properly work around Eclipse PDE shortcomings

Full Changelog: v1.4.0...v1.4.1

v1.4.0

22 Dec 10:53
Compare
Choose a tag to compare

Notable changes since 1.3.2

  • Add workspace maintenance utility DefaultCharsetUpdater, to help fixing warnings introduced in Eclipse 2022-06
  • Stop requiring org.eclipse.equinox.ds, long deprecated, gone after Eclipse 2022-06
  • Fix some deprecation warnings since Java 9

Full Changelog: v1.3.2...v1.4.0

v1.3.2

22 Dec 10:58
Compare
Choose a tag to compare

Notable changes since 1.3.1:

  • Improve some error and exception logging
  • Overhaul Synchronize Maven Artifacts task, to avoid indexer issues and some rebuilds later on

Full Changelog: v1.3.1...v1.3.2

v1.3.1

22 Dec 10:59
Compare
Choose a tag to compare

Notable changes since 1.3.0:

  • Synchronize Maven as one single batch per bundle to speed up downloads
  • Support to cancel Synchronize Maven task (between bundles)

Full Changelog: v1.3.0...v1.3.1

v1.3.0

22 Dec 11:05
Compare
Choose a tag to compare

Notable changes since 1.2.0:

  • Do not log exceptions twice

Full Changelog: v1.2.0...v1.3.0