Package openprops: Information

    Source package: openprops
    Version: 0.8.5-alt1_2jpp8
    Build time:  Jun 1, 2018, 06:10 AM in the task #207592
    Report package bug
    License: GPLv2 with exceptions
    Summary: An improved java.util.Properties from OpenJDK
    Description: 
    OpenProps 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.

    List of rpms provided by this srpm:
    openprops (noarch)
    openprops-javadoc (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. /proc
      2. /proc
      3. maven-compiler-plugin
      4. maven-install-plugin
      5. maven-jar-plugin
      6. maven-javadoc-plugin
      7. maven-local
      8. maven-resources-plugin
      9. rpm-build-java
      10. unzip
      11. jacoco-maven-plugin
      12. junit
      13. jpackage-generic-compat

    Last changed


    May 31, 2018 Igor Vlasenko 0.8.5-alt1_2jpp8
    - java update
    May 30, 2018 Igor Vlasenko 0.7.1-alt2_3jpp8
    - fixed build with maven-javadoc-plugin 3
    Nov. 9, 2017 Igor Vlasenko 0.7.1-alt1_3jpp8
    - fc27 update