You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump build related Maven plugins to the latest versions (#635)
@@ -67,114 +58,9 @@ Build / Infrastructure::
67
58
* Test artifact's signature with Maven in CI (#736)
68
59
* Automate release using GH Actions (#141)
69
60
* Ensure Mojos use correct default values in unit tests (#609)
70
-
71
-
Maintenance::
72
61
* Replace use of reflection by direct JavaExtensionRegistry calls to register extensions (#596)
73
62
74
63
Documentation::
75
64
76
65
* Fix absolute path in usage example and AsciiDoc references in docs (https://github.com/MarkusTiede[@MarkusTiede])(#592)
77
66
* Add v3.x.x migration guide (#598)
78
-
79
-
== v2.2.2 (2022-01-30)
80
-
81
-
Bug Fixes::
82
-
83
-
* Exclude dot files and folders from conversion (#550)
84
-
* Fix `StringIndexOutOfBoundsException` parsing log records when cursor file is above source directory (#563)
85
-
* Fix compatibility with maven-site-plugin v3.10.0 (previous versions no longer supported) (https://github.com/michael-o[@michael-o]) (#566)
86
-
87
-
Documentation::
88
-
89
-
* Add ID's for all parameters of process-asciidoc, auto-refresh and http mojo, to be able to generate direct urls (https://github.com/uniqueck[@uniqueck]) (#533)
90
-
* Clarify where to put the plugin section in `pom.xml` (#558)
91
-
* Add compatibility matrix (#569)
92
-
93
-
Build / Infrastructure::
94
-
95
-
* Migrate Maven Wrapper to Apache's offical one (#573)
96
-
* Upgrade Asciidoctorj to v2.5.3 and jRuby to v9.2.20.1 (#572)
97
-
* Upgrade Asciidoctorj to v2.5.2 (#555)
98
-
* Support Java 17 (#557)
99
-
* Bump netty-codec-http to v4.1.71.Final (#561)
100
-
101
-
== v2.2.1 (2021-07-24)
102
-
103
-
Bug Fixes::
104
-
105
-
* Fix excluding sources when enclosing parent path starts with _ (#546)
106
-
* Treat dot files and folders same as internal #5505)
107
-
108
-
== v2.2.0 (2021-07-18)
109
-
110
-
Improvements::
111
-
112
-
* Allow running a refresh build on included sources (for `auto-refresh` & `http` mojos) (#542)
113
-
114
-
Documentation::
115
-
116
-
* Migrate docs (README) to Antora site and publish them in gh-pages (#498)
117
-
* Remove ambiguity in usage of maven properties docs (#507)
118
-
* Add ID to 'attributes' description, to be able to generate direct url from other docs (#509)
119
-
* Fix broken links to extension api documentation (https://github.com/djarnis73[@djarnis73]) (#523)
120
-
* Remove local antora site generator stuff (https://github.com/uniqueck[@uniqueck]) (#529)
121
-
122
-
Build / Infrastructure::
123
-
* Upgrade tests to JUnit5 (#521)
124
-
* Rename main branch (#524)
125
-
* Set maven wrapper to use maven v3.8.1 (#525)
126
-
* Upgrade Asciidoctorj to v2.4.3 and jRuby to v9.2.14.0 (#526)
127
-
* Upgrade Asciidoctorj to v2.5.0 and jRuby to v9.2.17.0 (#531)
128
-
* Upgrade Asciidoctorj to v2.5.1 (#534)
129
-
* Added 'Asciidoctor' organization to pom (#539)
130
-
* Remove AppVeyor CI build (#540)
131
-
* Update `distributionManagement` to deploy directly without Bintray (#544)
132
-
133
-
Maintenance::
134
-
135
-
* Upgrade `netty-codec-http` to 4.1.29.Final and refactor `AsciidoctorHttpServer` (#511)
136
-
* Rewrite `AsciidoctorMojoTest` to Java to make it more approachable (#512)
137
-
* Rewrite `AsciidoctorMojoLogHandlerTest` to Java to make it more approachable (#514)
138
-
* Rewrite `AsciidoctorMojoExtensionsTest` to Java to make it more approachable (#515)
139
-
* Rewrite `AsciidoctorHttpMojoTest` to Java to make it more approachable (#516)
140
-
* Rewrite `AsciidoctorZipMojoTest` to Java to make it more approachable (#518)
* Replace usage of internal Asciidoctorj `DirectoryWalker` with Java NIO API and fix incorrect sources converted when using `sourceDocumentExtension` (https://github.com/stdll[@stdll]) (#532)
143
-
144
-
== v2.1.0 (2020-09-15)
145
-
146
-
Improvements::
147
-
148
-
* Inject Maven properties as attributes in `process-asciidoc` mojo (#459)
149
-
* Make `auto-refresh` (and `http` by inheritance) only convert modified and created sources (#474)
150
-
* Make `auto-refresh` only copy modified and created resources + taking into consideration <resources> options (#478)
151
-
* Make `auto-refresh` ignore docInfo files to avoid copying them into output (#480)
152
-
* Add official support for `http` mojo with life preview and refresh of html output (#483)
153
-
154
-
Bug Fixes::
155
-
156
-
* Remove Maven components from plugin descriptor (#450)
157
-
* Remove unnecessary maven's @Parameter configuration from ExtensionConfiguration, Synchronization and Resources (#461)
158
-
* Remove unused BuildContext from AsciidoctorMojo (#462)
159
-
* Remove unnecessary required configuration from mojo parameters (#463)
160
-
* Prevent sources from being converted twice in http mojo (#469)
161
-
* Remove synchronization property from mojo (#471)
162
-
163
-
Documentation::
164
-
165
-
* Add reference to v2-migration-guide in README for better findability (#445)
166
-
* Fix broken link to V2 migration guide (https://github.com/ge0ffrey[@ge0ffrey]) (#446)
167
-
* Add GitHub's PR and issue templates (#465)
168
-
* Add `auto-refresh` mojo documentation (#466)
169
-
* Add copyright notice to README and remove unnecessary license header from sources (#482)
170
-
171
-
Build / Infrastructure::
172
-
173
-
* Updated maven-release-plugin version (3.0.0-M1) and POM scm configuration to simplify release process
174
-
* Adds GitHub Actions build for Linux, Windows, MacOS and Java 8, 11 (#452, #453)
175
-
* Simplify TravisCI and AppVeyor to run Java 8 and 11 only (#460)
176
-
* Upgrade Maven from v3.5.0 to 3.6.3 in AppVeyor (#460)
177
-
* Updated jacoco-maven-plugin version from v0.8.2 to 0.8.5 (#479)
178
-
* Use maven-javadoc-plugin version defined in `pluginManagement` + update to v3.2.0 (#481)
179
-
* Add Maven Wrapper to project and CI builds (#484)
180
-
* Upgrade Asciidoctorj to 2.4.1 and jRuby to 9.2.13.0 (#486)
0 commit comments