Compare commits

...

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

8 changed files with 49 additions and 3 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/jaxb-fi-2.1.0.tar.gz
/jaxb-fi-2.1.0.tar.gz

View File

@ -1 +1 @@
4c23ccc1ef727c00a26036a69c0871ba2d2db9e8 SOURCES/jaxb-fi-2.1.0.tar.gz
4c23ccc1ef727c00a26036a69c0871ba2d2db9e8 jaxb-fi-2.1.0.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-fi
Version: 2.1.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Implementation of the Fast Infoset Standard for Binary XML
# jaxb-fi is licensed ASL 2.0 and EDL-1.0 (BSD)
# bundled org.apache.xerces.util.XMLChar.java is licensed ASL 1.1
@ -62,5 +62,8 @@ find -name 'module-info.java' -type f -delete
%license LICENSE NOTICE.md
%changelog
* Wed Feb 01 2023 Marián Konček <mkoncek@redhat.com> - 2.1.0-2
- Reduce dependencies, reorganize subpackages
* Tue Jan 17 2023 Marian Koncek <mkoncek@redhat.com> - 2.1.0-1
- Initial build

17
plans/Smoke.java Normal file
View File

@ -0,0 +1,17 @@
import com.sun.xml.fastinfoset.EncodingConstants;
import com.sun.xml.fastinfoset.stax.StAXDocumentParser;
import com.sun.xml.fastinfoset.stax.StAXDocumentSerializer;
import org.jvnet.fastinfoset.EncodingAlgorithmIndexes;
import org.jvnet.fastinfoset.VocabularyApplicationData;
public class Smoke
{
public static void main(String[] args)
{
System.out.println(EncodingConstants.class.getCanonicalName());
System.out.println(StAXDocumentParser.class.getCanonicalName());
System.out.println(StAXDocumentSerializer.class.getCanonicalName());
System.out.println(EncodingAlgorithmIndexes.class.getCanonicalName());
System.out.println(VocabularyApplicationData.class.getCanonicalName());
}
}

17
plans/smoke.fmf Normal file
View File

@ -0,0 +1,17 @@
summary: Basic smoke test
prepare:
how: install
package:
- java-11-openjdk-devel
- xmvn-tools
discover:
how: shell
tests:
- name: /smoke/classpath-import
test: |
CLASSPATH+=":$(xmvn-resolve com.sun.xml.fastinfoset:FastInfoset)"
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-fi-2.1.0.tar.gz) = 807926fe90f97a72e5d6f8abcbad8639b424d7938ab2afc7dc8107070db216167aada859acd041ba17566a33e277330d9ee51bdc10d16aa19a6ea07d4ae858aa