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

Create BOM for Eclipse release 2024-06 #35

Merged
merged 1 commit into from
Aug 28, 2024
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
1,018 changes: 1,018 additions & 0 deletions data/4.32/bnd-output.txt

Large diffs are not rendered by default.

1,787 changes: 1,787 additions & 0 deletions data/4.32/maven-artifacts.json

Large diffs are not rendered by default.

2,072 changes: 2,072 additions & 0 deletions data/4.32/potential-maven-artifacts.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions data/4.32/repolist.bndrun
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-standalone true
-plugin.p2 \
aQute.bnd.repository.p2.provider.P2Repository; \
url="https://download.eclipse.org/eclipse/updates/4.32/"

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d8662da680556df5fca7361dd5a009a4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f9d2d1a78f0796de22f65e4b8acc699caca78eba
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c2678191bad9f086a71c966c36888b6417425d21a526c7dd7e31cb461dd7d63a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
093952d014228b612b0348c6ae26dec7220b89bdebf1533850571a6d5484687420e5bc63a4546b2578349498ac728541bb159b38ef095baff030ddd1082ff117
3 changes: 3 additions & 0 deletions src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ Where `$\{eclipseReleaseVersion}` correspond to the platform version of the Ecli
| Eclipse Release Name
| Eclipse Release Version

| 2024-06
| `4.32`

| 2024-03
| `4.31`

Expand Down
9 changes: 9 additions & 0 deletions src/test/java/fr/jmini/utils/ecentral/RunTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
*/
class RunTest {

@Test
void run_4_32() throws Exception {
Input input = new Input()
.withReleaseName("2024-06")
.withReleaseVersion("4.32")
.withUpdateSite("https://download.eclipse.org/eclipse/updates/4.32/");
new ECentralTask(input).run();
}

@Test
void run_4_31() throws Exception {
Input input = new Input()
Expand Down
Loading