util
Clone or download
1. Update SpaceFiller to contain static methods to easily create Regions 2. Remove unnecessary whitespace 3. Add a simple Github Action workflow to verify the project 4. Update .gitignore Also contains the following updates to pom.xml: 1. Update groupId to com.stream-pi 2. Remove unnecessary transitive dependency 3. Update version from 1.0.0 to 1.0.0-SNAPSHOT 4. Use maven.compiler.release instead of source and target
Modified Files
Name | ||||
---|---|---|---|---|
A | .github/workflows/build.yml | +27 | −0 | Go to diff View file |
M | .gitignore | +5 | −2 | Go to diff View file |
M | pom.xml | +29 | −44 | Go to diff View file |
M | src/main/java/com/stream_pi/util/alert/StreamPiAlert.java | +6 | −14 | Go to diff View file |
M | src/main/java/com/stream_pi/util/combobox/StreamPiComboBox.java | +2 | −7 | Go to diff View file |
M | src/main/java/com/stream_pi/util/exception/SevereException.java | +2 | −1 | Go to diff View file |
M | src/main/java/com/stream_pi/util/exception/StreamPiException.java | +1 | −1 | Go to diff View file |
M | src/main/java/com/stream_pi/util/iohelper/IOHelper.java | +5 | −5 | Go to diff View file |
M | src/main/java/com/stream_pi/util/loggerhelper/StreamPiLogFallbackHandler.java | +1 | −0 | Go to diff View file |
M | src/main/java/com/stream_pi/util/platform/ReleaseStatus.java | +3 | −1 | Go to diff View file |
M | src/main/java/com/stream_pi/util/uihelper/HBoxInputBox.java | +3 | −6 | Go to diff View file |
M | src/main/java/com/stream_pi/util/uihelper/HBoxInputBoxWithFileChooser.java | +1 | −2 | Go to diff View file |
M | src/main/java/com/stream_pi/util/uihelper/SpaceFiller.java | +9 | −12 | Go to diff View file |
M | src/main/java/com/stream_pi/util/version/Version.java | +10 | −13 | Go to diff View file |
M | src/main/java/com/stream_pi/util/xmlconfighelper/XMLConfigHelper.java | +3 | −17 | Go to diff View file |