Tue, 28 May 2024 23:05:17 UTC | login

Information for build openprops-0.8.5-4.fc30

ID94717
Package Nameopenprops
Version0.8.5
Release4.fc30
Epoch
SummaryAn improved java.util.Properties from OpenJDK
DescriptionOpenProps is a tiny Java library which reads and writes .properties files using the same code as java.util.Properties from the OpenJDK, but enhanced so that it preserves the order of entries within the file, and it also preserves comments in the file. This means that a Properties editor or a file converter written to use OpenProps won't have to lose comments or mess up the order of entries. By using OpenJDK code, OpenProps should handle all the old corner-cases in exactly the same way Java does. The handling of whitespace and comments is tested by a number of JUnit tests. But please let me know if you find a bug! Note the following differences from java.util.Properties: 1. preserves comments and the order of entries in the file 2. storeToXml doesn't use the Sun DTD (or any DTD) because it adds attributes for comments. 3. equals() and hashCode() won't work the same way as with java.util.Properties, because they are no longer inherited from Hashtable. All you get is identity equality/hashcode. Also note that any header comment in the .properties file will be interpreted as a comment attached to the first message.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2019 06:54:05 UTC
CompletedWed, 24 Jul 2019 06:54:05 UTC
Tags
f31
f32
RPMs
src
openprops-0.8.5-4.fc30.src.rpm (info) (download)
noarch
openprops-0.8.5-4.fc30.noarch.rpm (info) (download)
openprops-javadoc-0.8.5-4.fc30.noarch.rpm (info) (download)
Changelog * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue May 29 2018 Ding-Yi Chen <dchen@redhat.com> - 0.8.5-2 - Fixed javadoc package * Tue May 29 2018 Ding-Yi Chen <dchen@redhat.com> - 0.8.5-1 - Upstream update to 0.8.5 * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild