2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-05-01 19:08:12 -07:00
Commit graph

407 commits

Author SHA1 Message Date
aa0bf52b54 WIP instrumentation and java agent.
Reworked packaging and dependencies to include ANTLR4 runtime and ASM inside RIFE2 in preparation of having an instrumentation agent.
2022-12-23 09:51:26 -05:00
dcf98a9f9f Added missing database types tests 2022-12-22 20:19:24 -05:00
559eb733d5 Minor cleanups 2022-12-22 20:02:19 -05:00
13e95d5f0d Added generic query manager tests 2022-12-22 19:50:07 -05:00
fb7d07dc50 Javadoc tweaks.
Updated database example to use transactions.
2022-12-22 11:50:19 -05:00
b542f1c83e Javadoc tweaks 2022-12-22 02:22:23 -05:00
3c558fe3f4 Minor example code rearrangements for clarity. 2022-12-21 16:02:22 -05:00
f5881a5cc1 Documentation fixes 2022-12-21 11:16:46 -05:00
596217ef7b Improvements to auth example 2022-12-21 09:36:07 -05:00
afbb21d4e3 Updated version to 0.8.6 2022-12-20 23:03:34 -05:00
5679277f2a Javadoc fixes 2022-12-20 23:01:29 -05:00
ed3cf154a8 Allow lambdas to be used with the DbQueryManager for more concise usage of the most common scenarios. Updated HelloDatabase example. 2022-12-20 22:54:26 -05:00
97d8a81097 Minor cleanups 2022-12-20 15:16:13 -05:00
255cb1811e Minor cleanups 2022-12-20 15:03:28 -05:00
46eec5895a Removed spurious quote 2022-12-20 14:59:30 -05:00
c7fa290924 Remove final to remove noise 2022-12-20 14:58:32 -05:00
c95dc70d43 Added database example 2022-12-20 14:56:10 -05:00
9a23232125 Typo fixes 2022-12-20 13:59:40 -05:00
e6a4604573 Added setValueEncoded and appendValueEncoded to template API 2022-12-20 13:59:29 -05:00
132d64ce61 Don't clear the generated template values so that they can be available for out of container testing. 2022-12-20 10:49:32 -05:00
a32313d249 Updated example for multiple path info mappings 2022-12-19 18:09:23 -05:00
920d848e14 Updates version to 0.8.5 2022-12-19 18:03:06 -05:00
2bb8c5e198 Added support for defining multiple path info mappings per route 2022-12-19 16:32:09 -05:00
7a7a7167db Updated version to 0.8.4 2022-12-19 12:23:10 -05:00
fc72f9edff Removed context dependency on servlet API to use the session. 2022-12-19 12:17:12 -05:00
fdd9fef28d Added detection of element annotations being used on instance based routes and throw an exception if that's the case. 2022-12-19 12:01:58 -05:00
8d2f9840c5 Removed compile-time reliance on the servlet API to use cookies. 2022-12-19 10:24:34 -05:00
f9c12dadea Updated version to 0.8.3 2022-12-18 18:37:13 -05:00
2a1a957c84 Process template context:pathInfo tag to auto-include the / when a pathInfo is present 2022-12-18 18:34:33 -05:00
27d12f239a Updated version to 0.8.2. 2022-12-18 09:28:09 -05:00
0aca087b18 Added support for field annotation in element parent classes 2022-12-18 09:25:04 -05:00
a6b4c52d40 Updated RIFE2 version to 0.8.1 2022-12-17 12:04:38 -05:00
b338d97471 Updated RIFE2's version to 0.8.0 2022-12-17 12:02:01 -05:00
e0f284317f Fix template engine to support empty comment tags 2022-12-17 11:18:10 -05:00
7afef0cbcd Legacy template code removal 2022-12-17 10:41:07 -05:00
8bf3d2a179 Removed outdated commented code 2022-12-16 15:25:00 -05:00
Jason Aylward
8c4d7057d3
Wrap DatabaseSession and RememberSession table bootstrapping. (#4)
* wrap try/catch around bootstrapping the DatabaseSession and DatabaseRemember tables.

* remove transaction from _installs
2022-12-16 15:24:19 -05:00
fbbd157d9a Added value renderer example 2022-12-15 16:52:40 -05:00
dae6598f91 Example tweaks 2022-12-15 15:35:44 -05:00
f818fe0c1e Cleanup of the Template interface 2022-12-15 13:12:15 -05:00
b0896942fd Better pretty exception printing for some template exceptions 2022-12-15 12:25:18 -05:00
7b081368a7 Added path info mapping example 2022-12-15 12:02:03 -05:00
15635062c1 Preserve the resource bundles that are provided to the templates that are provided to the Login and Logout element constructors. 2022-12-15 10:49:22 -05:00
b362e6116e Added error handling example 2022-12-15 10:04:25 -05:00
b88f52a813 Examples improvements 2022-12-14 16:48:28 -05:00
7fca8dd3c1 Made some router methods package private. 2022-12-14 16:48:03 -05:00
30798f0bdd Add SVG as a gzipped content type 2022-12-14 16:47:37 -05:00
be7cba0565 Updates version to 0.5.11 2022-12-10 17:48:01 -05:00
8d8c347fb6 Added SVG template factory 2022-12-10 17:44:11 -05:00
00f5fa9199 Updated javadoc @since version numbers 2022-12-08 21:07:59 -05:00