File tree Expand file tree Collapse file tree 7 files changed +548
-209
lines changed
java/org/fugerit/java/doc/freemarker/config
resources/fj_doc_freemarker_config/template
fj-doc-sample/src/test/resources/dev Expand file tree Collapse file tree 7 files changed +548
-209
lines changed Original file line number Diff line number Diff line change 11{
22 "title" : " Venus (Fugerit Document Generation Framework)" ,
33 "name" : " Venus" ,
4- "version" : " 1.4.2 -rc.002 " ,
5- "date" : " 01 /08/2023" ,
4+ "version" : " 1.4.3 -rc.001 " ,
5+ "date" : " 02 /08/2023" ,
66 "organization" : {
77 "name" : " Fugerit Org" ,
88 "url" : " https://www.fugerit.org"
Original file line number Diff line number Diff line change 1- 1.4.2-rc.002 (2023-08-01)
1+ 1.4.3-rc.001 (2023-08-02)
2+ ------------------
3+ + Updated freemarker version to 2.3.32
4+
5+ 1.4.2-rc.002 (2023-08-01)
26------------------
37+ Updated fj-core version to 8.0.13-rc.001
48
Original file line number Diff line number Diff line change 11# Changelog for module fj-doc-lib-simpletable
22
3+ ## version 1.4.3-rc.001
4+ * Updated freemarker version to 2.3.32
5+
36## version 1.4.0-rc.001
47* Added GrallVM native support
58
Original file line number Diff line number Diff line change 2222 </licenses >
2323
2424 <properties >
25- <freemarker-version >2.3.31 </freemarker-version >
25+ <freemarker-version >2.3.32 </freemarker-version >
2626 </properties >
2727
2828 <build >
Original file line number Diff line number Diff line change @@ -21,10 +21,11 @@ public class FreeMarkerConfigStep extends DocProcessorBasic {
2121 public static final String ATT_DEFAULT = "FreeMarkerConfigStep.DEFAULT" ;
2222
2323 public static final String ATT_FREEMARKER_CONFIG_KEY_VERSION = "version" ;
24+ public static final String ATT_FREEMARKER_CONFIG_KEY_VERSION_2_3_32 = "2.3.32" ;
2425 public static final String ATT_FREEMARKER_CONFIG_KEY_VERSION_2_3_31 = "2.3.31" ;
2526 public static final String ATT_FREEMARKER_CONFIG_KEY_VERSION_2_3_30 = "2.3.30" ;
2627 public static final String ATT_FREEMARKER_CONFIG_KEY_VERSION_2_3_29 = "2.3.29" ;
27- public static final String ATT_FREEMARKER_CONFIG_KEY_VERSION_DEFAULT = ATT_FREEMARKER_CONFIG_KEY_VERSION_2_3_31 ;
28+ public static final String ATT_FREEMARKER_CONFIG_KEY_VERSION_DEFAULT = ATT_FREEMARKER_CONFIG_KEY_VERSION_2_3_32 ;
2829
2930 public static final String ATT_FREEMARKER_CONFIG_KEY_MODE = "mode" ;
3031 public static final String ATT_FREEMARKER_CONFIG_KEY_MODE_CLASS = "class" ;
Original file line number Diff line number Diff line change 55 xsi:schemaLocation =" https://freemarkerdocprocess.fugerit.org https://www.fugerit.org/data/java/doc/xsd/freemarker-doc-process-1-0.xsd" >
66
77 <!--
8- Configuration stub version : 003 (2023-07-19 )
8+ Configuration stub version : 004 (2023-08-02 )
99 -->
1010
1111 <#assign stubHandler=stubParams['stub-handler' ]!'1'>
8282 <#assign stubChain=stubParams['stub-chain' ]!'0'>
8383 <#if stubChain == '1' >
8484 <#assign configId=stubParams['config-id' ]!'FJ_DOC_STUB'>
85- <#assign fmVersion=stubParams['fm-version' ]!'2.3.29 '>
85+ <#assign fmVersion=stubParams['fm-version' ]!'2.3.32 '>
8686 <#assign fmTemplatePath=stubParams['fm-template-path' ]!'/free_marker/'>
8787 <docChain id =" shared" >
8888 <!-- configurations -->
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments