You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated JDK to Java 10
Login Dialogs now don't require the use of Platform.runLater()
Message Boxes now don't require the use of Platform.runLater()
Message Box Default button is now in the right order.
Massive changes to authentication and permissions system
Renamed jbdc to jdbc
Removed all deprecated methods from 1.4.0
Updated javadoc
Replaced some loops with streams
Added trim to all string isEmpty checks
Added UTF_8 protection
Added ExceptionUtils class for use in junit tests
All password hashing now uses BCrypt replacing SHA-512
Other minor fixes
Signed-off-by: Joshua Gager <[email protected]>
Java Ultimate Tools is a large repository of scripts for use in any Java program. It contains the following:
4
4
- OSInfo - Contains many classes that return information about the current Windows installation. This includes Architecture, Edition, Name, Product Key, Service Pack, User Info and Version.
<p>If you would like a more details, check out the <ahref="https://github.com/JGCompTech/JavaUltimateTools/blob/master/CLASSDESCRIPTION.md">CLASSDESCRIPTION.md</a> file.</p>
32
32
<p>If you would like to view the JavaDoc info, it is hosted at <ahref="https://jgcomptech.github.io/JavaUltimateTools/">github.io(Current GitHub Branch)</a> and at <ahref="http://www.javadoc.io/doc/com.jgcomptech.tools/java-ultimate-tools">javadoc.io(Current Maven Release)</a>. The github.io version is what is stored in the doc folder in the project.</p>
33
33
34
-
<h3>Development</h3><hr/>
34
+
<h3>Development</h3><hr>
35
35
<p>Want to contribute? Great!
36
36
Any help with development is greatly appreciated. If you want to add something or fix any issues please submit a pull request and if it is helpful it may be merged. Please check out our <ahref="https://github.com/JGCompTech/JavaUltimateTools/blob/master/code-of-conduct.md">Code of Conduct for Contributors</a>.</p>
<p>The changelog can be found <ahref="https://github.com/JGCompTech/JavaUltimateTools/blob/master/Changelog.txt">here</a></p>
41
41
42
-
<h3>Using with Maven</h3><hr/>
42
+
<h3>Using with Maven</h3><hr>
43
43
<p>If you are familiar with <ahref="http://maven.apache.org">Maven</a>, add the following XML
44
44
fragments into your pom.xml file. With those settings, your Maven will automatically download our library into your local Maven repository, since our libraries are synchronized with the <ahref="http://repo1.maven.org/maven2/com/jgcomptech/tools/java-ultimate-tools/">Maven central repository</a>.</p>
<p>JavaUltimateTools by J&G CompTech is licensed under a <ahref="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p>
0 commit comments