2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-04-30 18:48:13 -07:00
Commit graph

966 commits

Author SHA1 Message Date
aab2eb7947 Updated version to 1.5.0-SNAPSHOT 2023-03-08 18:02:06 -05:00
e090235b89 WIP maven dependency management 2023-03-08 17:46:39 -05:00
1672aaf0cb Updated HelloTemplate example 2023-03-08 15:03:17 -05:00
6a30f0491a Added Xml2Data helper class to easily parse XML documents. 2023-03-08 12:00:35 -05:00
d7d8a654cb Added Xml2Data helper class to easily parse XML documents. 2023-03-08 12:00:23 -05:00
da871a6f8a Split up new project creation lib dirs into different scopes.
Added IDEA run targets to project creation.
2023-03-08 09:37:27 -05:00
4e5fa79b16 Tweaks to build CLI command 2023-03-07 21:35:15 -05:00
b16f049230 Tweaks to build CLI command 2023-03-07 21:34:40 -05:00
cc0e6e78d7 Tweaks to build CLI command 2023-03-07 21:34:11 -05:00
e8ec09b577 Tweak to build CLI command 2023-03-07 21:30:36 -05:00
dbb4a86843 Added build CLI command 2023-03-07 21:30:09 -05:00
b6e12dbf3d Typo fix 2023-03-07 19:21:26 -05:00
b1f91e75c5 Upgrade Gradle to v8.0.2 2023-03-07 19:19:35 -05:00
833cc61b67 Working CLI new command with IDEA support 2023-03-07 18:11:36 -05:00
b3873b797b Added environment variables to the first level of hierarchical properties. 2023-03-07 15:08:39 -05:00
f89890c35b Better virtual thread support implementation, relying on the hooks that Jetty already provides for integrating them. 2023-03-07 14:54:52 -05:00
e286b38a7f Exclude validation classes properties from bean property utilities. Tweaks for native image. 2023-03-07 12:21:44 -05:00
0ff4142fef Updated links to new location of project 2023-03-07 07:51:13 -05:00
8d0dad2034 Cleanup of virtual thread support 2023-03-06 17:51:10 -05:00
Josiah Noel
77fd021dfc
Add Loom support (#17) 2023-03-06 17:22:11 -05:00
dce96f18f5 Minor readme update 2023-03-06 17:20:23 -05:00
64599c7d6a Updated for latest GitHub workflow actions 2023-03-06 17:00:27 -05:00
b9aaf50b8f Updated some deps. 2023-03-06 10:05:08 -05:00
08315b8671 Change sumo to standalone jar, only including what's necessary to run RIFE2 apps standalone with the H2 database and tests.
Added beginning of RIFE2 CLI.
2023-03-04 18:42:58 -05:00
502e988fd2 Updated version to 1.4.1-SNAPSHOT.
Added sumoJar target.
2023-03-04 15:27:34 -05:00
fc11ea5cd5 Updated README 2023-03-03 18:59:32 -05:00
aa298f4348 Updated version to 1.4.0 2023-03-03 18:58:09 -05:00
79787b3829 Set the default scheduler sleep time to 30 seconds 2023-03-03 08:04:14 -05:00
8939586ef9 Fixes to template lexers to allow ^ to be included into tag names 2023-03-01 09:57:53 -05:00
fa04044ce0 Fix to fully use CMF cached loaded data 2023-02-28 05:47:47 -05:00
878fc5e004 The CMF will now pass through images if they don't need to be transformed and are already in the requested mime type.
The CMF now stores transformed JPEG images in progressive format.
2023-02-28 05:20:18 -05:00
16a4069d31 Minor cleanup 2023-02-28 03:18:56 -05:00
969ff4cf1d Minor cleanup 2023-02-22 13:47:12 -05:00
70f4cb7cea Updated version to 1.3.1-SNAPSHOT 2023-02-19 10:58:25 -05:00
79418abcb6 Updated readme for v1.3.0 2023-02-19 10:43:09 -05:00
c37c45d36d Updated version to 1.3.0 2023-02-19 09:09:39 -05:00
9dea57c54a Added some missing reflection classes for GraalVM native image 2023-02-19 01:55:38 -05:00
0ae2c29039 Added initial support for GraalVM native image 2023-02-19 00:43:06 -05:00
76d29dc77b Fix for template modification check when running in GraalVM Native Image 2023-02-18 21:42:03 -05:00
fd31820e96 Updated generated bytecode of template engine to use the JDK 17 class format 2023-02-18 21:20:38 -05:00
8175494693 Updated version to 1.2.2-SNAPSHOT 2023-02-18 21:14:15 -05:00
1e38e49520
Update README.md 2023-02-18 20:09:32 -05:00
6d78d122e6 Updated readme for version 1.2.1 2023-02-15 15:04:26 -05:00
830ce34711 Updated version to 1.2.1 2023-02-15 15:03:37 -05:00
e1c5de0131 Readme update 2023-02-15 15:03:16 -05:00
972c88ef56 Javadoc tweak 2023-02-15 13:53:36 -05:00
6bce59db33 Cookies by default now use "/" as their path.
Removed cookiePath() context method.
2023-02-15 13:48:21 -05:00
db1597b29e Test fixes 2023-02-15 13:06:19 -05:00
4722c495d0 Fixed Context.removeCookie maxAge.
Added cookiePath() method to Context.
2023-02-15 12:15:32 -05:00
50b0a28be0 Fixed tests 2023-02-15 08:59:12 -05:00