From 0879d0b33f632f89c94a0a3ca79ec8e8c5534f2b Mon Sep 17 00:00:00 2001 From: Sravan Kumar Lakkimsetti <77106773+sravanlakkimsetti@users.noreply.github.com> Date: Fri, 30 Jun 2023 18:33:31 +0530 Subject: [PATCH] Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 (#286) * Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 Tracked in https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1184 * version update * Version update --- bundles/org.eclipse.equinox.app/forceQualifierUpdate.txt | 1 + bundles/org.eclipse.equinox.bidi.tests/META-INF/MANIFEST.MF | 2 +- .../org.eclipse.equinox.bidi.tests/forceQualifierUpdate.txt | 1 + bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.bidi/forceQualifierUpdate.txt | 1 + .../org.eclipse.equinox.common.tests/forceQualifierUpdate.txt | 1 + bundles/org.eclipse.equinox.common/forceQualifierUpdate.txt | 3 ++- bundles/org.eclipse.equinox.http.jetty/META-INF/MANIFEST.MF | 2 +- .../org.eclipse.equinox.http.jetty/forceQualifierUpdate.txt | 1 + bundles/org.eclipse.equinox.http.registry/META-INF/MANIFEST.MF | 2 +- .../org.eclipse.equinox.http.registry/forceQualifierUpdate.txt | 1 + .../org.eclipse.equinox.preferences/forceQualifierUpdate.txt | 3 ++- bundles/org.eclipse.equinox.registry/forceQualifierUpdate.txt | 3 ++- .../forceQualifierUpdate.txt | 1 + .../forceQualifierUpdate.txt | 1 + .../org.eclipse.equinox.security.ui/forceQualifierUpdate.txt | 1 + bundles/org.eclipse.equinox.security/forceQualifierUpdate.txt | 1 + bundles/org.eclipse.osgi.tests/forceQualifierUpdate.txt | 1 + bundles/org.eclipse.osgi/forceQualifierUpdate.txt | 1 + features/org.eclipse.equinox.server.jetty/feature.xml | 2 +- 20 files changed, 23 insertions(+), 8 deletions(-) create mode 100644 bundles/org.eclipse.equinox.common.tests/forceQualifierUpdate.txt create mode 100644 bundles/org.eclipse.equinox.http.jetty/forceQualifierUpdate.txt diff --git a/bundles/org.eclipse.equinox.app/forceQualifierUpdate.txt b/bundles/org.eclipse.equinox.app/forceQualifierUpdate.txt index 1048f5cfdec..fffbd32803a 100644 --- a/bundles/org.eclipse.equinox.app/forceQualifierUpdate.txt +++ b/bundles/org.eclipse.equinox.app/forceQualifierUpdate.txt @@ -1,3 +1,4 @@ # To force a version qualifier update add the bug here Bug 403352 - Update all parent versions to match our build stream Bug 416896 - Some Equinox bundles need to be touched to get API descriptions back +Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 \ No newline at end of file diff --git a/bundles/org.eclipse.equinox.bidi.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.bidi.tests/META-INF/MANIFEST.MF index 932a92e9974..ddffcf55f23 100644 --- a/bundles/org.eclipse.equinox.bidi.tests/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.bidi.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: BiDi tests Bundle-Vendor: Eclipse.org - Equinox Bundle-SymbolicName: org.eclipse.equinox.bidi.tests;singleton:=true -Bundle-Version: 1.3.100.qualifier +Bundle-Version: 1.3.200.qualifier Require-Bundle: org.eclipse.equinox.bidi;bundle-version="1.0.0", org.eclipse.equinox.registry;bundle-version="3.5.0", org.junit;bundle-version="4.12.0" diff --git a/bundles/org.eclipse.equinox.bidi.tests/forceQualifierUpdate.txt b/bundles/org.eclipse.equinox.bidi.tests/forceQualifierUpdate.txt index 56f1032a8a4..c58ff5dfeec 100644 --- a/bundles/org.eclipse.equinox.bidi.tests/forceQualifierUpdate.txt +++ b/bundles/org.eclipse.equinox.bidi.tests/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here Bug 403352 - Update all parent versions to match our build stream +Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 \ No newline at end of file diff --git a/bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF index 4bc508a2639..b39b08bf1a4 100644 --- a/bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.bidi;singleton:=true -Bundle-Version: 1.4.200.qualifier +Bundle-Version: 1.4.300.qualifier Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-ActivationPolicy: lazy diff --git a/bundles/org.eclipse.equinox.bidi/forceQualifierUpdate.txt b/bundles/org.eclipse.equinox.bidi/forceQualifierUpdate.txt index 56f1032a8a4..c58ff5dfeec 100644 --- a/bundles/org.eclipse.equinox.bidi/forceQualifierUpdate.txt +++ b/bundles/org.eclipse.equinox.bidi/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here Bug 403352 - Update all parent versions to match our build stream +Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 \ No newline at end of file diff --git a/bundles/org.eclipse.equinox.common.tests/forceQualifierUpdate.txt b/bundles/org.eclipse.equinox.common.tests/forceQualifierUpdate.txt new file mode 100644 index 00000000000..1e4f840b538 --- /dev/null +++ b/bundles/org.eclipse.equinox.common.tests/forceQualifierUpdate.txt @@ -0,0 +1 @@ +Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 \ No newline at end of file diff --git a/bundles/org.eclipse.equinox.common/forceQualifierUpdate.txt b/bundles/org.eclipse.equinox.common/forceQualifierUpdate.txt index 363c1e0ed28..142a236cd93 100644 --- a/bundles/org.eclipse.equinox.common/forceQualifierUpdate.txt +++ b/bundles/org.eclipse.equinox.common/forceQualifierUpdate.txt @@ -2,4 +2,5 @@ Bug 403352 - Update all parent versions to match our build stream Bug 462431 - New certificate conflict Bug 529356 - Build failure in I20180102-2215 -Bug 566471 - I20200828-0150 - Comparator Errors Found \ No newline at end of file +Bug 566471 - I20200828-0150 - Comparator Errors Found +Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 \ No newline at end of file diff --git a/bundles/org.eclipse.equinox.http.jetty/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.http.jetty/META-INF/MANIFEST.MF index 271f0a4ce8e..fc06700d3ad 100644 --- a/bundles/org.eclipse.equinox.http.jetty/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.http.jetty/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: %bundleName Bundle-Vendor: %providerName Bundle-Localization: plugin Bundle-SymbolicName: org.eclipse.equinox.http.jetty -Bundle-Version: 3.8.200.qualifier +Bundle-Version: 3.8.300.qualifier Bundle-Activator: org.eclipse.equinox.http.jetty.internal.Activator Import-Package: javax.servlet;version="[3.1.0,5.0.0)", javax.servlet.http;version="[3.1.0,5.0.0)", diff --git a/bundles/org.eclipse.equinox.http.jetty/forceQualifierUpdate.txt b/bundles/org.eclipse.equinox.http.jetty/forceQualifierUpdate.txt new file mode 100644 index 00000000000..0d7f961b3c1 --- /dev/null +++ b/bundles/org.eclipse.equinox.http.jetty/forceQualifierUpdate.txt @@ -0,0 +1 @@ +Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 diff --git a/bundles/org.eclipse.equinox.http.registry/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.http.registry/META-INF/MANIFEST.MF index f4f65f53ccf..a9d6704b06e 100644 --- a/bundles/org.eclipse.equinox.http.registry/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.http.registry/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundleName Bundle-SymbolicName: org.eclipse.equinox.http.registry;singleton:=true -Bundle-Version: 1.3.200.qualifier +Bundle-Version: 1.3.300.qualifier Bundle-Activator: org.eclipse.equinox.http.registry.internal.Activator Bundle-Localization: plugin Require-Bundle: org.eclipse.equinox.common, diff --git a/bundles/org.eclipse.equinox.http.registry/forceQualifierUpdate.txt b/bundles/org.eclipse.equinox.http.registry/forceQualifierUpdate.txt index 56f1032a8a4..c58ff5dfeec 100644 --- a/bundles/org.eclipse.equinox.http.registry/forceQualifierUpdate.txt +++ b/bundles/org.eclipse.equinox.http.registry/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here Bug 403352 - Update all parent versions to match our build stream +Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 \ No newline at end of file diff --git a/bundles/org.eclipse.equinox.preferences/forceQualifierUpdate.txt b/bundles/org.eclipse.equinox.preferences/forceQualifierUpdate.txt index 1904be7f952..1b66eff3f87 100644 --- a/bundles/org.eclipse.equinox.preferences/forceQualifierUpdate.txt +++ b/bundles/org.eclipse.equinox.preferences/forceQualifierUpdate.txt @@ -1,4 +1,5 @@ # To force a version qualifier update add the bug here Bug 403352 - Update all parent versions to match our build stream Bug 509973 - Comparator errors in I20170105-0320 -Incorrect org.osgi.service.prefs dependency in org.eclipse.equinox.preferences-3.10.0 #54 \ No newline at end of file +Incorrect org.osgi.service.prefs dependency in org.eclipse.equinox.preferences-3.10.0 #54 +Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 \ No newline at end of file diff --git a/bundles/org.eclipse.equinox.registry/forceQualifierUpdate.txt b/bundles/org.eclipse.equinox.registry/forceQualifierUpdate.txt index 5f8f17707bd..504319a42c9 100644 --- a/bundles/org.eclipse.equinox.registry/forceQualifierUpdate.txt +++ b/bundles/org.eclipse.equinox.registry/forceQualifierUpdate.txt @@ -1,4 +1,5 @@ # To force a version qualifier update add the bug here Bug 403352 - Update all parent versions to match our build stream Bug 462431 - New certificate conflict -Bug 531640 - New certificate conflict \ No newline at end of file +Bug 531640 - New certificate conflict +Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 \ No newline at end of file diff --git a/bundles/org.eclipse.equinox.security.linux/forceQualifierUpdate.txt b/bundles/org.eclipse.equinox.security.linux/forceQualifierUpdate.txt index 2e3e337652c..9d7d610ddc9 100644 --- a/bundles/org.eclipse.equinox.security.linux/forceQualifierUpdate.txt +++ b/bundles/org.eclipse.equinox.security.linux/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here +Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 \ No newline at end of file diff --git a/bundles/org.eclipse.equinox.security.tests/forceQualifierUpdate.txt b/bundles/org.eclipse.equinox.security.tests/forceQualifierUpdate.txt index 56f1032a8a4..c58ff5dfeec 100644 --- a/bundles/org.eclipse.equinox.security.tests/forceQualifierUpdate.txt +++ b/bundles/org.eclipse.equinox.security.tests/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here Bug 403352 - Update all parent versions to match our build stream +Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 \ No newline at end of file diff --git a/bundles/org.eclipse.equinox.security.ui/forceQualifierUpdate.txt b/bundles/org.eclipse.equinox.security.ui/forceQualifierUpdate.txt index 73ce6dd289a..406e09ce06b 100644 --- a/bundles/org.eclipse.equinox.security.ui/forceQualifierUpdate.txt +++ b/bundles/org.eclipse.equinox.security.ui/forceQualifierUpdate.txt @@ -1,3 +1,4 @@ # To force a version qualifier update add the bug here Bug 403352 - Update all parent versions to match our build stream -- Force update for luna +Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 \ No newline at end of file diff --git a/bundles/org.eclipse.equinox.security/forceQualifierUpdate.txt b/bundles/org.eclipse.equinox.security/forceQualifierUpdate.txt index 56f1032a8a4..c58ff5dfeec 100644 --- a/bundles/org.eclipse.equinox.security/forceQualifierUpdate.txt +++ b/bundles/org.eclipse.equinox.security/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here Bug 403352 - Update all parent versions to match our build stream +Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 \ No newline at end of file diff --git a/bundles/org.eclipse.osgi.tests/forceQualifierUpdate.txt b/bundles/org.eclipse.osgi.tests/forceQualifierUpdate.txt index 56f1032a8a4..c58ff5dfeec 100644 --- a/bundles/org.eclipse.osgi.tests/forceQualifierUpdate.txt +++ b/bundles/org.eclipse.osgi.tests/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ # To force a version qualifier update add the bug here Bug 403352 - Update all parent versions to match our build stream +Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 \ No newline at end of file diff --git a/bundles/org.eclipse.osgi/forceQualifierUpdate.txt b/bundles/org.eclipse.osgi/forceQualifierUpdate.txt index 984f52617a6..568d184789c 100644 --- a/bundles/org.eclipse.osgi/forceQualifierUpdate.txt +++ b/bundles/org.eclipse.osgi/forceQualifierUpdate.txt @@ -7,3 +7,4 @@ Bug 578141 - 4.23 I-Build: I20220110-1800 - Comparator Errors Found Bug 578351 - Lambda generation order is unstable in ecj https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/209 Comparator errors in I20220409-1220 Touch for module-info updates +Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 \ No newline at end of file diff --git a/features/org.eclipse.equinox.server.jetty/feature.xml b/features/org.eclipse.equinox.server.jetty/feature.xml index 992c54875e1..b40286930b5 100644 --- a/features/org.eclipse.equinox.server.jetty/feature.xml +++ b/features/org.eclipse.equinox.server.jetty/feature.xml @@ -2,7 +2,7 @@