Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Liberty Tools Eclipse 23.0.6 can be installed on top of Eclipse 2023-06 (v4.24) works even though certain parts are non-functional (e.g. server.xml assist) #414

Open
scottkurz opened this issue Jul 17, 2023 · 0 comments
Labels
releng Release Engineering - legal files , build/install , misc.

Comments

@scottkurz
Copy link
Member

scottkurz commented Jul 17, 2023

Perhaps we could/should try having a more restrictive versioning in either our feature.xml ? Like starting from this
https://github.com/OpenLiberty/open-liberty-tools/blob/integration/dev/com.ibm.ws.st.liberty.tools.base/feature.xml#L21C1-L25C15

   <requires>
      <import feature="com.ibm.xwt.dde.feature" version="1.0.600" match="greaterOrEqual"/>
      <import feature="com.ibm.ws.st.was.tools.common.core" version="1.0.2" match="greaterOrEqual"/>
      <import feature="com.ibm.ws.st.was.tools.common.ui" version="1.0.0" match="greaterOrEqual"/>
   </requires>

and using some of the other qualifiers here: https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Ffeature_manifest.html
(like 'equivalent' or 'compatible' )?

What would the Eclipse Marketplace experience be? Would this overall be a better experience?

@scottkurz scottkurz added the releng Release Engineering - legal files , build/install , misc. label Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
releng Release Engineering - legal files , build/install , misc.
Projects
None yet
Development

No branches or pull requests

1 participant