You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use the tycho-baseline-plugin to verify the correct versions for our plugins. Since today, this check fails because some of the classes have changed since the latest release. Except: Those files haven't been touched in several weeks, so the bundles should be identical.
We're using the Tycho 5.0.0 snapshot and the problem only showed up within the past 8-10h, so I assume some of the recently updated dependencies are responsible for this. This problem doesn't show up if I downgrade to Tycho 4.0.2, so I don't suspect any changes to e.g. the JDK or Maven.
You can use an older JDT compiler or bump the micro version, where the later is maybe the best way forward. Theoretical one might can detect this on the bytecode level and enhance the comparator but this is likely a hard task to perform compared to bump the micro version.
We use the tycho-baseline-plugin to verify the correct versions for our plugins. Since today, this check fails because some of the classes have changed since the latest release. Except: Those files haven't been touched in several weeks, so the bundles should be identical.
We're using the Tycho 5.0.0 snapshot and the problem only showed up within the past 8-10h, so I assume some of the recently updated dependencies are responsible for this. This problem doesn't show up if I downgrade to Tycho 4.0.2, so I don't suspect any changes to e.g. the JDK or Maven.
The text was updated successfully, but these errors were encountered: