Skip to content

Releases: jpaulm/javafbp

Cleanup

29 Mar 18:35
Compare
Choose a tag to compare
v4.1.14

Bumped version no.

Simplified Gate.java; minor fixes

27 Mar 14:16
Compare
Choose a tag to compare

Simplified Gate.java; minor fixes

Added HTML download module

03 Jun 16:26
Compare
Choose a tag to compare

Added HTML download module and general XML scan component... plus a sample network to run them

Moved JavaFBP up to Java 1.7 compiler level

ReadJDBC and WriteJDBC not promoted!

31 Oct 20:21
Compare
Choose a tag to compare

ReadJDBC and WriteJDBC not promoted!

Revert ReadJDBC and WriteJDBC to non-reflection mode

30 Oct 15:41
Compare
Choose a tag to compare

Revert ReadJDBC and WriteJDBC to non-reflection mode

Publish source for WriteJDBC

26 Oct 19:46
Compare
Choose a tag to compare

Publish source for WriteJDBC

WriteJDBC converted to use reflection

25 Oct 18:41
8fd366c
Compare
Choose a tag to compare

WriteJDBC converted to use reflection

ReadJDBC and WriteJDBC have now been converted to load the MySQL jar file, and then use reflection: This has the effect of dramatically reducing the JavaFBP jar file size... from around 11 Mb (includes MySQL and ProtoBuf) to about .5 Mb (without them). As one of the commenters said on StackOverflow - https://stackoverflow.com/questions/64434180/i-want-to-use-mysql-using-reflection-but-have-had-to-hard-code-the-mysql-jar-fi - there are some maintainability concerns with this solution, so I will continue to investigate other possible solutions.

ReadJDBC converted to use reflection

19 Oct 18:43
Compare
Choose a tag to compare

ReadJDBC and WriteJDBC converted to use reflection; also the latest version of MySQL is downloaded from Maven - this approach does have certain disadvantages, so we will be researching other altenatives. See https://stackoverflow.com/questions/64434180/i-want-to-use-mysql-using-reflection-but-have-had-to-hard-code-the-mysql-jar-fi

This removes MySQL and ProtoBuf from the jar file - download this version to save space (about 11Mb down to about .5 Mb)

Fix bug in WriteJDBC

27 Jul 17:25
Compare
Choose a tag to compare

Fix bug in WriteJDBC

Trying to fix "fuzzy text" in ShowText.java

Added WriteJDBC to JavaFBP

26 Jul 17:11
Compare
Choose a tag to compare

Added WriteJDBC to JavaFBP