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

202 commits

Author SHA1 Message Date
d242a94864 Tweaks to RouteInstance default behaviors. 2022-10-31 21:18:40 -04:00
9fa0e95798 Tweaks to RouteInstance default behaviors. 2022-10-31 21:14:59 -04:00
3e6079a948 Updated version 2022-10-31 03:46:07 -04:00
7633fcd145 Removed Config facility and related features. 2022-10-31 03:44:20 -04:00
76fd79d43e More README tweaks 2022-10-30 23:38:30 -04:00
48aba97cd8 README tweaks 2022-10-30 23:30:52 -04:00
1a11f9c6b7 README updates 2022-10-30 23:19:36 -04:00
795d0ec029 Added gradle configuration to publish to central maven repository 2022-10-30 22:52:36 -04:00
ddd76851f3 More work on readme 2022-10-30 21:15:39 -04:00
f21aa3a90b Minor readme edits 2022-10-30 21:11:19 -04:00
eaebb31dca Center the logo in the readme 2022-10-30 20:50:41 -04:00
0e73565d0e Center the logo in the readme 2022-10-30 20:49:49 -04:00
a65c34db3a Updated README logo image 2022-10-30 20:47:40 -04:00
29490ab7d4 Added a README 2022-10-30 20:42:35 -04:00
8bb25a2e40 Removed changelogs 2022-10-30 19:35:58 -04:00
ba110248f6 Fixed for javadoc generation 2022-10-30 19:27:12 -04:00
891106db3e Remove COPYING file 2022-10-30 19:00:40 -04:00
50ecf9770c Example of authentication 2022-10-30 18:51:08 -04:00
a2bbeacc8a Renaming of validation error identifier literals. 2022-10-30 18:17:20 -04:00
62f93106c1 Working authentication elements. 2022-10-30 17:46:10 -04:00
5f5c3bcfb4 Minor tweak to form example to make the template use a little more explicit 2022-10-30 15:25:55 -04:00
3652c9957f Added form example 2022-10-30 15:24:16 -04:00
9c463ee8dc Added HelloTemplate example 2022-10-30 14:48:47 -04:00
b3e15a5aea Minor hello world tweaks 2022-10-30 14:30:25 -04:00
e7bf764255 Added HelloLink example 2022-10-30 12:54:57 -04:00
e0b4643d9e Minor hello world tweak 2022-10-30 12:23:28 -04:00
4284b77cca Minor hello world tweak 2022-10-30 12:00:14 -04:00
9dc525a7b6 Updated colors of exception handler template 2022-10-30 11:57:46 -04:00
c226038c0e Added support for parameterBeans 2022-10-30 11:45:35 -04:00
f8a118213d Tweaks to gradle scripts and HelloWorld app 2022-10-30 11:36:10 -04:00
ad18e8f779 Cleanups 2022-10-29 18:05:43 -04:00
931b9c86e8 Added support for before and after elements, including respond() and next() calls. 2022-10-29 12:24:22 -04:00
b2fec0e975 Added more engine tests 2022-10-28 00:57:38 -04:00
b46e956470 HTML templates are going to be the most common ones, shortening that method 2022-10-27 09:19:05 -04:00
1b99db4b6c API refactoring 2022-10-26 09:18:39 -04:00
e8927b080e Ongoing work on expanding the engine's usability 2022-10-26 08:34:42 -04:00
79992decb6 Fixed excessive ANTLR dependencies.
Build uberjar with ASM and ANTLR runtime for core RIFE features.
2022-10-25 21:20:05 -04:00
53956e41dc Added some engine testing while running a container 2022-10-25 20:49:52 -04:00
9c14a074b9 Added full out of container testing support with HTML parsing 2022-10-24 22:56:03 -04:00
40cf83f218 Cleanups 2022-10-24 20:22:30 -04:00
45ef51d9a9 Ported over more tools from RIFE1 2022-10-24 20:16:22 -04:00
617f9fc242 Added ConciseLogFormatter 2022-10-24 19:54:46 -04:00
243f62be3a Added support for database resources 2022-10-24 19:49:10 -04:00
a863f83ecf Added support for FileUpload annotation 2022-10-24 18:31:59 -04:00
d95660d754 Added and tested Oracle support 2022-10-24 12:24:15 -04:00
b941429fa7 Fixed all tests 2022-10-23 14:04:51 -04:00
a077daca4e Fixed database tests for latest versions of MySQL, H2, and HsqlDB 2022-10-23 11:23:57 -04:00
fabbecdd8e Update email validation regexp for longer TLDs 2022-10-19 14:56:09 -04:00
9e111dffb8 Made reloading resource bundles use UTF-8 as the encoding 2022-10-19 09:52:26 -04:00
2fac1f2782 Added support for routes that aren't tied to a particular request method 2022-10-18 21:23:09 -04:00