Skip to content

Ensure that a bounded version of org.objectweb.asm.util is installed - #155

Open
merks wants to merge 1 commit into
eclipse-eclemma:masterfrom
merks:pr-require-asm-util
Open

merks wants to merge 1 commit into
eclipse-eclemma:masterfrom
merks:pr-require-asm-util

Conversation

@merks

@merks merks commented Sep 6, 2026

Copy link
Copy Markdown
  • The bounds match those of the current jacoco's bounds and will change whenever jacoco updates because of a new minor asm version.
  • It ensures that a cohesive, functional set of asm bundle are available, including and especially org.objectweb.asm.util which is used by spifly.
  • Update all the *.target files to include this bundle.
  • Update the setup to include this bundle in the modular targlet.

eclipse-equinox/p2#1119

- The bounds match those of the current jacoco's bounds and will change
whenever jacoco updates because of a new minor asm version.
- It ensures that a cohesive, functional set of asm bundle are
available, including and especially org.objectweb.asm.util which is used
by spifly.
- Update all the *.target files to include this bundle.
- Update the setup to include this bundle in the modular targlet.

eclipse-equinox/p2#1119
@merks

merks commented Sep 6, 2026

Copy link
Copy Markdown
Author

It looks like it's been a very long time (years) since the setup was edited and saved with the structured Setup editor as I've done here to add a requirement to the targlet task...


I was surprised the setup worked at all given it mention of "Oxygen" and set up an ancient JRE.

One thing that seems kind of not-so-nice is the use of Java 5 which leads to errors in a recent IDE, so I upgraded all of these to get rid of those errors:

image

Java 1.8 has been required since Neon, so it's probably time to move on now. Even for EMF I cut off at Photon...

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.

1 participant