Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Product partial update on latest product version(Product partial update on latest version)
Product partial update on latest product version [message #1850248] Tue, 22 February 2022 17:48 Go to next message
Claudio Weiler is currently offline Claudio WeilerFriend
Messages: 31
Registered: August 2015
Location: Brazil
Member
Hi,

I have a couple of products where I track Eclipse updates (e.g. 2021-06, 2021-09), and, like Eclipse products, I have a "latest" product version.

When I change this product version to a new version, Eclipse is automatically updated.

What I noticed in last upgrade, from 2021-06 to 2021-12, is that EGit plugin was not updated with platform.

Exploring https://download.eclipse.org/releases/2021-12/202112081000 repository, I can check that Git plugin is on version 6.0.0.202111291000-r, but when i check installed Git plugin I get version 5.13.0.202109080827-r. And, if I run a "Check for updates" it brings Git plugin update.

I know that I can put a version range on each of these plugins that comes with default 0.0.0 version range, but this seams odd.

There are any config/setup in my products that I am missing to force this update for all plugins?

Eclipse product setup: https://github.com/trepr/eclipse-setup/blob/main/eclipse-ee-sds-product.setup
Re: Product partial update on latest product version [message #1850257 is a reply to message #1850248] Wed, 23 February 2022 08:06 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
it's hard to say. With a major version increase there may well have been things needing the older version and it may well be that check for updates uses more sites than your p2 task finding more things it could update.. It's a complex question that I would need to investigate in great detail to answer fully. In the worst case, you can use bounds to try to force an update.

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Product partial update on latest product version [message #1850276 is a reply to message #1850257] Wed, 23 February 2022 15:43 Go to previous messageGo to next message
Claudio Weiler is currently offline Claudio WeilerFriend
Messages: 31
Registered: August 2015
Location: Brazil
Member
Hi, Ed! Thanks!

Quote:
check for updates uses more sites than your p2 task

Hum! What I observed, is that old repositories are held after update. For example, in my last update, the repository for 2012-12 was added, but 2012-06 was not removed.
There is a way to remove old repositories? Maybe a task?

Quote:
there may well have been things needing the older version

I made some search and found this: https://github.com/tesla/m2eclipse-egit/issues/19
Culprit?
It' a dependency from Jboss Maven Integration.

Quote:
In the worst case, you can use bounds to try to force an update.

You mean version range, right?
If my understanding is correct, if I force version I could break above plugin.

So, I think that the solution is to remove this plugin (Jboss Maven Integration) from my product setup, I need to investigate better what we will loose...

[Updated on: Wed, 23 February 2022 15:44]

Report message to a moderator

Re: Product partial update on latest product version [message #1850281 is a reply to message #1850276] Wed, 23 February 2022 18:00 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
I don't think tasks to manage the repos in the preferences is a good idea.

Yes I mean a version range and yes that could cause a resolution failure if something requires a version outside of that range.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Select JVM via a configuration
Next Topic:Error "unknown protocol: archive"
Goto Forum:
  


Current Time: Thu Apr 25 17:09:37 GMT 2024

Powered by FUDForum. Page generated in 0.03361 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top