Skip to content

Commit

Permalink
more logging, some additional mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 19, 2024
1 parent b25b14e commit 8461743
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion tests/testStableReleaseBundles.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="data-provider-inte
loop list=requiredBundles item="bundle" {
// systemOutput( bundle, true );
try {
meta = mavenMatcher.getMatch(listFirst(bundle,";"), listLast( listLast( bundle, ";" ), "=" ) );
meta = mavenMatcher.getMatch( listFirst( bundle,";" ), listLast( listLast( bundle, ";" ), "=" ) );
} catch ( e ){
var st = new test._testRunner().trimJavaStackTrace( e.stacktrace );
systemOutput( st, true );
arrayAppend( missing, bundle );
}
}
Expand Down
7 changes: 5 additions & 2 deletions update/mavenMappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"javax.mail": { "artifact": "mail", "group": "javax.mail" },
"javax.mail.activation": { "artifact": "activation", "group": "javax.mail" },
"javax.websocket-api": { "artifact": "javax.websocket-api", "group": "javax.websocket" },
"jcifs": { "artifact": "jcifs", "group": "org.samba" },
"jcifs": { "artifact": "jcifs", "group": "jcifs" },
"jcommon": { "artifact": "jcommon", "group": "jcommon" },
"jencrypt": { "artifact": "jencrypt", "group": "jencrypt" },
"jffmpeg": { "artifact": "jffmpeg", "group": "jffmpeg" },
Expand All @@ -66,12 +66,14 @@
"org.apache.commons.collections": { "artifact": "commons-collections", "group": "commons-collections" },
"org.apache.commons.collections4": { "artifact": "commons-collections4", "group": "org.apache.commons" },
"org.apache.commons.commons-codec": { "artifact": "commons-codec", "group": "commons-codec" },
"org.apache.commons.commons-collections4": { "artifact": "commons-collections4", "group": "org.apache.commons" },
"org.apache.commons.commons-compress": { "artifact": "commons-compress", "group": "org.apache.commons" },
"org.apache.commons.commons-fileupload": { "artifact": "commons-fileupload", "group": "commons-fileupload" },
"org.apache.commons.commons-io": { "artifact": "commons-io", "group": "commons-io" },
"org.apache.commons.commons-lang": { "artifact": "commons-lang", "group": "commons-lang" },
"org.apache.commons.commons-net": { "artifact": "commons-net", "group": "commons-net" },
"org.apache.commons.commons-text": { "artifact": "commons-text", "group": "org.apache.commons" },
"org.apache.commons.commons-pool2": { "artifact": "commons-pool2", "group": "org.apache.commons" },
"org.apache.commons.compress": { "artifact": "commons-compress", "group": "org.apache.commons" },
"org.apache.commons.discovery": { "artifact": "commons-discovery", "group": "commons-discovery" },
"org.apache.commons.email": { "artifact": "email", "group": "org.apache.commons" },
Expand All @@ -85,7 +87,7 @@
"org.apache.commons.net": { "artifact": "commons-net", "group": "commons-net" },
"org.apache.commons.pool": { "artifact": "commons-pool", "group": "commons-pool" },
"org.apache.commons.pool2": { "artifact": "commons-pool2", "group": "org.apache.commons" },
"org.apache.oro": { "artifact": "oro", "group": "org.apache" },
"org.apache.oro": { "artifact": "oro", "group": "oro" },
"org.apache.pdfbox": { "artifact": "pdfbox", "group": "org.apache.pdfbox" },
"org.apache.pdfbox.fontbox": { "artifact": "fontbox", "group": "org.apache.pdfbox" },
"org.apache.pdfbox.jempbox": { "artifact": "jempbox", "group": "org.apache.pdfbox" },
Expand Down Expand Up @@ -166,6 +168,7 @@
"sun.xml.jaxrpc": { "artifact": "jaxrpc", "group": "sun.xml" },
"sun.xml.saaj": { "artifact": "saaj", "group": "sun.xml" },
"sun.xml.wsdl4j": { "artifact": "wsdl4j", "group": "sun.xml" },
"txtmark": { "artifact": "txtmark", "group": "org.lucee" },
"tagsoup": { "artifact": "tagsoup", "group": "tagsoup" },
"w3c.dom": { "artifact": "dom", "group": "w3c" },
"xdb": { "artifact": "xdb", "group": "xdb" },
Expand Down

0 comments on commit 8461743

Please sign in to comment.