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

Relax dependencies on lucene to include 10.x #1654

Merged
merged 2 commits into from
Dec 15, 2024

Conversation

merks
Copy link
Contributor

@merks merks commented Dec 15, 2024

  • Update PrebuiltIndexCompatibility.checkReadable so that it compiles for both 9.x and 10.x and passes the tests in both case.
  • This prepares for updating the target platform to use lucene 10.x, which requires Java 21.

eclipse-platform/eclipse.platform.releng.aggregator#2654

merks and others added 2 commits December 15, 2024 13:30
- Update PrebuiltIndexCompatibility.checkReadable so that it compiles
for both 9.x and 10.x and passes the tests in both case.
- This prepares for updating the target platform to use lucene 10.x,
which requires Java 21.

eclipse-platform/eclipse.platform.releng.aggregator#2654
@eclipse-platform-bot
Copy link
Contributor

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

ua/org.eclipse.ua.tests/META-INF/MANIFEST.MF
ua/org.eclipse.ua.tests/pom.xml

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 a6b7b2a4cf2be63097ca31dab9fe5868b131686e Mon Sep 17 00:00:00 2001
From: Eclipse Platform Bot <platform-bot@eclipse.org>
Date: Sun, 15 Dec 2024 12:36:20 +0000
Subject: [PATCH] Version bump(s) for 4.35 stream


diff --git a/ua/org.eclipse.ua.tests/META-INF/MANIFEST.MF b/ua/org.eclipse.ua.tests/META-INF/MANIFEST.MF
index 956a89dc9d..b746f850df 100644
--- a/ua/org.eclipse.ua.tests/META-INF/MANIFEST.MF
+++ b/ua/org.eclipse.ua.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: User Assistance Test
 Bundle-SymbolicName: org.eclipse.ua.tests;singleton:=true
-Bundle-Version: 3.6.400.qualifier
+Bundle-Version: 3.6.500.qualifier
 Require-Bundle: org.eclipse.help.ui,
  org.eclipse.help.webapp,
  org.eclipse.test.performance,
diff --git a/ua/org.eclipse.ua.tests/pom.xml b/ua/org.eclipse.ua.tests/pom.xml
index a9e468d922..180a79b62a 100644
--- a/ua/org.eclipse.ua.tests/pom.xml
+++ b/ua/org.eclipse.ua.tests/pom.xml
@@ -19,7 +19,7 @@
   </parent>
   <groupId>org.eclipse.ua</groupId>
   <artifactId>org.eclipse.ua.tests</artifactId>
-  <version>3.6.400-SNAPSHOT</version>
+  <version>3.6.500-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
 
   <properties>
-- 
2.47.1

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

Copy link
Contributor

Test Results

 1 755 files  ±0   1 755 suites  ±0   1h 26m 25s ⏱️ - 3m 42s
 4 170 tests ±0   4 148 ✅ ±0   22 💤 ±0  0 ❌ ±0 
13 107 runs  ±0  12 943 ✅ ±0  164 💤 ±0  0 ❌ ±0 

Results for commit 51740a2. ± Comparison against base commit 8b8afca.

@merks merks merged commit b946e83 into eclipse-platform:master Dec 15, 2024
17 checks passed
@merks merks deleted the pr-lucene-10 branch December 15, 2024 14:18
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