Name: | ws-jaxme |
---|---|
Version: | 0.5.2 |
Release: | 10.el7 |
Architecture: | noarch |
Group: | Development/Libraries/Java |
Size: | 1516432 |
License: | ASL 2.0 |
RPM: | ws-jaxme-0.5.2-10.el7.noarch.rpm |
Source RPM: | ws-jaxme-0.5.2-10.el7.src.rpm |
Build Date: | Wed Apr 30 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://ws.apache.org/jaxme/ |
Summary: | Open source implementation of JAXB |
Description: | A Java/XML binding compiler takes as input a schema description (in most cases an XML schema, but it may be a DTD, a RelaxNG schema, a Java class inspected via reflection, or a database schema). The output is a set of Java classes: * A Java bean class matching the schema description. (If the schema was obtained via Java reflection, the original Java bean class.) * Read a conforming XML document and convert it into the equivalent Java bean. * Vice versa, marshal the Java bean back into the original XML document. |
- Mass rebuild 2013-12-27
- Rebuild to regenerate API documentation - Resolves: CVE-2013-1571
- Fix FTBFS (add xalan-j2-serializer to classpath) (rhbz#914580)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Add LICENSE and NOTICE files too all (sub)packages
- Build all class files in 1.5 format (rhbz#842624)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Fix the dependencies.
- Guideline fixes.
- Update to 0.5.2. - Remove xmldb-api due to deprecation. - Fix ws-jaxme-ant-scripts.patch to apply cleanly.