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.http.servlet #755

Merged

Conversation

eclipse-equinox-bot
Copy link
Contributor

@eclipse-equinox-bot eclipse-equinox-bot commented Jan 23, 2025

Import-Package org.osgi.framework [1.3.0,2.0.0) (compiled against 1.10.0 provided by org.eclipse.osgi 3.23.0.v20241212-0858) includes 1.8.0 (provided by org.eclipse.osgi 3.12.1.v20170821-1548) but this version is missing the method org/osgi/framework/ServiceReference<span>#</span>getProperties referenced by org.eclipse.equinox.http.servlet.internal.HttpServiceRuntimeImpl$ChangeCountTimer.

Import-Package org.osgi.framework [1.3.0,2.0.0) (compiled against 1.10.0 provided by org.eclipse.osgi 3.23.0.v20241212-0858) includes 1.7.0 (provided by org.eclipse.osgi 3.8.2.v20130124-134944) but this version is missing the method org/osgi/framework/BundleContext<span>#</span>getServiceObjects referenced by org.eclipse.equinox.http.servlet.internal.PreprocessorCustomizer and 1 other.

Import-Package org.osgi.framework [1.3.0,2.0.0) (compiled against 1.10.0 provided by org.eclipse.osgi 3.23.0.v20241212-0858) includes 1.6.0 (provided by org.eclipse.osgi 3.7.2.v20120110-1415) but this version is missing the method org/osgi/framework/BundleContext<span>#</span>getServiceObjects referenced by org.eclipse.equinox.http.servlet.internal.PreprocessorCustomizer and 1 other.

Import-Package org.osgi.framework [1.3.0,2.0.0) (compiled against 1.10.0 provided by org.eclipse.osgi 3.23.0.v20241212-0858) includes 1.5.0 (provided by org.eclipse.osgi 3.5.1.R35x_v20090827) but this version is missing the method org/osgi/framework/Bundle<span>#</span>adapt referenced by org.eclipse.equinox.http.servlet.internal.HttpServiceRuntimeImpl and 6 other.

Import-Package org.osgi.framework [1.3.0,2.0.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/Bundle<span>#</span>adapt referenced by org.eclipse.equinox.http.servlet.internal.HttpServiceRuntimeImpl and 6 other.

Suggested lower version for package org.osgi.framework is 1.9.0 out of [1.4.0, 1.5.0, 1.6.0, 1.7.0, 1.8.0, 1.9.0, 1.10.0]

Copy link

github-actions bot commented Jan 23, 2025

Test Results

  666 files  ±0    666 suites  ±0   1h 17m 17s ⏱️ -52s
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 04c6c91. ± 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.http.servlet branch 2 times, most recently from 1b246f9 to aa02900 Compare January 26, 2025 01:16
@eclipse-equinox-bot eclipse-equinox-bot force-pushed the dependency-check/bundles/org.eclipse.equinox.http.servlet branch from aa02900 to 1f612bd Compare January 27, 2025 01:18
@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.http.servlet/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 7bc37724dd9cc426ea0c074f775f8fefb3139a76 Mon Sep 17 00:00:00 2001
From: Eclipse Equinox Bot <[email protected]>
Date: Mon, 27 Jan 2025 01:21:36 +0000
Subject: [PATCH] Version bump(s) for 4.35 stream


diff --git a/bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF
index 28dcde4fc..1bea2d7cb 100644
--- a/bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
 Bundle-Name: %bundleName
 Bundle-Vendor: %providerName
 Bundle-SymbolicName: org.eclipse.equinox.http.servlet
-Bundle-Version: 1.8.200.qualifier
+Bundle-Version: 1.8.300.qualifier
 Bundle-Activator: org.eclipse.equinox.http.servlet.internal.Activator
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: JavaSE-17
-- 
2.48.1

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

@laeubi laeubi merged commit 3b260e4 into master Jan 27, 2025
28 of 29 checks passed
@akurtakov akurtakov deleted the dependency-check/bundles/org.eclipse.equinox.http.servlet branch January 27, 2025 07:47
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.

2 participants