Skip to content

Releases: joebertj/prenda

0.1.4 BETA

01 Apr 09:45
Compare
Choose a tag to compare
0.1.4 BETA Pre-release
Pre-release

Registration feature is now included. Google reCaptcha is also added. Internationalization is now working session-wide thru Spring. Advance Interest and Service Charge are now working. Remember Me option is rechecked to work for user session. Users are now able to be named. Also Spring was upgraded to 4.1 and other libraries as well were upgraded like jasperreports and itext.

A Global exception handler is also added. No more white pages and ugly stack trace messages when an error is encountered. All exceptions will also be logged as Github Issues. Very neat use of Github API using JWT for authentication.

0.1.3 BETA

11 Mar 00:05
Compare
Choose a tag to compare
0.1.3 BETA Pre-release
Pre-release

This is a culmination of 1 week of dedicated work on this project. I will be again working part-time on this so I hope the next release will be shorter than 5 years. The first was in 2008 then 2013. The project started back in 2003.

There will be major changes in the next release with a focus on Spring MVC and Unit Tests. All servlets left in web.xml will be replaced by @Controller , all sql:query tags will be removed, Unit Tests will be written for all Controllers and related classes and most PreparedStatements will be replaced by Hibernate.