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

Touch bundles affected by the changed compilation settings #436

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Bug 403352 - Update all parent versions to match our build stream
-- Force update for luna
Bug 509973 - Comparator errors in I20170105-0320
Bug 566471 - I20200828-0150 - Comparator Errors Found

https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659
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.coordinator
Bundle-Version: 1.5.200.qualifier
Bundle-Version: 1.5.300.qualifier
Bundle-Activator: org.eclipse.equinox.coordinator.Activator
Bundle-Vendor: %bundleVendor
Import-Package: org.eclipse.osgi.util;version="[1.1,2.0)",
Expand Down
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 509973 - Comparator errors in I20170105-0320
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659
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
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659
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 534597 - Unanticipated comparator errors in I20180511-2000
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Bug 521182 - [compiler] method reference on null object should throw NPE at runtime (JLS compliance)
Bug 566471 - I20200828-0150 - Comparator Errors Found
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
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 509973 - Comparator errors in I20170105-0320
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659
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 444188 - Fix EclipsePreferences concurrency bug on listener collection access
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659
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
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659
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: %fragmentName
Bundle-SymbolicName: org.eclipse.equinox.security.macosx;singleton:=true
Bundle-Version: 1.102.100.qualifier
Bundle-Version: 1.102.200.qualifier
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.equinox.security;bundle-version="[1.0.0,2.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-17
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
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659
2 changes: 1 addition & 1 deletion bundles/org.eclipse.equinox.security.macosx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<relativePath>../../</relativePath>
</parent>
<artifactId>org.eclipse.equinox.security.macosx</artifactId>
<version>1.102.100-SNAPSHOT</version>
<version>1.102.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# To force a version qualifier update add the bug here
Bug 509973 - Comparator errors in I20170105-0320

https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659
3 changes: 2 additions & 1 deletion bundles/org.eclipse.osgi/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ 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
Bug 527899 [9] Implement JEP 280: Indify String Concatenation #1139
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659
Loading