2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-04-30 10:38:12 -07:00
Commit graph

935 commits

Author SHA1 Message Date
41a048387c WIP publish operation 2023-03-27 16:38:41 -04:00
d780cf3187 WIP publish operation 2023-03-27 09:10:50 -04:00
1676a8aff2 WIP publish operation 2023-03-26 19:52:18 -04:00
ce68fed9a3 Removed IDEA web facet 2023-03-26 07:44:24 -04:00
1a2e584bc4 WIP PomBuilder and PublishOperation 2023-03-26 02:37:48 -04:00
6bf8809ec2 Added StringUtils.stripBlankLines method 2023-03-26 02:33:56 -04:00
c970518e40 create blank command clarification 2023-03-25 23:00:22 -04:00
8864bad6ab pom blueprint 2023-03-25 20:24:51 -04:00
4feb0d92c1 bld vscode improvements 2023-03-25 10:53:53 -04:00
64ecb5509b Updated readme 2023-03-25 09:54:26 -04:00
3ad6f94860 Fixes vscode launch file generation 2023-03-25 09:52:35 -04:00
c23221fdb2 Updated version to 1.5.7-SNAPSHOT 2023-03-25 09:49:16 -04:00
4648ce15c9 Updated version to 1.5.6 2023-03-25 09:13:40 -04:00
4ff76a3cae Test fixes 2023-03-25 00:32:57 -04:00
a460325ba9 Added vscode project generation 2023-03-24 22:33:44 -04:00
3f8bd7144b Improved IDEA project support 2023-03-24 16:33:01 -04:00
21db3fda9a Cleanup 2023-03-24 14:09:20 -04:00
f3c84c167b Added options to auto-download sources and javadoc classifiers for dependencies. 2023-03-24 13:57:10 -04:00
331938dbe5 Added bld resources directory and add it to the launch classpath.
Ensure that all project directories are created when the structure is created, without relying on parent dir creation.
2023-03-24 09:45:41 -04:00
e841348c63
Improvements to capitalize/uncapitalize (#23)
* Fixed typos

* Improved capitalize/uncapitlize per the JDK recommendations
Various minor improvements using newer Java features
2023-03-24 08:01:07 -04:00
815fe532b1 Javadocs 2023-03-23 22:44:35 -04:00
883cabf20f Improvements to IDEA project templates 2023-03-23 17:38:42 -04:00
d6addf2029 Javadocs 2023-03-23 16:46:43 -04:00
dbbf7ad6b8 Javadocs 2023-03-23 16:12:27 -04:00
39d312fed7 Javadocs 2023-03-23 15:24:25 -04:00
0d63488068 Handle template attributes in the filtered value tag ATTRIBUTE, they take precedence over request attributes 2023-03-23 09:48:28 -04:00
52c6b33577 Added more enum class instances with their respective types for easy discovery. 2023-03-23 06:45:42 -04:00
edeedb1978 Add some query enum instances with their respective types for easy discovery. 2023-03-22 23:31:40 -04:00
97fdb5831b Add bld support for command matching 2023-03-22 22:36:47 -04:00
9ce2db4f69 Make all Project field protected 2023-03-22 21:41:23 -04:00
eee8c7af8a Updated version to 1.5.6-SNAPSHOT 2023-03-22 16:33:19 -04:00
03ce16514c Updated readme 2023-03-22 16:18:33 -04:00
14438c1127 Updated version to 1.5.5 2023-03-22 16:13:23 -04:00
bd17e4052c Minor cleanups 2023-03-22 15:47:07 -04:00
eafc2d1a99 Javadoc tweak 2023-03-22 15:34:37 -04:00
f6e336c3ad Using the classpath jars for war archive creation so that local dependencies are included too. 2023-03-22 15:33:42 -04:00
e97d05fd77 Remove RIFE2 jar from blank project.
Fixes to template precompilation.
2023-03-22 15:18:29 -04:00
5d4379d39f Better handling of cross-scope dependencies where compile dependencies can for instance contribute to the runtime libraries. 2023-03-22 13:48:15 -04:00
c915071c26 Cleaned up transitive dependency resolution to not be recursive. Fixed the exclusion hierarchy logic to properly take on linear path to the root into account. 2023-03-22 11:49:48 -04:00
6d9db618eb Prevent lib/bld from being overridden 2023-03-21 22:56:24 -04:00
4daf068eb3 Fixed hashcode 2023-03-21 20:14:50 -04:00
a958126233 Purge the scopes that have not been created. 2023-03-21 19:47:57 -04:00
f052c862a6 Updated version to 1.5.5-SNAPSHOT 2023-03-21 19:31:39 -04:00
b9880857d6 Updated version to 1.5.4 2023-03-21 19:11:33 -04:00
28981778a0 Filter out pre-release version qualifiers to determine the latest version. 2023-03-21 18:44:57 -04:00
46ebbe62d9 Updated some versions 2023-03-21 17:59:31 -04:00
4130ef8631 Version consistency.
Output version number after upgrade.
2023-03-21 17:39:04 -04:00
c5f4d29f4c Added convenience method to use the RIFE2 agent 2023-03-21 16:32:02 -04:00
50fc31aecf Better test IDEA run target 2023-03-21 13:56:26 -04:00
562a7c35ae Default to verbose tests.
Added default test tool options to be changed.
2023-03-21 13:45:21 -04:00