Skip to content

Commit 517f7a9

Browse files
committed
add 2023.06 version
1 parent 1c9ce9c commit 517f7a9

11 files changed

+26895
-1
lines changed

data/2023.06/bnd-output.txt

Lines changed: 4756 additions & 0 deletions
Large diffs are not rendered by default.

data/2023.06/maven-artifacts.json

Lines changed: 2502 additions & 0 deletions
Large diffs are not rendered by default.

data/2023.06/potential-maven-artifacts.json

Lines changed: 16577 additions & 0 deletions
Large diffs are not rendered by default.

data/2023.06/repolist.bndrun

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-standalone true
2+
-plugin.p2 \
3+
aQute.bnd.repository.p2.provider.P2Repository; \
4+
url="https://download.eclipse.org/releases/2023-06"

repo/fr/jmini/ecentral/eclipse-full-dependencies/2023.06/eclipse-full-dependencies-2023.06.pom

Lines changed: 3033 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ab45106cfaef2d99c11847b1eafe495f
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a0026eda30528bbf24e56085f894de9f46b2dde6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c16acd72f797eb016536fea91eff029919b77c15141ba613678ed71f067ef58c
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e18a2d989d104d1a9e867f42f564d01ecc8e3bfb12b2b56017f7fb34e733ee19c016fd78099e1934dc0ef9324da1db167d7a942baa25d1d1b93858b81ed31652

src/main/resources/mavenMappings.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<mavenMappings namePattern="([^.]+)\.servlet$" groupId="$1.servlet" artifactId="$1.servlet-api"/>
2626
<mavenMappings namePattern="([^.]+)\.servlet\.jsp(.*)" groupId="$1.servlet.jsp" artifactId="$1.servlet.jsp-api"/>
2727
<mavenMappings namePattern="(javax.inject)" groupId="$1" artifactId="$1" versionPattern="([^.]+)\.0(?:\..*)?" versionTemplate="$1"/>
28+
<mavenMappings namePattern="org\.apache\.commons\.cli" groupId="commons-cli" artifactId="commons-cli" versionPattern="([^.]+)\.([^.]+)\.([^.]+)" versionTemplate="$1.$2.$3"/>
2829
<mavenMappings namePattern="org\.apache\.commons\.compress" groupId="org.apache.commons" artifactId="commons-compress" versionPattern="([^.]+)\.([^.]+)\.0(?:\..*)?" versionTemplate="$1.$2"/>
2930
<mavenMappings namePattern="org\.apache\.commons\.collections" groupId="commons-collections" artifactId="commons-collections" versionPattern="([^.]+)\.([^.]+)\.([^.]+)\.([^.]+)" versionTemplate="$1.$2.$3"/>
3031
<mavenMappings namePattern="org\.apache\.commons\.commons-fileupload" groupId="commons-fileupload" artifactId="commons-fileupload" versionPattern="([^.]+)\.([^.]+)\.0(?:\..*)?" versionTemplate="$1.$2"/>
@@ -49,6 +50,7 @@
4950
<mavenMappings namePattern="(org)\.(apiguardian)" groupId="$1.$2" artifactId="$2-api"/>
5051
<mavenMappings namePattern="slf4j\.api" groupId="org.slf4j" artifactId="slf4j-api"/>
5152
<mavenMappings namePattern="org\.jsoup" groupId="org.jsoup" artifactId="jsoup"/>
53+
<mavenMappings namePattern="org\.glassfish\.hk2\.osgi-resource-locator" groupId="org.glassfish.hk2" artifactId="osgi-resource-locator" versionPattern="([^.]+)\.([^.]+)\.([^.]+)\.([^.]+)" versionTemplate="$1.$2.$3-b42"/>
5254
<mavenMappings namePattern="org.apiguardian.api" groupId="org.apiguardian" artifactId="apiguardian-api"/>
5355
<mavenMappings namePattern="org.junit" groupId="junit" artifactId="junit"/>
5456
<mavenMappings namePattern="org\.(sat4j)\.(.*)" groupId="org.ow2.$1" artifactId="org.ow2.$1.$2"/>
@@ -68,7 +70,10 @@
6870
<mavenMappings namePattern="javaewah" groupId="com.googlecode.javaewah" artifactId="JavaEWAH"/>
6971
<mavenMappings namePattern="(org\.bouncycastle)\.(.*)" groupId="$1" artifactId="$2-jdk18on" versionPattern="([^.]+)\.([^.]+)\.0(?:\..*)?" versionTemplate="$1.$2"/>
7072
<mavenMappings namePattern="bcprov" groupId="org.bouncycastle" artifactId="bcprov-jdk18on" versionPattern="([^.]+)\.([^.]+)\.0" versionTemplate="$1.$2"/>
71-
<mavenMappings namePattern="bcpg" groupId="org.bouncycastle" artifactId="bcpg-jdk18on" versionPattern="(.*)" versionTemplate="$1"/>
73+
<mavenMappings namePattern="bcpg" groupId="org.bouncycastle" artifactId="bcpg-jdk18on" versionPattern="([^.]+)\.([^.]+)\.0" versionTemplate="$1.$2"/>
74+
<mavenMappings namePattern="bcprov" groupId="org.bouncycastle" artifactId="bcprov-jdk18on" versionPattern="([^.]+)\.([^.]+)\.0" versionTemplate="$1.$2"/>
75+
<mavenMappings namePattern="bcpkix" groupId="org.bouncycastle" artifactId="bcpkix-jdk18on" versionPattern="([^.]+)\.([^.]+)\.0" versionTemplate="$1.$2"/>
76+
<mavenMappings namePattern="bcutil" groupId="org.bouncycastle" artifactId="bcutil-jdk18on" versionPattern="([^.]+)\.([^.]+)\.0" versionTemplate="$1.$2"/>
7277
<mavenMappings namePattern="(lpg\.runtime)\.(.*)" groupId="$1" artifactId="$2" versionPattern="([^.]+)\.([^.]+)\.([^.]+)\.([^.]+)" versionTemplate="$1.$2.$3-$4"/>
7378
<mavenMappings namePattern="org.apache.xerces" groupId="xerces" artifactId="xercesImpl"/>
7479
<mavenMappings namePattern="org.apache.xml.resolver" groupId="xml-resolver" artifactId="xml-resolver" versionPattern="([^.]+)\.([^.]+)\.0(?:\..*)?" versionTemplate="$1.$2"/>

src/test/java/fr/jmini/utils/ecentral/RunTest.java

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@
1212
*/
1313
class RunTest {
1414

15+
@Test
16+
void run_2023_06() throws Exception {
17+
Input input = new Input()
18+
.withReleaseName("2023-06")
19+
.withArtifactId("eclipse-full-dependencies");
20+
ECentralTask task = new ECentralTask(input);
21+
task.run();
22+
String mavenArtifacts = Files.readString(task.getMavenArtifactsFile(), StandardCharsets.UTF_8);
23+
String potentialMavenArtifacts = Files.readString(task.getPotentialMavenArtifactsFile(), StandardCharsets.UTF_8);
24+
25+
assertThatJson(mavenArtifacts).isEqualTo(potentialMavenArtifacts);
26+
}
27+
1528
@Test
1629
void run_2023_03() throws Exception {
1730
Input input = new Input()

0 commit comments

Comments
 (0)