Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Removed deprecated AERI extension #2066

Closed
sbouchet opened this issue Mar 16, 2020 · 7 comments · Fixed by #2067
Closed

Removed deprecated AERI extension #2066

sbouchet opened this issue Mar 16, 2020 · 7 comments · Fixed by #2067
Assignees
Milestone

Comments

@sbouchet
Copy link
Contributor

Hi,

it seems AERI is not used anymore nor maintained. It causes some problems as it cannot start :
osgi> ss aeri
"Framework is launched."
id State Bundle
323 STARTING org.eclipse.epp.logging.aeri.core_2.0.7.v20180504-0806
324 INSTALLED org.eclipse.epp.logging.aeri.ide_2.0.7.v20180504-0806
osgi> start 324
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.epp.logging.aeri.ide [324]
Unresolved requirement: Import-Package: org.apache.lucene.document; version="[7.1.0,8.0.0)"

So i suggest to simply remove it from reddeer. Is it still used here?

sbouchet added a commit to sbouchet/reddeer that referenced this issue Mar 16, 2020
Change-Id: I2d194cbb53880d848485447b780e3c7df5dcec18
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
@sbouchet
Copy link
Contributor Author

@odockal @jkopriva

@sbouchet
Copy link
Contributor Author

i got confirmation in cross-project list that AERI is officially decommissioned: https://www.eclipse.org/lists/cross-project-issues-dev/msg17513.html

@odockal
Copy link
Collaborator

odockal commented Mar 18, 2020

@sbouchet Thanks for reporting this, we do not have "hard" dependency on aeri packages, we rather have it optional. Although there is some implementation dedicated for aeri and we should defniintely remove it, but that's api change and we will need to do it while doing 3.0.0 version.

@sbouchet
Copy link
Contributor Author

@odockal : ok ! is this major update planned? do I need to make another PR for it?

@odockal
Copy link
Collaborator

odockal commented Mar 18, 2020

@sbouchet Not really.. I was thinking of making one due to the fact we got some outdated stuff like aeri that we can get rid of. This could be an opportunity.

@odockal odockal added this to the 3.0.0 milestone Apr 27, 2020
sbouchet added a commit to sbouchet/reddeer that referenced this issue Apr 27, 2020
Change-Id: I2d194cbb53880d848485447b780e3c7df5dcec18
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
@odockal
Copy link
Collaborator

odockal commented Apr 27, 2020

testPR

@odockal
Copy link
Collaborator

odockal commented Apr 28, 2020

@sbouchet hm, "testPR" does not work under issues, obviously...

odockal pushed a commit that referenced this issue Apr 28, 2020
Change-Id: I2d194cbb53880d848485447b780e3c7df5dcec18
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants