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

Strip off the qualifier part form the JPMS output #53

Merged
merged 1 commit into from
Jun 20, 2022

Conversation

laeubi
Copy link
Member

@laeubi laeubi commented Jun 20, 2022

Fix #42

Local build output is now:

//  (version 9 : 53.0, no super bit)
 module org.eclipse.osgi  {
  // Version: 3.18.100

  requires java.base;
  requires java.xml;
  requires jdk.unsupported;
  
  Module packages:
    org.apache.felix.resolver
    org.apache.felix.resolver.reason
    org.apache.felix.resolver.util
    org.eclipse.core.runtime.adaptor
    org.eclipse.core.runtime.internal.adaptor
    org.eclipse.equinox.log
    org.eclipse.osgi.container
    org.eclipse.osgi.container.builders
    org.eclipse.osgi.container.namespaces
    org.eclipse.osgi.framework.console
    org.eclipse.osgi.framework.eventmgr
    org.eclipse.osgi.framework.internal.reliablefile
    org.eclipse.osgi.framework.log
    org.eclipse.osgi.framework.util
    org.eclipse.osgi.internal.cds
    org.eclipse.osgi.internal.connect
    org.eclipse.osgi.internal.container
    org.eclipse.osgi.internal.debug
    org.eclipse.osgi.internal.framework
    org.eclipse.osgi.internal.framework.legacy
    org.eclipse.osgi.internal.hookregistry
    org.eclipse.osgi.internal.hooks
    org.eclipse.osgi.internal.loader
    org.eclipse.osgi.internal.loader.buddy
    org.eclipse.osgi.internal.loader.classpath
    org.eclipse.osgi.internal.loader.sources
    org.eclipse.osgi.internal.location
    org.eclipse.osgi.internal.log
    org.eclipse.osgi.internal.messages
    org.eclipse.osgi.internal.permadmin
    org.eclipse.osgi.internal.provisional.service.security
    org.eclipse.osgi.internal.provisional.verifier
    org.eclipse.osgi.internal.service.security
    org.eclipse.osgi.internal.serviceregistry
    org.eclipse.osgi.internal.signedcontent
    org.eclipse.osgi.internal.url
    org.eclipse.osgi.internal.util
    org.eclipse.osgi.internal.weaving
    org.eclipse.osgi.launch
    org.eclipse.osgi.report.resolution
    org.eclipse.osgi.service.datalocation
    org.eclipse.osgi.service.debug
    org.eclipse.osgi.service.environment
    org.eclipse.osgi.service.localization
    org.eclipse.osgi.service.pluginconversion
    org.eclipse.osgi.service.resolver
    org.eclipse.osgi.service.runnable
    org.eclipse.osgi.service.security
    org.eclipse.osgi.service.urlconversion
    org.eclipse.osgi.signedcontent
    org.eclipse.osgi.storage
    org.eclipse.osgi.storage.bundlefile
    org.eclipse.osgi.storage.url
    org.eclipse.osgi.storage.url.bundleentry
    org.eclipse.osgi.storage.url.bundleresource
    org.eclipse.osgi.storage.url.reference
    org.eclipse.osgi.storagemanager
    org.eclipse.osgi.util
    org.osgi.dto
    org.osgi.framework
    org.osgi.framework.connect
    org.osgi.framework.dto
    org.osgi.framework.hooks.bundle
    org.osgi.framework.hooks.resolver
    org.osgi.framework.hooks.service
    org.osgi.framework.hooks.weaving
    org.osgi.framework.launch
    org.osgi.framework.namespace
    org.osgi.framework.startlevel
    org.osgi.framework.startlevel.dto
    org.osgi.framework.wiring
    org.osgi.framework.wiring.dto
    org.osgi.resource
    org.osgi.resource.dto
    org.osgi.service.condition
    org.osgi.service.condpermadmin
    org.osgi.service.log
    org.osgi.service.log.admin
    org.osgi.service.packageadmin
    org.osgi.service.permissionadmin
    org.osgi.service.resolver
    org.osgi.service.startlevel
    org.osgi.service.url
    org.osgi.util.tracker

}

@rotty3000 thanks for your help!

@github-actions
Copy link

Unit Test Results

   139 files     139 suites   22m 36s ⏱️
2 088 tests 2 043 ✔️ 44 💤 1
2 176 runs  2 131 ✔️ 44 💤 1

For more details on these failures, see this check.

Results for commit 8705496.

Copy link
Contributor

@tjwatson tjwatson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Hopefully next week I will have time to spend on getting the module-info back to a good state with respect to the exported packages.

@laeubi
Copy link
Member Author

laeubi commented Jun 20, 2022

GH has a flapping test see #25 so lets see of Jenkins is happy...

@akurtakov akurtakov merged commit 715a6dd into eclipse-equinox:master Jun 20, 2022
@akurtakov
Copy link
Member

Triggering new build to confirm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Comparator error in org.eclipse.osgi module-info.class
4 participants