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

Update version ranges of dependencies for bundles/org.eclipse.equinox.jsp.jasper #758

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

eclipse-equinox-bot
Copy link
Contributor

Import-Package org.osgi.framework 1.3.0 (compiled against 1.10.0 provided by org.eclipse.osgi 3.23.0.v20241212-0858) includes 1.4.0 (provided by org.eclipse.osgi 3.4.3.R34x_v20081215-1030) but this version is missing the method org/osgi/framework/FrameworkUtil#getBundle referenced by org.eclipse.equinox.internal.jsp.jasper.Activator.

Import-Package org.osgi.util.tracker 1.3.1 (compiled against 1.5.4 provided by org.eclipse.osgi 3.23.0.v20241212-0858) includes 1.4.2 (provided by org.eclipse.osgi 3.5.1.R35x_v20090827) but this version is missing the method org/osgi/util/tracker/ServiceTracker#<init> referenced by org.eclipse.equinox.internal.jsp.jasper.Activator.

Import-Package org.osgi.util.tracker 1.3.1 (compiled against 1.5.4 provided by org.eclipse.osgi 3.23.0.v20241212-0858) includes 1.3.3 (provided by org.eclipse.osgi 3.4.3.R34x_v20081215-1030) but this version is missing the method org/osgi/util/tracker/ServiceTracker#<init> referenced by org.eclipse.equinox.internal.jsp.jasper.Activator.

Suggested lower version for package org.osgi.framework is 1.5.0 out of [1.4.0, 1.5.0, 1.6.0, 1.7.0, 1.8.0, 1.9.0, 1.10.0]
Suggested lower version for package org.osgi.util.tracker is 1.5.0 out of [1.3.3, 1.4.0, 1.4.2, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4]

Copy link

github-actions bot commented Jan 23, 2025

Test Results

  666 files  ±0    666 suites  ±0   1h 15m 5s ⏱️ - 3m 4s
2 219 tests ±0  2 172 ✅ ±0   47 💤 ±0  0 ❌ ±0 
6 801 runs  ±0  6 658 ✅ ±0  143 💤 ±0  0 ❌ ±0 

Results for commit 2df7cd9. ± Comparison against base commit 3fdc70d.

♻️ This comment has been updated with latest results.

@eclipse-equinox-bot eclipse-equinox-bot force-pushed the dependency-check/bundles/org.eclipse.equinox.jsp.jasper branch from 476045f to 1f1449b Compare January 24, 2025 01:36
@laeubi laeubi force-pushed the dependency-check/bundles/org.eclipse.equinox.jsp.jasper branch from 1f1449b to ff9346c Compare January 25, 2025 06:15
@eclipse-equinox-bot eclipse-equinox-bot force-pushed the dependency-check/bundles/org.eclipse.equinox.jsp.jasper branch from 1e5f0de to 9f8ab38 Compare January 26, 2025 01:27
@laeubi laeubi force-pushed the dependency-check/bundles/org.eclipse.equinox.jsp.jasper branch from 9f8ab38 to 43c4be7 Compare January 26, 2025 11:46
@HannesWell HannesWell force-pushed the dependency-check/bundles/org.eclipse.equinox.jsp.jasper branch from 43c4be7 to bfdcc8e Compare January 26, 2025 21:22
@eclipse-equinox-bot
Copy link
Contributor Author

This pull request changes some projects for the first time in this development cycle.
Therefore the following files need a version increment:

bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF

An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch.

Git patch
From 2b368f47da5d7d259172921fe04e7ca07c39f5d2 Mon Sep 17 00:00:00 2001
From: Eclipse Equinox Bot <equinox-bot@eclipse.org>
Date: Sun, 26 Jan 2025 21:25:45 +0000
Subject: [PATCH] Version bump(s) for 4.35 stream


diff --git a/bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF
index 574616330..366170668 100644
--- a/bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %bundleName
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
 Bundle-SymbolicName: org.eclipse.equinox.jsp.jasper
-Bundle-Version: 1.2.100.qualifier
+Bundle-Version: 1.2.200.qualifier
 Bundle-Activator: org.eclipse.equinox.internal.jsp.jasper.Activator
 Import-Package: com.sun.el;version="3.0.0",
  javax.servlet;version="[2.4,5.0)",
-- 
2.48.1

Further information are available in Common Build Issues - Missing version increments.

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