Skip to content

Commit 50abc1d

Browse files
committed
build(release): [8.17.8] - 2025-11-26
1 parent e8f74d9 commit 50abc1d

File tree

32 files changed

+37
-32
lines changed

32 files changed

+37
-32
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.17.8] - 2025-11-26
11+
1012
### Added
1113

1214
- fj-doc-base, new attribute 'class' for element <para>, <phrase>, <h> (same as html class, onlt for freemarker html)

fj-doc-base-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.17.8-SNAPSHOT</version>
10+
<version>8.17.8</version>
1111
</parent>
1212

1313
<name>fj-doc-base-json</name>

fj-doc-base-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.17.8-SNAPSHOT</version>
10+
<version>8.17.8</version>
1111
</parent>
1212

1313
<name>fj-doc-base-kotlin</name>

fj-doc-base-kotlin/src/test/resources/doc-dsl-sample/sample-2-coverage.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dslDoc {
3838
table {
3939
row()
4040
row {
41-
cell { para( "col 1" ) }
41+
cell { para( "col 1" ).className( "a" ) }
4242
cell { para( "col 2" ) }
4343
}.header( true )
4444
row {
@@ -58,7 +58,7 @@ dslDoc {
5858
background().image().align( "center" ).alt( "avatar" ).url( "https://avatars.githubusercontent.com/u/37816284?s=96&v=4" )
5959
}
6060
body {
61-
h( "head level 1" ).headLevel( 1 ).align( "center" ).id( "bookmark1" )
61+
h( "head level 1" ).headLevel( 1 ).align( "center" ).id( "bookmark1" ).className( "b" )
6262
h( "head level 2" ).headLevel( 2 ).id( "second title" ).style( "italic" ).fontName( "Arial" ).size( 10 ).format( "{}" )
6363
.backColor( "#000000" ).foreColor( "#ffffff" ).type( "number" ).textIndent( 1 ).whiteSpaceCollapse( true )
6464
.spaceLeft( 1 ).spaceAfter( 1 ).spaceBefore( 1 ).spaceRight( 1 )
@@ -93,7 +93,7 @@ dslDoc {
9393
}.id( "firstRow" )
9494
row {
9595
cell { nbsp { length( 1 ) } }.valign( "middle" ).backColor( "#000000" ).foreColor( "#ffffff" )
96-
cell { phrase( "test" ) }.borderColorTop( "#000000" ).borderColorLeft( "#000000" ).borderColorRight( "#000000" ).borderColorBottom( "#000000" )
96+
cell { phrase( "test" ).className( "c" ) }.borderColorTop( "#000000" ).borderColorLeft( "#000000" ).borderColorRight( "#000000" ).borderColorBottom( "#000000" )
9797
cell { br {} }.borderWidth( 1 ).borderColor( "#ffffff" ).borderWidthBottom( 1 ).borderWidthLeft( 1 ).borderWidthRight( 1 ).borderWidthTop( 1 )
9898
}
9999
row {

fj-doc-base-yaml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.17.8-SNAPSHOT</version>
10+
<version>8.17.8</version>
1111
</parent>
1212

1313
<name>fj-doc-base-yaml</name>

fj-doc-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.17.8-SNAPSHOT</version>
10+
<version>8.17.8</version>
1111
</parent>
1212

1313
<name>fj-doc-base</name>

fj-doc-freemarker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.17.8-SNAPSHOT</version>
10+
<version>8.17.8</version>
1111
</parent>
1212

1313
<name>fj-doc-freemarker</name>

fj-doc-guide/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.17.8-SNAPSHOT</version>
10+
<version>8.17.8</version>
1111
</parent>
1212

1313
<name>fj-doc-guide</name>

fj-doc-guide/src/main/docs/asciidoc/chapters/00_2_release_notes.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Whereas the link:https://github.com/fugerit-org/fj-doc/blob/main/CHANGELOG.md[CH
66
[#doc-release-notes-unreleased]
77
==== Unreleased
88

9+
[#doc-release-notes-8-17-8]
10+
==== Version 8.17.8 [2025-11-26]
11+
912
- fj-doc-base, new attribute 'class' for element <para>, <phrase>, <h>
1013
1114
[#doc-release-notes-8-17-7]

fj-doc-lib-autodoc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.17.8-SNAPSHOT</version>
10+
<version>8.17.8</version>
1111
</parent>
1212

1313
<name>fj-doc-lib-autodoc</name>

0 commit comments

Comments
 (0)