- Update to some minor SQL changes for initial install
- FeedbackConsole - more working
- Fix some Sonar Issues - mainly switching from old Inner Classes for actionPerformed to Lambdas. It is easier to read.
Merge remote-tracking branch 'origin/master'
- Move to OpenJDK 11
- Update minor readme lines
- Administration Console starts now
- Error Detail is now opening
- FeedbackConsole is opening now
- PasswordDialog working again now
- Update gitignore to ignore log files created while still keeping the logs directory in the system design
- TEMPORARY update MySQL installation of system to NOT have encrypted values. dbpassword is defaulted to password.
- library X is loading again
- compile works
- maven compile works now
- Updates to get system compiling again with updated libraries and new POM
- Move source directories to more standard Maven directory structure.
- Update POM
- Begin mavenization of the project.
- update sh files for execution
- Add all the .bat and .sh files from the bin directory that was missed in the CVS to GIT conversion
- Update Doc titles with Identigrate instead of EnyWare
- Update readme.md with more directions on installing development version.
- Update Custom Data sql files for MySQL. Table names were case sensitive in newer version of MySQL .
- Updated directions for MySQL container creation.
Updated directions
- Change EnyWareConfig to BaseConfig to make more generic.
Add the base gitignore file.