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 1
1
{
2
2
"title" : " Venus (Fugerit Document Generation Framework)" ,
3
3
"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" ,
6
6
"organization" : {
7
7
"name" : " Fugerit Org" ,
8
8
"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)
2
6
------------------
3
7
+ Updated fj-core version to 8.0.13-rc.001
4
8
Original file line number Diff line number Diff line change 1
1
# Changelog for module fj-doc-lib-simpletable
2
2
3
+ ## version 1.4.3-rc.001
4
+ * Updated freemarker version to 2.3.32
5
+
3
6
## version 1.4.0-rc.001
4
7
* Added GrallVM native support
5
8
Original file line number Diff line number Diff line change 22
22
</licenses >
23
23
24
24
<properties >
25
- <freemarker-version >2.3.31 </freemarker-version >
25
+ <freemarker-version >2.3.32 </freemarker-version >
26
26
</properties >
27
27
28
28
<build >
Original file line number Diff line number Diff line change @@ -21,10 +21,11 @@ public class FreeMarkerConfigStep extends DocProcessorBasic {
21
21
public static final String ATT_DEFAULT = "FreeMarkerConfigStep.DEFAULT" ;
22
22
23
23
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" ;
24
25
public static final String ATT_FREEMARKER_CONFIG_KEY_VERSION_2_3_31 = "2.3.31" ;
25
26
public static final String ATT_FREEMARKER_CONFIG_KEY_VERSION_2_3_30 = "2.3.30" ;
26
27
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 ;
28
29
29
30
public static final String ATT_FREEMARKER_CONFIG_KEY_MODE = "mode" ;
30
31
public static final String ATT_FREEMARKER_CONFIG_KEY_MODE_CLASS = "class" ;
Original file line number Diff line number Diff line change 5
5
xsi:schemaLocation =" https://freemarkerdocprocess.fugerit.org https://www.fugerit.org/data/java/doc/xsd/freemarker-doc-process-1-0.xsd" >
6
6
7
7
<!--
8
- Configuration stub version : 003 (2023-07-19 )
8
+ Configuration stub version : 004 (2023-08-02 )
9
9
-->
10
10
11
11
<#assign stubHandler=stubParams['stub-handler' ]!'1'>
82
82
<#assign stubChain=stubParams['stub-chain' ]!'0'>
83
83
<#if stubChain == '1' >
84
84
<#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 '>
86
86
<#assign fmTemplatePath=stubParams['fm-template-path' ]!'/free_marker/'>
87
87
<docChain id =" shared" >
88
88
<!-- configurations -->
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments