Skip to content

Commit

Permalink
Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139 (#…
Browse files Browse the repository at this point in the history
…286)

* Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139

Tracked in
eclipse-platform/eclipse.platform.releng.aggregator#1184

* version update

* Version update
  • Loading branch information
sravanlakkimsetti authored Jun 30, 2023
1 parent 609b648 commit 0879d0b
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 8 deletions.
1 change: 1 addition & 0 deletions bundles/org.eclipse.equinox.app/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions bundles/org.eclipse.equinox.bidi/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139
3 changes: 2 additions & 1 deletion bundles/org.eclipse.equinox.common/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Bug 566471 - I20200828-0150 - Comparator Errors Found
Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
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
Original file line number Diff line number Diff line change
@@ -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
Bug 531640 - New certificate conflict
Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# To force a version qualifier update add the bug here

Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions bundles/org.eclipse.osgi.tests/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions bundles/org.eclipse.osgi/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion features/org.eclipse.equinox.server.jetty/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.equinox.server.jetty"
label="%featureName"
version="1.11.100.qualifier"
version="1.11.200.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down

0 comments on commit 0879d0b

Please sign in to comment.