Skip to content

Releases: jpaulm/javafbp

Cleanup

Choose a tag to compare

@jpaulm jpaulm released this 29 Mar 18:35
v4.1.14

Bumped version no.

Simplified Gate.java; minor fixes

Choose a tag to compare

@jpaulm jpaulm released this 27 Mar 14:16

Simplified Gate.java; minor fixes

Added HTML download module

Choose a tag to compare

@jpaulm jpaulm released this 03 Jun 16:26

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!

Choose a tag to compare

@jpaulm jpaulm released this 31 Oct 20:21

ReadJDBC and WriteJDBC not promoted!

Revert ReadJDBC and WriteJDBC to non-reflection mode

Choose a tag to compare

@jpaulm jpaulm released this 30 Oct 15:41

Revert ReadJDBC and WriteJDBC to non-reflection mode

Publish source for WriteJDBC

Choose a tag to compare

@jpaulm jpaulm released this 26 Oct 19:46

Publish source for WriteJDBC

WriteJDBC converted to use reflection

Choose a tag to compare

@jpaulm jpaulm released this 25 Oct 18:41
8fd366c

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

Choose a tag to compare

@jpaulm jpaulm released this 19 Oct 18:43

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

Choose a tag to compare

@jpaulm jpaulm released this 27 Jul 17:25

Fix bug in WriteJDBC

Trying to fix "fuzzy text" in ShowText.java

Added WriteJDBC to JavaFBP

Choose a tag to compare

@jpaulm jpaulm released this 26 Jul 17:11

Added WriteJDBC to JavaFBP