Compare commits

...

No commits in common. "c8-beta-stream-4" and "c9s" have entirely different histories.

8 changed files with 68 additions and 3 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/jaxb-istack-commons-4.1.1.tar.gz
/jaxb-istack-commons-4.1.1.tar.gz

View File

@ -1 +1 @@
62ee81439a9a5dfa343243b7cc6334badfbfbc3b SOURCES/jaxb-istack-commons-4.1.1.tar.gz
62ee81439a9a5dfa343243b7cc6334badfbfbc3b jaxb-istack-commons-4.1.1.tar.gz

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-9
decision_contexts:
- osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -1,6 +1,6 @@
Name: jaxb-istack-commons
Version: 4.1.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: iStack Common Utility Code
License: BSD
URL: https://github.com/eclipse-ee4j/jaxb-istack-commons
@ -83,5 +83,8 @@ popd
%license LICENSE.md NOTICE.md
%changelog
* Wed Feb 01 2023 Marián Konček <mkoncek@redhat.com> - 4.1.1-2
- Reduce dependencies, reorganize subpackages
* Tue Jan 17 2023 Marian Koncek <mkoncek@redhat.com> - 4.1.1-1
- Initial build

31
plans/Smoke.java Normal file
View File

@ -0,0 +1,31 @@
import com.sun.istack.ByteArrayDataSource;
import com.sun.istack.FinalArrayList;
import com.sun.istack.NotNull;
import com.sun.istack.Nullable;
import com.sun.istack.Pool;
import com.sun.istack.SAXException2;
import com.sun.istack.SAXParseException2;
import com.sun.istack.XMLStreamReaderToContentHandler;
import com.sun.istack.tools.DefaultAuthenticator;
import com.sun.istack.tools.MaskingClassLoader;
import com.sun.istack.tools.ProtectedTask;
public class Smoke
{
public static void main(String[] args)
{
System.out.println(ByteArrayDataSource.class.getCanonicalName());
System.out.println(FinalArrayList.class.getCanonicalName());
System.out.println(NotNull.class.getCanonicalName());
System.out.println(Nullable.class.getCanonicalName());
System.out.println(Pool.class.getCanonicalName());
System.out.println(SAXException2.class.getCanonicalName());
System.out.println(SAXParseException2.class.getCanonicalName());
System.out.println(XMLStreamReaderToContentHandler.class.getCanonicalName());
System.out.println(DefaultAuthenticator.class.getCanonicalName());
System.out.println(MaskingClassLoader.class.getCanonicalName());
System.out.println(ProtectedTask.class.getCanonicalName());
}
}

22
plans/smoke.fmf Normal file
View File

@ -0,0 +1,22 @@
summary: Basic smoke test
prepare:
how: install
package:
- ant
- jakarta-activation2
- java-11-openjdk-devel
- xmvn-tools
discover:
how: shell
tests:
- name: /smoke/classpath-import
test: |
CLASSPATH+=":$(xmvn-resolve org.apache.ant:ant)"
CLASSPATH+=":$(xmvn-resolve jakarta.activation:jakarta.activation-api:2)"
CLASSPATH+=":$(xmvn-resolve com.sun.istack:istack-commons-runtime)"
CLASSPATH+=":$(xmvn-resolve com.sun.istack:istack-commons-tools)"
export CLASSPATH
/usr/lib/jvm/java-11-openjdk/bin/javac plans/Smoke.java
/usr/lib/jvm/java-11-openjdk/bin/java -cp "${CLASSPATH}:plans" Smoke
execute:
how: tmt

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (jaxb-istack-commons-4.1.1.tar.gz) = b119b2c3582f5cbbd5793e0eb0a00c199c93119f3c18e34c57f8753b3a7008b9b93de58fd62df94d6cbedd698488616a80c334fda3d5038078e3858229f995cf