Skip to content

Instantly share code, notes, and snippets.

@lamvak
Created October 18, 2016 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lamvak/9f1b828c40f82c4cf95b2d56608e267a to your computer and use it in GitHub Desktop.
Save lamvak/9f1b828c40f82c4cf95b2d56608e267a to your computer and use it in GitHub Desktop.
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jbake:jbake-core:jar:2.5.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 111, column 21
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ line 122, column 18
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jbake 2.5.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ jbake-core ---
[INFO] Deleting /home/lamvak/workspace/jbake/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jbake-core ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (prepare-agent) @ jbake-core ---
[INFO] argLine set to -javaagent:/home/lamvak/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/lamvak/workspace/jbake/target/jacoco.exec
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jbake-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ jbake-core ---
[INFO] Compiling 61 source files to /home/lamvak/workspace/jbake/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jbake-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 75 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ jbake-core ---
[INFO] Compiling 25 source files to /home/lamvak/workspace/jbake/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ jbake-core ---
[INFO] Surefire report directory: /home/lamvak/workspace/jbake/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jbake.app.ParserTest
23:38:39.529 [main] INFO org.jbake.parser.AsciidoctorEngine - Initializing Asciidoctor engine...
23:38:44.271 [main] INFO org.jbake.parser.AsciidoctorEngine - Asciidoctor engine initialized.
23:38:44.857 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /tmp/junit503216620954412768/invalid.html!
23:38:44.954 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /tmp/junit6840253426333950165/invalid.ad!
23:38:44.975 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /tmp/junit2456889779389612167/invalidwoheader.ad!
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.831 sec - in org.jbake.app.ParserTest
Running org.jbake.app.AssetTest
23:38:44.989 [main] WARN org.jbake.app.ConfigUtil - You have defined a part of your JBake configuration in custom.properties located at: /home/lamvak/workspace/jbake/target/test-classes
23:38:44.989 [main] WARN org.jbake.app.ConfigUtil - Usage of this file is being deprecated, please rename this file to: jbake.properties to remove this warning
23:38:45.011 [main] INFO org.jbake.app.Asset - Copying [/home/lamvak/workspace/jbake/target/test-classes/ignorables/test.txt]...done!
23:38:45.019 [main] INFO org.jbake.app.Asset - Copying [/home/lamvak/workspace/jbake/target/test-classes/media/favicon.ico]...done!
23:38:45.030 [main] INFO org.jbake.app.Asset - Copying [/home/lamvak/workspace/jbake/target/test-classes/assets/css/bootstrap-responsive.min.css]...done!
23:38:45.032 [main] INFO org.jbake.app.Asset - Copying [/home/lamvak/workspace/jbake/target/test-classes/assets/css/bootstrap.min.css]...done!
23:38:45.033 [main] INFO org.jbake.app.Asset - Copying [/home/lamvak/workspace/jbake/target/test-classes/assets/img/glyphicons-halflings-white.png]...done!
23:38:45.034 [main] INFO org.jbake.app.Asset - Copying [/home/lamvak/workspace/jbake/target/test-classes/assets/img/glyphicons-halflings.png]...done!
23:38:45.035 [main] INFO org.jbake.app.Asset - Copying [/home/lamvak/workspace/jbake/target/test-classes/assets/js/bootstrap.min.js]...done!
23:38:45.037 [main] INFO org.jbake.app.Asset - Copying [/home/lamvak/workspace/jbake/target/test-classes/assets/js/html5shiv.js]...done!
23:38:45.037 [main] INFO org.jbake.app.Asset - Copying [/home/lamvak/workspace/jbake/target/test-classes/assets/js/jquery-1.9.1.min.js]...done!
23:38:45.049 [main] ERROR org.jbake.app.Asset - Copying [/home/lamvak/workspace/jbake/target/test-classes/assets/css/bootstrap-responsive.min.css]...failed!
java.io.IOException: Destination '/tmp/junit1768038669153274024/css' directory cannot be created
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1082)
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1040)
at org.jbake.app.Asset.copy(Asset.java:66)
at org.jbake.app.Asset.copy(Asset.java:78)
at org.jbake.app.AssetTest.testWriteProtected(AssetTest.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
java.io.IOException: Destination '/tmp/junit1768038669153274024/css' directory cannot be created
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1082)
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1040)
at org.jbake.app.Asset.copy(Asset.java:66)
at org.jbake.app.Asset.copy(Asset.java:78)
at org.jbake.app.AssetTest.testWriteProtected(AssetTest.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
23:38:45.063 [main] ERROR org.jbake.app.Asset - Copying [/home/lamvak/workspace/jbake/target/test-classes/assets/css/bootstrap.min.css]...failed!
java.io.IOException: Destination '/tmp/junit1768038669153274024/css' directory cannot be created
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1082)
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1040)
at org.jbake.app.Asset.copy(Asset.java:66)
at org.jbake.app.Asset.copy(Asset.java:78)
at org.jbake.app.AssetTest.testWriteProtected(AssetTest.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
java.io.IOException: Destination '/tmp/junit1768038669153274024/css' directory cannot be created
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1082)
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1040)
at org.jbake.app.Asset.copy(Asset.java:66)
at org.jbake.app.Asset.copy(Asset.java:78)
at org.jbake.app.AssetTest.testWriteProtected(AssetTest.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
23:38:45.081 [main] ERROR org.jbake.app.Asset - Copying [/home/lamvak/workspace/jbake/target/test-classes/assets/img/glyphicons-halflings-white.png]...failed!
java.io.IOException: Destination '/tmp/junit1768038669153274024/img' directory cannot be created
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1082)
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1040)
at org.jbake.app.Asset.copy(Asset.java:66)
at org.jbake.app.Asset.copy(Asset.java:78)
at org.jbake.app.AssetTest.testWriteProtected(AssetTest.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
java.io.IOException: Destination '/tmp/junit1768038669153274024/img' directory cannot be created
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1082)
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1040)
at org.jbake.app.Asset.copy(Asset.java:66)
at org.jbake.app.Asset.copy(Asset.java:78)
at org.jbake.app.AssetTest.testWriteProtected(AssetTest.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
23:38:45.083 [main] ERROR org.jbake.app.Asset - Copying [/home/lamvak/workspace/jbake/target/test-classes/assets/img/glyphicons-halflings.png]...failed!
java.io.IOException: Destination '/tmp/junit1768038669153274024/img' directory cannot be created
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1082)
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1040)
at org.jbake.app.Asset.copy(Asset.java:66)
at org.jbake.app.Asset.copy(Asset.java:78)
at org.jbake.app.AssetTest.testWriteProtected(AssetTest.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
java.io.IOException: Destination '/tmp/junit1768038669153274024/img' directory cannot be created
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1082)
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1040)
at org.jbake.app.Asset.copy(Asset.java:66)
at org.jbake.app.Asset.copy(Asset.java:78)
at org.jbake.app.AssetTest.testWriteProtected(AssetTest.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
23:38:45.085 [main] ERROR org.jbake.app.Asset - Copying [/home/lamvak/workspace/jbake/target/test-classes/assets/js/bootstrap.min.js]...failed!
java.io.IOException: Destination '/tmp/junit1768038669153274024/js' directory cannot be created
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1082)
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1040)
at org.jbake.app.Asset.copy(Asset.java:66)
at org.jbake.app.Asset.copy(Asset.java:78)
at org.jbake.app.AssetTest.testWriteProtected(AssetTest.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
java.io.IOException: Destination '/tmp/junit1768038669153274024/js' directory cannot be created
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1082)
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1040)
at org.jbake.app.Asset.copy(Asset.java:66)
at org.jbake.app.Asset.copy(Asset.java:78)
at org.jbake.app.AssetTest.testWriteProtected(AssetTest.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
23:38:45.086 [main] ERROR org.jbake.app.Asset - Copying [/home/lamvak/workspace/jbake/target/test-classes/assets/js/html5shiv.js]...failed!
java.io.IOException: Destination '/tmp/junit1768038669153274024/js' directory cannot be created
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1082)
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1040)
at org.jbake.app.Asset.copy(Asset.java:66)
at org.jbake.app.Asset.copy(Asset.java:78)
at org.jbake.app.AssetTest.testWriteProtected(AssetTest.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
java.io.IOException: Destination '/tmp/junit1768038669153274024/js' directory cannot be created
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1082)
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1040)
at org.jbake.app.Asset.copy(Asset.java:66)
at org.jbake.app.Asset.copy(Asset.java:78)
at org.jbake.app.AssetTest.testWriteProtected(AssetTest.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
23:38:45.087 [main] ERROR org.jbake.app.Asset - Copying [/home/lamvak/workspace/jbake/target/test-classes/assets/js/jquery-1.9.1.min.js]...failed!
java.io.IOException: Destination '/tmp/junit1768038669153274024/js' directory cannot be created
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1082)
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1040)
at org.jbake.app.Asset.copy(Asset.java:66)
at org.jbake.app.Asset.copy(Asset.java:78)
at org.jbake.app.AssetTest.testWriteProtected(AssetTest.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
java.io.IOException: Destination '/tmp/junit1768038669153274024/js' directory cannot be created
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1082)
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1040)
at org.jbake.app.Asset.copy(Asset.java:66)
at org.jbake.app.Asset.copy(Asset.java:78)
at org.jbake.app.AssetTest.testWriteProtected(AssetTest.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec - in org.jbake.app.AssetTest
Running org.jbake.app.PaginationTest
Oct 18, 2016 11:38:45 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:46 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.523 sec - in org.jbake.app.PaginationTest
Running org.jbake.app.InitTest
java.lang.Exception: Output folder '/tmp/junit6558908764170856664/init' already contains structure!
at org.jbake.launcher.Init.run(Init.java:55)
at org.jbake.app.InitTest.initFailDestinationContainsContent(InitTest.java:54)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
java.lang.Exception: Cannot locate example project type: invalid
at org.jbake.launcher.Init.run(Init.java:65)
at org.jbake.app.InitTest.initFailInvalidTemplateType(InitTest.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jbake.app.InitTest
Running org.jbake.app.CrawlerTest
Oct 18, 2016 11:38:46 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:46 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:46.874 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:46.883 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:46.890 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:46.925 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:46.931 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:46.935 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:46.936 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:46.936 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:46.940 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:46.949 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:46.952 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:46.956 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
Oct 18, 2016 11:38:46 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:47 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:47.182 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:47.211 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:47.214 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:47.217 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:47.220 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:47.222 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:47.222 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:47.223 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:47.233 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:47.242 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:47.246 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:47.255 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 sec - in org.jbake.app.CrawlerTest
Running org.jbake.app.ConfigUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.jbake.app.ConfigUtilTest
Running org.jbake.app.MdParserTest
23:38:47.955 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /tmp/junit4048270991088051984/invalidBasic.md!
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.772 sec - in org.jbake.app.MdParserTest
Running org.jbake.app.template.ThymeleafTemplateEngineRenderingTest
Oct 18, 2016 11:38:48 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:48 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:48.281 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:48.286 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:48.302 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:48.314 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:48.316 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:48.319 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:48.319 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:48.319 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:48.322 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:48.327 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:48.330 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:48.333 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:49.161 [main] DEBUG org.thymeleaf.TemplateEngine - [THYMELEAF] INITIALIZING TEMPLATE ENGINE
23:38:49.826 [main] DEBUG org.thymeleaf.TemplateEngine.CONFIG - Initializing Thymeleaf Template engine configuration...
[THYMELEAF] TEMPLATE ENGINE CONFIGURATION:
[THYMELEAF] * Thymeleaf version: 3.0.2.RELEASE (built 2016-09-28T22:12:42+0000)
[THYMELEAF] * Cache Manager implementation: org.thymeleaf.cache.StandardCacheManager
[THYMELEAF] * Template resolvers:
[THYMELEAF] * org.thymeleaf.templateresolver.FileTemplateResolver
[THYMELEAF] * Message resolvers:
[THYMELEAF] * org.thymeleaf.messageresolver.StandardMessageResolver
[THYMELEAF] * Link builders:
[THYMELEAF] * org.thymeleaf.linkbuilder.StandardLinkBuilder
[THYMELEAF] * Dialect: Standard (org.thymeleaf.standard.StandardDialect)
[THYMELEAF] * Prefix: "th"
[THYMELEAF] * Processors for Template Mode: HTML
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:include,data-th-include}] [100]: org.thymeleaf.standard.processor.StandardIncludeTagProcessor
[THYMELEAF] * [* {th:insert,data-th-insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace,data-th-replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:substituteby,data-th-substituteby}] [100]: org.thymeleaf.standard.processor.StandardSubstituteByTagProcessor
[THYMELEAF] * [* {th:each,data-th-each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch,data-th-switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case,data-th-case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if,data-th-if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless,data-th-unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object,data-th-object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with,data-th-with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:attr,data-th-attr}] [700]: org.thymeleaf.standard.processor.StandardAttrTagProcessor
[THYMELEAF] * [* {th:attrprepend,data-th-attrprepend}] [800]: org.thymeleaf.standard.processor.StandardAttrprependTagProcessor
[THYMELEAF] * [* {th:attrappend,data-th-attrappend}] [900]: org.thymeleaf.standard.processor.StandardAttrappendTagProcessor
[THYMELEAF] * [* {th:alt-title,data-th-alt-title}] [990]: org.thymeleaf.standard.processor.StandardAltTitleTagProcessor
[THYMELEAF] * [* {th:lang-xmllang,data-th-lang-xmllang}] [990]: org.thymeleaf.standard.processor.StandardLangXmlLangTagProcessor
[THYMELEAF] * [* {th:action,data-th-action}] [1000]: org.thymeleaf.standard.processor.StandardActionTagProcessor
[THYMELEAF] * [* {th:declare,data-th-declare}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:scoped,data-th-scoped}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:open,data-th-open}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:formnovalidate,data-th-formnovalidate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:async,data-th-async}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:seamless,data-th-seamless}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:novalidate,data-th-novalidate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:checked,data-th-checked}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:nowrap,data-th-nowrap}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:disabled,data-th-disabled}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:controls,data-th-controls}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:autofocus,data-th-autofocus}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:reversed,data-th-reversed}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:readonly,data-th-readonly}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:required,data-th-required}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:hidden,data-th-hidden}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:selected,data-th-selected}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:defer,data-th-defer}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:loop,data-th-loop}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:default,data-th-default}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:pubdate,data-th-pubdate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:ismap,data-th-ismap}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:autoplay,data-th-autoplay}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:multiple,data-th-multiple}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:href,data-th-href}] [1000]: org.thymeleaf.standard.processor.StandardHrefTagProcessor
[THYMELEAF] * [* {th:inline,data-th-inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineHTMLTagProcessor
[THYMELEAF] * [* {th:method,data-th-method}] [1000]: org.thymeleaf.standard.processor.StandardMethodTagProcessor
[THYMELEAF] * [* {th:name,data-th-name}] [1000]: org.thymeleaf.standard.processor.StandardNonRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:type,data-th-type}] [1000]: org.thymeleaf.standard.processor.StandardNonRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:manifest,data-th-manifest}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onpopstate,data-th-onpopstate}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oninput,data-th-oninput}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onfocus,data-th-onfocus}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onbeforeprint,data-th-onbeforeprint}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:max,data-th-max}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scope,data-th-scope}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accept-charset,data-th-accept-charset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragleave,data-th-ondragleave}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onblur,data-th-onblur}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:autocomplete,data-th-autocomplete}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:align,data-th-align}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:placeholder,data-th-placeholder}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onscroll,data-th-onscroll}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:charset,data-th-charset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onshow,data-th-onshow}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cite,data-th-cite}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onload,data-th-onload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:start,data-th-start}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:height,data-th-height}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onprogress,data-th-onprogress}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:archive,data-th-archive}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeyup,data-th-onkeyup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousedown,data-th-onmousedown}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:standby,data-th-standby}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:media,data-th-media}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncontextmenu,data-th-oncontextmenu}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:audio,data-th-audio}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onforminput,data-th-onforminput}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:title,data-th-title}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:bgcolor,data-th-bgcolor}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragstart,data-th-ondragstart}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:content,data-th-content}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseover,data-th-onmouseover}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:kind,data-th-kind}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onseeking,data-th-onseeking}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onbeforeunload,data-th-onbeforeunload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseout,data-th-onmouseout}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondrop,data-th-ondrop}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:enctype,data-th-enctype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadstart,data-th-onloadstart}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeydown,data-th-onkeydown}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:size,data-th-size}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmessage,data-th-onmessage}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onratechange,data-th-onratechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onreset,data-th-onreset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:usemap,data-th-usemap}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onemptied,data-th-onemptied}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:label,data-th-label}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:maxlength,data-th-maxlength}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onclick,data-th-onclick}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:contenteditable,data-th-contenteditable}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onhashchange,data-th-onhashchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rules,data-th-rules}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:draggable,data-th-draggable}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rel,data-th-rel}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:min,data-th-min}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:border,data-th-border}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onsuspend,data-th-onsuspend}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:srclang,data-th-srclang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:class,data-th-class}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accept,data-th-accept}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onstorage,data-th-onstorage}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:compact,data-th-compact}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:background,data-th-background}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accesskey,data-th-accesskey}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onsubmit,data-th-onsubmit}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:frame,data-th-frame}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:sandbox,data-th-sandbox}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:low,data-th-low}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:optimum,data-th-optimum}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onerror,data-th-onerror}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:marginwidth,data-th-marginwidth}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cellspacing,data-th-cellspacing}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:hspace,data-th-hspace}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formtarget,data-th-formtarget}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onformchange,data-th-onformchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:data,data-th-data}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousemove,data-th-onmousemove}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onredo,data-th-onredo}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onundo,data-th-onundo}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadeddata,data-th-onloadeddata}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:keytype,data-th-keytype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:valuetype,data-th-valuetype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:dir,data-th-dir}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onreadystatechange,data-th-onreadystatechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragover,data-th-ondragover}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onpause,data-th-onpause}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rev,data-th-rev}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:challenge,data-th-challenge}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scrolling,data-th-scrolling}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:width,data-th-width}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onabort,data-th-onabort}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onseeked,data-th-onseeked}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:colspan,data-th-colspan}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:for,data-th-for}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:list,data-th-list}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:id,data-th-id}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncanplay,data-th-oncanplay}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondurationchange,data-th-ondurationchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:datetime,data-th-datetime}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onended,data-th-onended}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:preload,data-th-preload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:longdesc,data-th-longdesc}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:http-equiv,data-th-http-equiv}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:contextmenu,data-th-contextmenu}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onstalled,data-th-onstalled}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondrag,data-th-ondrag}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formaction,data-th-formaction}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:headers,data-th-headers}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeypress,data-th-onkeypress}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onchange,data-th-onchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oninvalid,data-th-oninvalid}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousewheel,data-th-onmousewheel}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:alt,data-th-alt}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:marginheight,data-th-marginheight}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:spellcheck,data-th-spellcheck}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onwaiting,data-th-onwaiting}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ononline,data-th-ononline}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rowspan,data-th-rowspan}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:dropzone,data-th-dropzone}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ontimeupdate,data-th-ontimeupdate}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onresize,data-th-onresize}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:tabindex,data-th-tabindex}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:high,data-th-high}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:vspace,data-th-vspace}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:radiogroup,data-th-radiogroup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:form,data-th-form}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onoffline,data-th-onoffline}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondblclick,data-th-ondblclick}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:frameborder,data-th-frameborder}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onplaying,data-th-onplaying}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:classid,data-th-classid}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:icon,data-th-icon}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncanplaythrough,data-th-oncanplaythrough}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:abbr,data-th-abbr}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:span,data-th-span}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseup,data-th-onmouseup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:step,data-th-step}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onvolumechange,data-th-onvolumechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onafterprint,data-th-onafterprint}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cellpadding,data-th-cellpadding}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onselect,data-th-onselect}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragenter,data-th-ondragenter}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:target,data-th-target}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:codetype,data-th-codetype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragend,data-th-ondragend}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:summary,data-th-summary}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formenctype,data-th-formenctype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scheme,data-th-scheme}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:hreflang,data-th-hreflang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:pattern,data-th-pattern}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:style,data-th-style}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:lang,data-th-lang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onunload,data-th-onunload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rows,data-th-rows}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:poster,data-th-poster}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:sizes,data-th-sizes}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formmethod,data-th-formmethod}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:axis,data-th-axis}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadedmetadata,data-th-onloadedmetadata}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:codebase,data-th-codebase}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cols,data-th-cols}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onplay,data-th-onplay}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:wrap,data-th-wrap}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:src,data-th-src}] [1000]: org.thymeleaf.standard.processor.StandardSrcTagProcessor
[THYMELEAF] * [* {th:value,data-th-value}] [1000]: org.thymeleaf.standard.processor.StandardValueTagProcessor
[THYMELEAF] * [* {th:xmlbase,data-th-xmlbase}] [1000]: org.thymeleaf.standard.processor.StandardXmlBaseTagProcessor
[THYMELEAF] * [* {th:xmllang,data-th-xmllang}] [1000]: org.thymeleaf.standard.processor.StandardXmlLangTagProcessor
[THYMELEAF] * [* {xmlns:th}] [1000]: org.thymeleaf.standard.processor.StandardXmlNsTagProcessor
[THYMELEAF] * [* {th:xmlspace,data-th-xmlspace}] [1000]: org.thymeleaf.standard.processor.StandardXmlSpaceTagProcessor
[THYMELEAF] * [* {th:classappend,data-th-classappend}] [1100]: org.thymeleaf.standard.processor.StandardClassappendTagProcessor
[THYMELEAF] * [* {th:styleappend,data-th-styleappend}] [1100]: org.thymeleaf.standard.processor.StandardStyleappendTagProcessor
[THYMELEAF] * [* {th:text,data-th-text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext,data-th-utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:fragment,data-th-fragment}] [1500]: org.thymeleaf.standard.processor.StandardFragmentTagProcessor
[THYMELEAF] * [* {th:assert,data-th-assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove,data-th-remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* {th:ref,data-th-ref}] [10000]: org.thymeleaf.standard.processor.StandardRefAttributeTagProcessor
[THYMELEAF] * [{th:block,th-block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* th:*] [2147483647]: org.thymeleaf.standard.processor.StandardDefaultAttributesTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * DOCTYPE Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardTranslationDocTypeProcessor
[THYMELEAF] * CDATA Section Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCDATASectionProcessor
[THYMELEAF] * Comment Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCommentProcessor
[THYMELEAF] * [1100]: org.thymeleaf.standard.processor.StandardConditionalCommentProcessor
[THYMELEAF] * Processors for Template Mode: XML
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:include}] [100]: org.thymeleaf.standard.processor.StandardIncludeTagProcessor
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:substituteby}] [100]: org.thymeleaf.standard.processor.StandardSubstituteByTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:attr}] [700]: org.thymeleaf.standard.processor.StandardAttrTagProcessor
[THYMELEAF] * [* {th:attrprepend}] [800]: org.thymeleaf.standard.processor.StandardAttrprependTagProcessor
[THYMELEAF] * [* {th:attrappend}] [900]: org.thymeleaf.standard.processor.StandardAttrappendTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineXMLTagProcessor
[THYMELEAF] * [* {xmlns:th}] [1000]: org.thymeleaf.standard.processor.StandardXmlNsTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:fragment}] [1500]: org.thymeleaf.standard.processor.StandardFragmentTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* {th:ref}] [10000]: org.thymeleaf.standard.processor.StandardRefAttributeTagProcessor
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* th:*] [2147483647]: org.thymeleaf.standard.processor.StandardDefaultAttributesTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * CDATA Section Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCDATASectionProcessor
[THYMELEAF] * Comment Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCommentProcessor
[THYMELEAF] * Processors for Template Mode: TEXT
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Processors for Template Mode: JAVASCRIPT
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Processors for Template Mode: CSS
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Expression Objects:
[THYMELEAF] * #ctx
[THYMELEAF] * #root
[THYMELEAF] * #vars
[THYMELEAF] * #object
[THYMELEAF] * #locale
[THYMELEAF] * #request
[THYMELEAF] * #response
[THYMELEAF] * #session
[THYMELEAF] * #servletContext
[THYMELEAF] * #conversions
[THYMELEAF] * #uris
[THYMELEAF] * #calendars
[THYMELEAF] * #dates
[THYMELEAF] * #bools
[THYMELEAF] * #numbers
[THYMELEAF] * #objects
[THYMELEAF] * #strings
[THYMELEAF] * #arrays
[THYMELEAF] * #lists
[THYMELEAF] * #sets
[THYMELEAF] * #maps
[THYMELEAF] * #aggregates
[THYMELEAF] * #messages
[THYMELEAF] * #ids
[THYMELEAF] * #execInfo
[THYMELEAF] * #httpServletRequest
[THYMELEAF] * #httpSession
[THYMELEAF] * Execution Attributes:
[THYMELEAF] * "StandardExpressionParser": Standard Expression Parser
[THYMELEAF] * "StandardJavaScriptSerializer": org.thymeleaf.standard.serializer.StandardJavaScriptSerializer@1307833c
[THYMELEAF] * "StandardCSSSerializer": org.thymeleaf.standard.serializer.StandardCSSSerializer@69fa03d4
[THYMELEAF] * "StandardVariableExpressionEvaluator": OGNL
[THYMELEAF] * "StandardConversionService": org.thymeleaf.standard.expression.StandardConversionService@25ae8ec3
[THYMELEAF] TEMPLATE ENGINE CONFIGURED OK
23:38:49.837 [main] DEBUG org.thymeleaf.TemplateEngine - [THYMELEAF] TEMPLATE ENGINE INITIALIZED
23:38:50.275 [main] INFO org.jbake.app.Renderer - Rendering masterindex [/tmp/junit1654269329570840948/index.html]...done!
Oct 18, 2016 11:38:50 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:50 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:50.501 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:50.510 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:50.513 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:50.515 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:50.519 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:50.521 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:50.521 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:50.521 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:50.523 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:50.531 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:50.534 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:50.537 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:50.548 [main] DEBUG org.thymeleaf.TemplateEngine - [THYMELEAF] INITIALIZING TEMPLATE ENGINE
23:38:50.584 [main] DEBUG org.thymeleaf.TemplateEngine.CONFIG - Initializing Thymeleaf Template engine configuration...
[THYMELEAF] TEMPLATE ENGINE CONFIGURATION:
[THYMELEAF] * Thymeleaf version: 3.0.2.RELEASE (built 2016-09-28T22:12:42+0000)
[THYMELEAF] * Cache Manager implementation: org.thymeleaf.cache.StandardCacheManager
[THYMELEAF] * Template resolvers:
[THYMELEAF] * org.thymeleaf.templateresolver.FileTemplateResolver
[THYMELEAF] * Message resolvers:
[THYMELEAF] * org.thymeleaf.messageresolver.StandardMessageResolver
[THYMELEAF] * Link builders:
[THYMELEAF] * org.thymeleaf.linkbuilder.StandardLinkBuilder
[THYMELEAF] * Dialect: Standard (org.thymeleaf.standard.StandardDialect)
[THYMELEAF] * Prefix: "th"
[THYMELEAF] * Processors for Template Mode: HTML
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:include,data-th-include}] [100]: org.thymeleaf.standard.processor.StandardIncludeTagProcessor
[THYMELEAF] * [* {th:insert,data-th-insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace,data-th-replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:substituteby,data-th-substituteby}] [100]: org.thymeleaf.standard.processor.StandardSubstituteByTagProcessor
[THYMELEAF] * [* {th:each,data-th-each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch,data-th-switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case,data-th-case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if,data-th-if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless,data-th-unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object,data-th-object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with,data-th-with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:attr,data-th-attr}] [700]: org.thymeleaf.standard.processor.StandardAttrTagProcessor
[THYMELEAF] * [* {th:attrprepend,data-th-attrprepend}] [800]: org.thymeleaf.standard.processor.StandardAttrprependTagProcessor
[THYMELEAF] * [* {th:attrappend,data-th-attrappend}] [900]: org.thymeleaf.standard.processor.StandardAttrappendTagProcessor
[THYMELEAF] * [* {th:alt-title,data-th-alt-title}] [990]: org.thymeleaf.standard.processor.StandardAltTitleTagProcessor
[THYMELEAF] * [* {th:lang-xmllang,data-th-lang-xmllang}] [990]: org.thymeleaf.standard.processor.StandardLangXmlLangTagProcessor
[THYMELEAF] * [* {th:action,data-th-action}] [1000]: org.thymeleaf.standard.processor.StandardActionTagProcessor
[THYMELEAF] * [* {th:multiple,data-th-multiple}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:default,data-th-default}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:required,data-th-required}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:async,data-th-async}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:open,data-th-open}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:controls,data-th-controls}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:formnovalidate,data-th-formnovalidate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:pubdate,data-th-pubdate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:disabled,data-th-disabled}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:readonly,data-th-readonly}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:reversed,data-th-reversed}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:declare,data-th-declare}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:defer,data-th-defer}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:loop,data-th-loop}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:hidden,data-th-hidden}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:novalidate,data-th-novalidate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:autoplay,data-th-autoplay}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:seamless,data-th-seamless}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:scoped,data-th-scoped}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:checked,data-th-checked}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:selected,data-th-selected}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:ismap,data-th-ismap}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:nowrap,data-th-nowrap}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:autofocus,data-th-autofocus}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:href,data-th-href}] [1000]: org.thymeleaf.standard.processor.StandardHrefTagProcessor
[THYMELEAF] * [* {th:inline,data-th-inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineHTMLTagProcessor
[THYMELEAF] * [* {th:method,data-th-method}] [1000]: org.thymeleaf.standard.processor.StandardMethodTagProcessor
[THYMELEAF] * [* {th:name,data-th-name}] [1000]: org.thymeleaf.standard.processor.StandardNonRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:type,data-th-type}] [1000]: org.thymeleaf.standard.processor.StandardNonRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:alt,data-th-alt}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:compact,data-th-compact}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scrolling,data-th-scrolling}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:target,data-th-target}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadeddata,data-th-onloadeddata}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:size,data-th-size}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onunload,data-th-onunload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:form,data-th-form}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondrop,data-th-ondrop}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:for,data-th-for}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:content,data-th-content}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:audio,data-th-audio}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:optimum,data-th-optimum}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onsuspend,data-th-onsuspend}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncanplay,data-th-oncanplay}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:max,data-th-max}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:media,data-th-media}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:usemap,data-th-usemap}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cols,data-th-cols}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rows,data-th-rows}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scope,data-th-scope}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:placeholder,data-th-placeholder}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onresize,data-th-onresize}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:marginwidth,data-th-marginwidth}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onemptied,data-th-onemptied}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseover,data-th-onmouseover}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:http-equiv,data-th-http-equiv}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragenter,data-th-ondragenter}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onredo,data-th-onredo}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:classid,data-th-classid}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:wrap,data-th-wrap}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scheme,data-th-scheme}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:dropzone,data-th-dropzone}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onundo,data-th-onundo}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:srclang,data-th-srclang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousemove,data-th-onmousemove}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:draggable,data-th-draggable}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:label,data-th-label}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formtarget,data-th-formtarget}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:codetype,data-th-codetype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onplaying,data-th-onplaying}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:hreflang,data-th-hreflang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:longdesc,data-th-longdesc}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ontimeupdate,data-th-ontimeupdate}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onselect,data-th-onselect}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accept,data-th-accept}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onstorage,data-th-onstorage}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onended,data-th-onended}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:tabindex,data-th-tabindex}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:frame,data-th-frame}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rowspan,data-th-rowspan}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onseeked,data-th-onseeked}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragleave,data-th-ondragleave}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onwaiting,data-th-onwaiting}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oninput,data-th-oninput}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:style,data-th-style}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:spellcheck,data-th-spellcheck}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:span,data-th-span}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:maxlength,data-th-maxlength}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rules,data-th-rules}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cellpadding,data-th-cellpadding}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:vspace,data-th-vspace}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:data,data-th-data}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeyup,data-th-onkeyup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onreset,data-th-onreset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onstalled,data-th-onstalled}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:kind,data-th-kind}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:standby,data-th-standby}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onformchange,data-th-onformchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:poster,data-th-poster}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondblclick,data-th-ondblclick}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onchange,data-th-onchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rev,data-th-rev}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onbeforeunload,data-th-onbeforeunload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:list,data-th-list}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:autocomplete,data-th-autocomplete}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:valuetype,data-th-valuetype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:id,data-th-id}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cellspacing,data-th-cellspacing}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeypress,data-th-onkeypress}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:icon,data-th-icon}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:radiogroup,data-th-radiogroup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:step,data-th-step}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:keytype,data-th-keytype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:low,data-th-low}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onplay,data-th-onplay}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cite,data-th-cite}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onclick,data-th-onclick}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onvolumechange,data-th-onvolumechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:colspan,data-th-colspan}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:width,data-th-width}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formmethod,data-th-formmethod}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onoffline,data-th-onoffline}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmessage,data-th-onmessage}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:abbr,data-th-abbr}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:hspace,data-th-hspace}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onsubmit,data-th-onsubmit}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousewheel,data-th-onmousewheel}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onbeforeprint,data-th-onbeforeprint}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondurationchange,data-th-ondurationchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:border,data-th-border}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:frameborder,data-th-frameborder}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onload,data-th-onload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:manifest,data-th-manifest}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:background,data-th-background}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onerror,data-th-onerror}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formaction,data-th-formaction}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragstart,data-th-ondragstart}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onblur,data-th-onblur}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onseeking,data-th-onseeking}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadstart,data-th-onloadstart}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onreadystatechange,data-th-onreadystatechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accesskey,data-th-accesskey}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncontextmenu,data-th-oncontextmenu}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseup,data-th-onmouseup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:contenteditable,data-th-contenteditable}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:start,data-th-start}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ononline,data-th-ononline}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:preload,data-th-preload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:marginheight,data-th-marginheight}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:codebase,data-th-codebase}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onhashchange,data-th-onhashchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragover,data-th-ondragover}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:dir,data-th-dir}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:sizes,data-th-sizes}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onpause,data-th-onpause}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:charset,data-th-charset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onprogress,data-th-onprogress}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadedmetadata,data-th-onloadedmetadata}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:class,data-th-class}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondrag,data-th-ondrag}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:challenge,data-th-challenge}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onforminput,data-th-onforminput}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onpopstate,data-th-onpopstate}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:high,data-th-high}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:height,data-th-height}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:enctype,data-th-enctype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onabort,data-th-onabort}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:align,data-th-align}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onratechange,data-th-onratechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:sandbox,data-th-sandbox}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onshow,data-th-onshow}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:archive,data-th-archive}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:bgcolor,data-th-bgcolor}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:summary,data-th-summary}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onafterprint,data-th-onafterprint}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:axis,data-th-axis}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:headers,data-th-headers}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragend,data-th-ondragend}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseout,data-th-onmouseout}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncanplaythrough,data-th-oncanplaythrough}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formenctype,data-th-formenctype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeydown,data-th-onkeydown}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:contextmenu,data-th-contextmenu}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:lang,data-th-lang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:datetime,data-th-datetime}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rel,data-th-rel}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onfocus,data-th-onfocus}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:pattern,data-th-pattern}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onscroll,data-th-onscroll}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousedown,data-th-onmousedown}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oninvalid,data-th-oninvalid}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:title,data-th-title}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accept-charset,data-th-accept-charset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:min,data-th-min}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:src,data-th-src}] [1000]: org.thymeleaf.standard.processor.StandardSrcTagProcessor
[THYMELEAF] * [* {th:value,data-th-value}] [1000]: org.thymeleaf.standard.processor.StandardValueTagProcessor
[THYMELEAF] * [* {th:xmlbase,data-th-xmlbase}] [1000]: org.thymeleaf.standard.processor.StandardXmlBaseTagProcessor
[THYMELEAF] * [* {th:xmllang,data-th-xmllang}] [1000]: org.thymeleaf.standard.processor.StandardXmlLangTagProcessor
[THYMELEAF] * [* {xmlns:th}] [1000]: org.thymeleaf.standard.processor.StandardXmlNsTagProcessor
[THYMELEAF] * [* {th:xmlspace,data-th-xmlspace}] [1000]: org.thymeleaf.standard.processor.StandardXmlSpaceTagProcessor
[THYMELEAF] * [* {th:classappend,data-th-classappend}] [1100]: org.thymeleaf.standard.processor.StandardClassappendTagProcessor
[THYMELEAF] * [* {th:styleappend,data-th-styleappend}] [1100]: org.thymeleaf.standard.processor.StandardStyleappendTagProcessor
[THYMELEAF] * [* {th:text,data-th-text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext,data-th-utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:fragment,data-th-fragment}] [1500]: org.thymeleaf.standard.processor.StandardFragmentTagProcessor
[THYMELEAF] * [* {th:assert,data-th-assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove,data-th-remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* {th:ref,data-th-ref}] [10000]: org.thymeleaf.standard.processor.StandardRefAttributeTagProcessor
[THYMELEAF] * [{th:block,th-block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* th:*] [2147483647]: org.thymeleaf.standard.processor.StandardDefaultAttributesTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * DOCTYPE Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardTranslationDocTypeProcessor
[THYMELEAF] * CDATA Section Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCDATASectionProcessor
[THYMELEAF] * Comment Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCommentProcessor
[THYMELEAF] * [1100]: org.thymeleaf.standard.processor.StandardConditionalCommentProcessor
[THYMELEAF] * Processors for Template Mode: XML
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:include}] [100]: org.thymeleaf.standard.processor.StandardIncludeTagProcessor
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:substituteby}] [100]: org.thymeleaf.standard.processor.StandardSubstituteByTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:attr}] [700]: org.thymeleaf.standard.processor.StandardAttrTagProcessor
[THYMELEAF] * [* {th:attrprepend}] [800]: org.thymeleaf.standard.processor.StandardAttrprependTagProcessor
[THYMELEAF] * [* {th:attrappend}] [900]: org.thymeleaf.standard.processor.StandardAttrappendTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineXMLTagProcessor
[THYMELEAF] * [* {xmlns:th}] [1000]: org.thymeleaf.standard.processor.StandardXmlNsTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:fragment}] [1500]: org.thymeleaf.standard.processor.StandardFragmentTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* {th:ref}] [10000]: org.thymeleaf.standard.processor.StandardRefAttributeTagProcessor
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* th:*] [2147483647]: org.thymeleaf.standard.processor.StandardDefaultAttributesTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * CDATA Section Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCDATASectionProcessor
[THYMELEAF] * Comment Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCommentProcessor
[THYMELEAF] * Processors for Template Mode: TEXT
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Processors for Template Mode: JAVASCRIPT
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Processors for Template Mode: CSS
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Expression Objects:
[THYMELEAF] * #ctx
[THYMELEAF] * #root
[THYMELEAF] * #vars
[THYMELEAF] * #object
[THYMELEAF] * #locale
[THYMELEAF] * #request
[THYMELEAF] * #response
[THYMELEAF] * #session
[THYMELEAF] * #servletContext
[THYMELEAF] * #conversions
[THYMELEAF] * #uris
[THYMELEAF] * #calendars
[THYMELEAF] * #dates
[THYMELEAF] * #bools
[THYMELEAF] * #numbers
[THYMELEAF] * #objects
[THYMELEAF] * #strings
[THYMELEAF] * #arrays
[THYMELEAF] * #lists
[THYMELEAF] * #sets
[THYMELEAF] * #maps
[THYMELEAF] * #aggregates
[THYMELEAF] * #messages
[THYMELEAF] * #ids
[THYMELEAF] * #execInfo
[THYMELEAF] * #httpServletRequest
[THYMELEAF] * #httpSession
[THYMELEAF] * Execution Attributes:
[THYMELEAF] * "StandardExpressionParser": Standard Expression Parser
[THYMELEAF] * "StandardJavaScriptSerializer": org.thymeleaf.standard.serializer.StandardJavaScriptSerializer@1741ccd8
[THYMELEAF] * "StandardCSSSerializer": org.thymeleaf.standard.serializer.StandardCSSSerializer@6d5c9927
[THYMELEAF] * "StandardVariableExpressionEvaluator": OGNL
[THYMELEAF] * "StandardConversionService": org.thymeleaf.standard.expression.StandardConversionService@6d04782c
[THYMELEAF] TEMPLATE ENGINE CONFIGURED OK
23:38:50.584 [main] DEBUG org.thymeleaf.TemplateEngine - [THYMELEAF] TEMPLATE ENGINE INITIALIZED
23:38:50.644 [main] INFO org.jbake.app.Renderer - Rendering archive [/tmp/junit423588056023372581/archive.html]...done!
Oct 18, 2016 11:38:50 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:50 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:50.809 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:50.816 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:50.819 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:50.821 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:50.824 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:50.826 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:50.827 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:50.827 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:50.830 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:50.836 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:50.840 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:50.842 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:50.853 [main] DEBUG org.thymeleaf.TemplateEngine - [THYMELEAF] INITIALIZING TEMPLATE ENGINE
23:38:50.885 [main] DEBUG org.thymeleaf.TemplateEngine.CONFIG - Initializing Thymeleaf Template engine configuration...
[THYMELEAF] TEMPLATE ENGINE CONFIGURATION:
[THYMELEAF] * Thymeleaf version: 3.0.2.RELEASE (built 2016-09-28T22:12:42+0000)
[THYMELEAF] * Cache Manager implementation: org.thymeleaf.cache.StandardCacheManager
[THYMELEAF] * Template resolvers:
[THYMELEAF] * org.thymeleaf.templateresolver.FileTemplateResolver
[THYMELEAF] * Message resolvers:
[THYMELEAF] * org.thymeleaf.messageresolver.StandardMessageResolver
[THYMELEAF] * Link builders:
[THYMELEAF] * org.thymeleaf.linkbuilder.StandardLinkBuilder
[THYMELEAF] * Dialect: Standard (org.thymeleaf.standard.StandardDialect)
[THYMELEAF] * Prefix: "th"
[THYMELEAF] * Processors for Template Mode: HTML
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:include,data-th-include}] [100]: org.thymeleaf.standard.processor.StandardIncludeTagProcessor
[THYMELEAF] * [* {th:insert,data-th-insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace,data-th-replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:substituteby,data-th-substituteby}] [100]: org.thymeleaf.standard.processor.StandardSubstituteByTagProcessor
[THYMELEAF] * [* {th:each,data-th-each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch,data-th-switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case,data-th-case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if,data-th-if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless,data-th-unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object,data-th-object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with,data-th-with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:attr,data-th-attr}] [700]: org.thymeleaf.standard.processor.StandardAttrTagProcessor
[THYMELEAF] * [* {th:attrprepend,data-th-attrprepend}] [800]: org.thymeleaf.standard.processor.StandardAttrprependTagProcessor
[THYMELEAF] * [* {th:attrappend,data-th-attrappend}] [900]: org.thymeleaf.standard.processor.StandardAttrappendTagProcessor
[THYMELEAF] * [* {th:alt-title,data-th-alt-title}] [990]: org.thymeleaf.standard.processor.StandardAltTitleTagProcessor
[THYMELEAF] * [* {th:lang-xmllang,data-th-lang-xmllang}] [990]: org.thymeleaf.standard.processor.StandardLangXmlLangTagProcessor
[THYMELEAF] * [* {th:action,data-th-action}] [1000]: org.thymeleaf.standard.processor.StandardActionTagProcessor
[THYMELEAF] * [* {th:async,data-th-async}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:ismap,data-th-ismap}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:default,data-th-default}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:required,data-th-required}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:formnovalidate,data-th-formnovalidate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:declare,data-th-declare}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:disabled,data-th-disabled}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:multiple,data-th-multiple}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:controls,data-th-controls}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:pubdate,data-th-pubdate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:loop,data-th-loop}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:novalidate,data-th-novalidate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:checked,data-th-checked}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:open,data-th-open}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:selected,data-th-selected}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:readonly,data-th-readonly}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:nowrap,data-th-nowrap}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:autofocus,data-th-autofocus}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:hidden,data-th-hidden}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:defer,data-th-defer}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:seamless,data-th-seamless}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:reversed,data-th-reversed}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:scoped,data-th-scoped}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:autoplay,data-th-autoplay}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:href,data-th-href}] [1000]: org.thymeleaf.standard.processor.StandardHrefTagProcessor
[THYMELEAF] * [* {th:inline,data-th-inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineHTMLTagProcessor
[THYMELEAF] * [* {th:method,data-th-method}] [1000]: org.thymeleaf.standard.processor.StandardMethodTagProcessor
[THYMELEAF] * [* {th:name,data-th-name}] [1000]: org.thymeleaf.standard.processor.StandardNonRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:type,data-th-type}] [1000]: org.thymeleaf.standard.processor.StandardNonRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:align,data-th-align}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:usemap,data-th-usemap}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:contextmenu,data-th-contextmenu}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onpopstate,data-th-onpopstate}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:abbr,data-th-abbr}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onscroll,data-th-onscroll}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:hspace,data-th-hspace}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:enctype,data-th-enctype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragend,data-th-ondragend}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncanplaythrough,data-th-oncanplaythrough}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:charset,data-th-charset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:axis,data-th-axis}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:alt,data-th-alt}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ontimeupdate,data-th-ontimeupdate}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:class,data-th-class}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:low,data-th-low}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:icon,data-th-icon}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:lang,data-th-lang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:autocomplete,data-th-autocomplete}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmessage,data-th-onmessage}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rowspan,data-th-rowspan}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onchange,data-th-onchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onredo,data-th-onredo}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:start,data-th-start}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onseeked,data-th-onseeked}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onseeking,data-th-onseeking}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:sandbox,data-th-sandbox}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formaction,data-th-formaction}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onabort,data-th-onabort}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onvolumechange,data-th-onvolumechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:list,data-th-list}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:standby,data-th-standby}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onsuspend,data-th-onsuspend}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onpause,data-th-onpause}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondrop,data-th-ondrop}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:poster,data-th-poster}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeydown,data-th-onkeydown}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:headers,data-th-headers}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:content,data-th-content}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:title,data-th-title}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:target,data-th-target}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousemove,data-th-onmousemove}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accept,data-th-accept}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:compact,data-th-compact}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:challenge,data-th-challenge}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:placeholder,data-th-placeholder}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragenter,data-th-ondragenter}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:radiogroup,data-th-radiogroup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onstalled,data-th-onstalled}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:size,data-th-size}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:vspace,data-th-vspace}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:http-equiv,data-th-http-equiv}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseout,data-th-onmouseout}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onclick,data-th-onclick}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cellpadding,data-th-cellpadding}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:high,data-th-high}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onprogress,data-th-onprogress}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onload,data-th-onload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scope,data-th-scope}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:width,data-th-width}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onhashchange,data-th-onhashchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncontextmenu,data-th-oncontextmenu}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formmethod,data-th-formmethod}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onplaying,data-th-onplaying}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:dir,data-th-dir}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:optimum,data-th-optimum}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onemptied,data-th-onemptied}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:wrap,data-th-wrap}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onunload,data-th-onunload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:sizes,data-th-sizes}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ononline,data-th-ononline}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:hreflang,data-th-hreflang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousewheel,data-th-onmousewheel}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:datetime,data-th-datetime}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onratechange,data-th-onratechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onshow,data-th-onshow}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:manifest,data-th-manifest}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncanplay,data-th-oncanplay}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onresize,data-th-onresize}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousedown,data-th-onmousedown}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:srclang,data-th-srclang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rows,data-th-rows}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:archive,data-th-archive}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:contenteditable,data-th-contenteditable}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeypress,data-th-onkeypress}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onended,data-th-onended}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:dropzone,data-th-dropzone}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:min,data-th-min}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oninput,data-th-oninput}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onformchange,data-th-onformchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rev,data-th-rev}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onerror,data-th-onerror}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scheme,data-th-scheme}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:for,data-th-for}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:summary,data-th-summary}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:codetype,data-th-codetype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cellspacing,data-th-cellspacing}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scrolling,data-th-scrolling}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseup,data-th-onmouseup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:preload,data-th-preload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadeddata,data-th-onloadeddata}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:valuetype,data-th-valuetype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onblur,data-th-onblur}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onsubmit,data-th-onsubmit}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onforminput,data-th-onforminput}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onreadystatechange,data-th-onreadystatechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formtarget,data-th-formtarget}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accesskey,data-th-accesskey}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formenctype,data-th-formenctype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:data,data-th-data}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:frame,data-th-frame}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onfocus,data-th-onfocus}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:form,data-th-form}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragstart,data-th-ondragstart}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:kind,data-th-kind}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onstorage,data-th-onstorage}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:pattern,data-th-pattern}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cols,data-th-cols}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oninvalid,data-th-oninvalid}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:longdesc,data-th-longdesc}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:style,data-th-style}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeyup,data-th-onkeyup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondrag,data-th-ondrag}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:bgcolor,data-th-bgcolor}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:maxlength,data-th-maxlength}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:border,data-th-border}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadstart,data-th-onloadstart}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:colspan,data-th-colspan}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragleave,data-th-ondragleave}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:step,data-th-step}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onreset,data-th-onreset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onplay,data-th-onplay}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:id,data-th-id}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:background,data-th-background}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onundo,data-th-onundo}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondurationchange,data-th-ondurationchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:codebase,data-th-codebase}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:marginheight,data-th-marginheight}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:frameborder,data-th-frameborder}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:span,data-th-span}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:height,data-th-height}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondblclick,data-th-ondblclick}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:classid,data-th-classid}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseover,data-th-onmouseover}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onbeforeprint,data-th-onbeforeprint}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:max,data-th-max}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accept-charset,data-th-accept-charset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:label,data-th-label}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cite,data-th-cite}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onoffline,data-th-onoffline}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rules,data-th-rules}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rel,data-th-rel}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onbeforeunload,data-th-onbeforeunload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadedmetadata,data-th-onloadedmetadata}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:draggable,data-th-draggable}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onafterprint,data-th-onafterprint}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:tabindex,data-th-tabindex}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:marginwidth,data-th-marginwidth}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:audio,data-th-audio}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:keytype,data-th-keytype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragover,data-th-ondragover}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:spellcheck,data-th-spellcheck}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onwaiting,data-th-onwaiting}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:media,data-th-media}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onselect,data-th-onselect}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:src,data-th-src}] [1000]: org.thymeleaf.standard.processor.StandardSrcTagProcessor
[THYMELEAF] * [* {th:value,data-th-value}] [1000]: org.thymeleaf.standard.processor.StandardValueTagProcessor
[THYMELEAF] * [* {th:xmlbase,data-th-xmlbase}] [1000]: org.thymeleaf.standard.processor.StandardXmlBaseTagProcessor
[THYMELEAF] * [* {th:xmllang,data-th-xmllang}] [1000]: org.thymeleaf.standard.processor.StandardXmlLangTagProcessor
[THYMELEAF] * [* {xmlns:th}] [1000]: org.thymeleaf.standard.processor.StandardXmlNsTagProcessor
[THYMELEAF] * [* {th:xmlspace,data-th-xmlspace}] [1000]: org.thymeleaf.standard.processor.StandardXmlSpaceTagProcessor
[THYMELEAF] * [* {th:classappend,data-th-classappend}] [1100]: org.thymeleaf.standard.processor.StandardClassappendTagProcessor
[THYMELEAF] * [* {th:styleappend,data-th-styleappend}] [1100]: org.thymeleaf.standard.processor.StandardStyleappendTagProcessor
[THYMELEAF] * [* {th:text,data-th-text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext,data-th-utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:fragment,data-th-fragment}] [1500]: org.thymeleaf.standard.processor.StandardFragmentTagProcessor
[THYMELEAF] * [* {th:assert,data-th-assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove,data-th-remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* {th:ref,data-th-ref}] [10000]: org.thymeleaf.standard.processor.StandardRefAttributeTagProcessor
[THYMELEAF] * [{th:block,th-block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* th:*] [2147483647]: org.thymeleaf.standard.processor.StandardDefaultAttributesTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * DOCTYPE Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardTranslationDocTypeProcessor
[THYMELEAF] * CDATA Section Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCDATASectionProcessor
[THYMELEAF] * Comment Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCommentProcessor
[THYMELEAF] * [1100]: org.thymeleaf.standard.processor.StandardConditionalCommentProcessor
[THYMELEAF] * Processors for Template Mode: XML
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:include}] [100]: org.thymeleaf.standard.processor.StandardIncludeTagProcessor
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:substituteby}] [100]: org.thymeleaf.standard.processor.StandardSubstituteByTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:attr}] [700]: org.thymeleaf.standard.processor.StandardAttrTagProcessor
[THYMELEAF] * [* {th:attrprepend}] [800]: org.thymeleaf.standard.processor.StandardAttrprependTagProcessor
[THYMELEAF] * [* {th:attrappend}] [900]: org.thymeleaf.standard.processor.StandardAttrappendTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineXMLTagProcessor
[THYMELEAF] * [* {xmlns:th}] [1000]: org.thymeleaf.standard.processor.StandardXmlNsTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:fragment}] [1500]: org.thymeleaf.standard.processor.StandardFragmentTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* {th:ref}] [10000]: org.thymeleaf.standard.processor.StandardRefAttributeTagProcessor
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* th:*] [2147483647]: org.thymeleaf.standard.processor.StandardDefaultAttributesTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * CDATA Section Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCDATASectionProcessor
[THYMELEAF] * Comment Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCommentProcessor
[THYMELEAF] * Processors for Template Mode: TEXT
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Processors for Template Mode: JAVASCRIPT
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Processors for Template Mode: CSS
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Expression Objects:
[THYMELEAF] * #ctx
[THYMELEAF] * #root
[THYMELEAF] * #vars
[THYMELEAF] * #object
[THYMELEAF] * #locale
[THYMELEAF] * #request
[THYMELEAF] * #response
[THYMELEAF] * #session
[THYMELEAF] * #servletContext
[THYMELEAF] * #conversions
[THYMELEAF] * #uris
[THYMELEAF] * #calendars
[THYMELEAF] * #dates
[THYMELEAF] * #bools
[THYMELEAF] * #numbers
[THYMELEAF] * #objects
[THYMELEAF] * #strings
[THYMELEAF] * #arrays
[THYMELEAF] * #lists
[THYMELEAF] * #sets
[THYMELEAF] * #maps
[THYMELEAF] * #aggregates
[THYMELEAF] * #messages
[THYMELEAF] * #ids
[THYMELEAF] * #execInfo
[THYMELEAF] * #httpServletRequest
[THYMELEAF] * #httpSession
[THYMELEAF] * Execution Attributes:
[THYMELEAF] * "StandardExpressionParser": Standard Expression Parser
[THYMELEAF] * "StandardJavaScriptSerializer": org.thymeleaf.standard.serializer.StandardJavaScriptSerializer@69d9a92c
[THYMELEAF] * "StandardCSSSerializer": org.thymeleaf.standard.serializer.StandardCSSSerializer@30cebcbf
[THYMELEAF] * "StandardVariableExpressionEvaluator": OGNL
[THYMELEAF] * "StandardConversionService": org.thymeleaf.standard.expression.StandardConversionService@18ee93b3
[THYMELEAF] TEMPLATE ENGINE CONFIGURED OK
23:38:50.886 [main] DEBUG org.thymeleaf.TemplateEngine - [THYMELEAF] TEMPLATE ENGINE INITIALIZED
23:38:50.935 [main] INFO org.jbake.app.Renderer - Rendering feed [/tmp/junit7045960328726515358/feed.xml]...done!
Oct 18, 2016 11:38:50 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:51 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:51.046 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:51.051 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:51.054 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:51.056 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:51.060 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:51.062 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:51.062 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:51.062 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:51.064 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:51.068 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:51.071 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:51.073 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:51.083 [main] DEBUG org.thymeleaf.TemplateEngine - [THYMELEAF] INITIALIZING TEMPLATE ENGINE
23:38:51.105 [main] DEBUG org.thymeleaf.TemplateEngine.CONFIG - Initializing Thymeleaf Template engine configuration...
[THYMELEAF] TEMPLATE ENGINE CONFIGURATION:
[THYMELEAF] * Thymeleaf version: 3.0.2.RELEASE (built 2016-09-28T22:12:42+0000)
[THYMELEAF] * Cache Manager implementation: org.thymeleaf.cache.StandardCacheManager
[THYMELEAF] * Template resolvers:
[THYMELEAF] * org.thymeleaf.templateresolver.FileTemplateResolver
[THYMELEAF] * Message resolvers:
[THYMELEAF] * org.thymeleaf.messageresolver.StandardMessageResolver
[THYMELEAF] * Link builders:
[THYMELEAF] * org.thymeleaf.linkbuilder.StandardLinkBuilder
[THYMELEAF] * Dialect: Standard (org.thymeleaf.standard.StandardDialect)
[THYMELEAF] * Prefix: "th"
[THYMELEAF] * Processors for Template Mode: HTML
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:include,data-th-include}] [100]: org.thymeleaf.standard.processor.StandardIncludeTagProcessor
[THYMELEAF] * [* {th:insert,data-th-insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace,data-th-replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:substituteby,data-th-substituteby}] [100]: org.thymeleaf.standard.processor.StandardSubstituteByTagProcessor
[THYMELEAF] * [* {th:each,data-th-each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch,data-th-switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case,data-th-case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if,data-th-if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless,data-th-unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object,data-th-object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with,data-th-with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:attr,data-th-attr}] [700]: org.thymeleaf.standard.processor.StandardAttrTagProcessor
[THYMELEAF] * [* {th:attrprepend,data-th-attrprepend}] [800]: org.thymeleaf.standard.processor.StandardAttrprependTagProcessor
[THYMELEAF] * [* {th:attrappend,data-th-attrappend}] [900]: org.thymeleaf.standard.processor.StandardAttrappendTagProcessor
[THYMELEAF] * [* {th:alt-title,data-th-alt-title}] [990]: org.thymeleaf.standard.processor.StandardAltTitleTagProcessor
[THYMELEAF] * [* {th:lang-xmllang,data-th-lang-xmllang}] [990]: org.thymeleaf.standard.processor.StandardLangXmlLangTagProcessor
[THYMELEAF] * [* {th:action,data-th-action}] [1000]: org.thymeleaf.standard.processor.StandardActionTagProcessor
[THYMELEAF] * [* {th:controls,data-th-controls}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:selected,data-th-selected}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:disabled,data-th-disabled}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:multiple,data-th-multiple}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:loop,data-th-loop}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:nowrap,data-th-nowrap}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:async,data-th-async}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:autofocus,data-th-autofocus}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:ismap,data-th-ismap}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:pubdate,data-th-pubdate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:novalidate,data-th-novalidate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:required,data-th-required}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:defer,data-th-defer}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:autoplay,data-th-autoplay}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:reversed,data-th-reversed}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:scoped,data-th-scoped}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:seamless,data-th-seamless}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:readonly,data-th-readonly}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:checked,data-th-checked}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:declare,data-th-declare}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:open,data-th-open}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:hidden,data-th-hidden}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:formnovalidate,data-th-formnovalidate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:default,data-th-default}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:href,data-th-href}] [1000]: org.thymeleaf.standard.processor.StandardHrefTagProcessor
[THYMELEAF] * [* {th:inline,data-th-inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineHTMLTagProcessor
[THYMELEAF] * [* {th:method,data-th-method}] [1000]: org.thymeleaf.standard.processor.StandardMethodTagProcessor
[THYMELEAF] * [* {th:name,data-th-name}] [1000]: org.thymeleaf.standard.processor.StandardNonRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:type,data-th-type}] [1000]: org.thymeleaf.standard.processor.StandardNonRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:sizes,data-th-sizes}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onload,data-th-onload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onabort,data-th-onabort}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formtarget,data-th-formtarget}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:compact,data-th-compact}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:abbr,data-th-abbr}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:wrap,data-th-wrap}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:class,data-th-class}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:dir,data-th-dir}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onpopstate,data-th-onpopstate}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:codetype,data-th-codetype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:lang,data-th-lang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onplaying,data-th-onplaying}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onprogress,data-th-onprogress}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:max,data-th-max}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:span,data-th-span}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseup,data-th-onmouseup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:manifest,data-th-manifest}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragleave,data-th-ondragleave}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onstalled,data-th-onstalled}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:keytype,data-th-keytype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:codebase,data-th-codebase}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onreset,data-th-onreset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onshow,data-th-onshow}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseout,data-th-onmouseout}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:bgcolor,data-th-bgcolor}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scope,data-th-scope}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cellspacing,data-th-cellspacing}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragover,data-th-ondragover}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondurationchange,data-th-ondurationchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousedown,data-th-onmousedown}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:icon,data-th-icon}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onsubmit,data-th-onsubmit}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:alt,data-th-alt}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondblclick,data-th-ondblclick}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cellpadding,data-th-cellpadding}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeydown,data-th-onkeydown}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:summary,data-th-summary}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:http-equiv,data-th-http-equiv}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onafterprint,data-th-onafterprint}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncontextmenu,data-th-oncontextmenu}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accept-charset,data-th-accept-charset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:start,data-th-start}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:placeholder,data-th-placeholder}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onformchange,data-th-onformchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:vspace,data-th-vspace}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:tabindex,data-th-tabindex}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ontimeupdate,data-th-ontimeupdate}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formaction,data-th-formaction}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:usemap,data-th-usemap}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rev,data-th-rev}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onbeforeunload,data-th-onbeforeunload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onclick,data-th-onclick}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accesskey,data-th-accesskey}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:charset,data-th-charset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:hspace,data-th-hspace}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeyup,data-th-onkeyup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rel,data-th-rel}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onforminput,data-th-onforminput}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousewheel,data-th-onmousewheel}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeypress,data-th-onkeypress}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:sandbox,data-th-sandbox}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onreadystatechange,data-th-onreadystatechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragend,data-th-ondragend}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:draggable,data-th-draggable}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:label,data-th-label}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:target,data-th-target}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onpause,data-th-onpause}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onvolumechange,data-th-onvolumechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formenctype,data-th-formenctype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:step,data-th-step}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onundo,data-th-onundo}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:contextmenu,data-th-contextmenu}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:data,data-th-data}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onbeforeprint,data-th-onbeforeprint}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onunload,data-th-onunload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmessage,data-th-onmessage}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:id,data-th-id}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:width,data-th-width}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onratechange,data-th-onratechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oninvalid,data-th-oninvalid}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragstart,data-th-ondragstart}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:hreflang,data-th-hreflang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onscroll,data-th-onscroll}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:min,data-th-min}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:marginheight,data-th-marginheight}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:for,data-th-for}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onhashchange,data-th-onhashchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:enctype,data-th-enctype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formmethod,data-th-formmethod}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:contenteditable,data-th-contenteditable}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oninput,data-th-oninput}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onseeking,data-th-onseeking}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:preload,data-th-preload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rowspan,data-th-rowspan}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:colspan,data-th-colspan}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onchange,data-th-onchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onseeked,data-th-onseeked}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:height,data-th-height}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scheme,data-th-scheme}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onblur,data-th-onblur}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:low,data-th-low}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accept,data-th-accept}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:valuetype,data-th-valuetype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onplay,data-th-onplay}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:longdesc,data-th-longdesc}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:datetime,data-th-datetime}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:optimum,data-th-optimum}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:axis,data-th-axis}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onfocus,data-th-onfocus}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:list,data-th-list}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousemove,data-th-onmousemove}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragenter,data-th-ondragenter}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onoffline,data-th-onoffline}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rules,data-th-rules}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onemptied,data-th-onemptied}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:media,data-th-media}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:style,data-th-style}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:headers,data-th-headers}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:form,data-th-form}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:dropzone,data-th-dropzone}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:frame,data-th-frame}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:frameborder,data-th-frameborder}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:align,data-th-align}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondrag,data-th-ondrag}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cite,data-th-cite}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scrolling,data-th-scrolling}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:marginwidth,data-th-marginwidth}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:spellcheck,data-th-spellcheck}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:pattern,data-th-pattern}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onended,data-th-onended}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:title,data-th-title}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:poster,data-th-poster}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onselect,data-th-onselect}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:audio,data-th-audio}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onredo,data-th-onredo}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncanplay,data-th-oncanplay}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onresize,data-th-onresize}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onerror,data-th-onerror}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadedmetadata,data-th-onloadedmetadata}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onsuspend,data-th-onsuspend}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadeddata,data-th-onloadeddata}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:content,data-th-content}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ononline,data-th-ononline}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:classid,data-th-classid}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadstart,data-th-onloadstart}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cols,data-th-cols}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:background,data-th-background}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onwaiting,data-th-onwaiting}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondrop,data-th-ondrop}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncanplaythrough,data-th-oncanplaythrough}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:high,data-th-high}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:challenge,data-th-challenge}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:border,data-th-border}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:maxlength,data-th-maxlength}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:size,data-th-size}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rows,data-th-rows}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseover,data-th-onmouseover}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onstorage,data-th-onstorage}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:standby,data-th-standby}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:archive,data-th-archive}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:radiogroup,data-th-radiogroup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:kind,data-th-kind}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:autocomplete,data-th-autocomplete}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:srclang,data-th-srclang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:src,data-th-src}] [1000]: org.thymeleaf.standard.processor.StandardSrcTagProcessor
[THYMELEAF] * [* {th:value,data-th-value}] [1000]: org.thymeleaf.standard.processor.StandardValueTagProcessor
[THYMELEAF] * [* {th:xmlbase,data-th-xmlbase}] [1000]: org.thymeleaf.standard.processor.StandardXmlBaseTagProcessor
[THYMELEAF] * [* {th:xmllang,data-th-xmllang}] [1000]: org.thymeleaf.standard.processor.StandardXmlLangTagProcessor
[THYMELEAF] * [* {xmlns:th}] [1000]: org.thymeleaf.standard.processor.StandardXmlNsTagProcessor
[THYMELEAF] * [* {th:xmlspace,data-th-xmlspace}] [1000]: org.thymeleaf.standard.processor.StandardXmlSpaceTagProcessor
[THYMELEAF] * [* {th:classappend,data-th-classappend}] [1100]: org.thymeleaf.standard.processor.StandardClassappendTagProcessor
[THYMELEAF] * [* {th:styleappend,data-th-styleappend}] [1100]: org.thymeleaf.standard.processor.StandardStyleappendTagProcessor
[THYMELEAF] * [* {th:text,data-th-text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext,data-th-utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:fragment,data-th-fragment}] [1500]: org.thymeleaf.standard.processor.StandardFragmentTagProcessor
[THYMELEAF] * [* {th:assert,data-th-assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove,data-th-remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* {th:ref,data-th-ref}] [10000]: org.thymeleaf.standard.processor.StandardRefAttributeTagProcessor
[THYMELEAF] * [{th:block,th-block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* th:*] [2147483647]: org.thymeleaf.standard.processor.StandardDefaultAttributesTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * DOCTYPE Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardTranslationDocTypeProcessor
[THYMELEAF] * CDATA Section Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCDATASectionProcessor
[THYMELEAF] * Comment Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCommentProcessor
[THYMELEAF] * [1100]: org.thymeleaf.standard.processor.StandardConditionalCommentProcessor
[THYMELEAF] * Processors for Template Mode: XML
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:include}] [100]: org.thymeleaf.standard.processor.StandardIncludeTagProcessor
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:substituteby}] [100]: org.thymeleaf.standard.processor.StandardSubstituteByTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:attr}] [700]: org.thymeleaf.standard.processor.StandardAttrTagProcessor
[THYMELEAF] * [* {th:attrprepend}] [800]: org.thymeleaf.standard.processor.StandardAttrprependTagProcessor
[THYMELEAF] * [* {th:attrappend}] [900]: org.thymeleaf.standard.processor.StandardAttrappendTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineXMLTagProcessor
[THYMELEAF] * [* {xmlns:th}] [1000]: org.thymeleaf.standard.processor.StandardXmlNsTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:fragment}] [1500]: org.thymeleaf.standard.processor.StandardFragmentTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* {th:ref}] [10000]: org.thymeleaf.standard.processor.StandardRefAttributeTagProcessor
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* th:*] [2147483647]: org.thymeleaf.standard.processor.StandardDefaultAttributesTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * CDATA Section Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCDATASectionProcessor
[THYMELEAF] * Comment Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCommentProcessor
[THYMELEAF] * Processors for Template Mode: TEXT
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Processors for Template Mode: JAVASCRIPT
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Processors for Template Mode: CSS
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Expression Objects:
[THYMELEAF] * #ctx
[THYMELEAF] * #root
[THYMELEAF] * #vars
[THYMELEAF] * #object
[THYMELEAF] * #locale
[THYMELEAF] * #request
[THYMELEAF] * #response
[THYMELEAF] * #session
[THYMELEAF] * #servletContext
[THYMELEAF] * #conversions
[THYMELEAF] * #uris
[THYMELEAF] * #calendars
[THYMELEAF] * #dates
[THYMELEAF] * #bools
[THYMELEAF] * #numbers
[THYMELEAF] * #objects
[THYMELEAF] * #strings
[THYMELEAF] * #arrays
[THYMELEAF] * #lists
[THYMELEAF] * #sets
[THYMELEAF] * #maps
[THYMELEAF] * #aggregates
[THYMELEAF] * #messages
[THYMELEAF] * #ids
[THYMELEAF] * #execInfo
[THYMELEAF] * #httpServletRequest
[THYMELEAF] * #httpSession
[THYMELEAF] * Execution Attributes:
[THYMELEAF] * "StandardExpressionParser": Standard Expression Parser
[THYMELEAF] * "StandardJavaScriptSerializer": org.thymeleaf.standard.serializer.StandardJavaScriptSerializer@4f4cba61
[THYMELEAF] * "StandardCSSSerializer": org.thymeleaf.standard.serializer.StandardCSSSerializer@33d58abf
[THYMELEAF] * "StandardVariableExpressionEvaluator": OGNL
[THYMELEAF] * "StandardConversionService": org.thymeleaf.standard.expression.StandardConversionService@3b0f0fd9
[THYMELEAF] TEMPLATE ENGINE CONFIGURED OK
23:38:51.106 [main] DEBUG org.thymeleaf.TemplateEngine - [THYMELEAF] TEMPLATE ENGINE INITIALIZED
23:38:51.121 [main] INFO org.jbake.app.Renderer - Rendering [/tmp/junit3374189931810090364/about.html]... done!
Oct 18, 2016 11:38:51 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:51 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:51.198 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:51.201 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:51.204 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:51.206 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:51.209 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:51.215 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:51.216 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:51.216 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:51.217 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:51.222 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:51.224 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:51.226 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:51.239 [main] DEBUG org.thymeleaf.TemplateEngine - [THYMELEAF] INITIALIZING TEMPLATE ENGINE
23:38:51.255 [main] DEBUG org.thymeleaf.TemplateEngine.CONFIG - Initializing Thymeleaf Template engine configuration...
[THYMELEAF] TEMPLATE ENGINE CONFIGURATION:
[THYMELEAF] * Thymeleaf version: 3.0.2.RELEASE (built 2016-09-28T22:12:42+0000)
[THYMELEAF] * Cache Manager implementation: org.thymeleaf.cache.StandardCacheManager
[THYMELEAF] * Template resolvers:
[THYMELEAF] * org.thymeleaf.templateresolver.FileTemplateResolver
[THYMELEAF] * Message resolvers:
[THYMELEAF] * org.thymeleaf.messageresolver.StandardMessageResolver
[THYMELEAF] * Link builders:
[THYMELEAF] * org.thymeleaf.linkbuilder.StandardLinkBuilder
[THYMELEAF] * Dialect: Standard (org.thymeleaf.standard.StandardDialect)
[THYMELEAF] * Prefix: "th"
[THYMELEAF] * Processors for Template Mode: HTML
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:include,data-th-include}] [100]: org.thymeleaf.standard.processor.StandardIncludeTagProcessor
[THYMELEAF] * [* {th:insert,data-th-insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace,data-th-replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:substituteby,data-th-substituteby}] [100]: org.thymeleaf.standard.processor.StandardSubstituteByTagProcessor
[THYMELEAF] * [* {th:each,data-th-each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch,data-th-switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case,data-th-case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if,data-th-if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless,data-th-unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object,data-th-object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with,data-th-with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:attr,data-th-attr}] [700]: org.thymeleaf.standard.processor.StandardAttrTagProcessor
[THYMELEAF] * [* {th:attrprepend,data-th-attrprepend}] [800]: org.thymeleaf.standard.processor.StandardAttrprependTagProcessor
[THYMELEAF] * [* {th:attrappend,data-th-attrappend}] [900]: org.thymeleaf.standard.processor.StandardAttrappendTagProcessor
[THYMELEAF] * [* {th:alt-title,data-th-alt-title}] [990]: org.thymeleaf.standard.processor.StandardAltTitleTagProcessor
[THYMELEAF] * [* {th:lang-xmllang,data-th-lang-xmllang}] [990]: org.thymeleaf.standard.processor.StandardLangXmlLangTagProcessor
[THYMELEAF] * [* {th:action,data-th-action}] [1000]: org.thymeleaf.standard.processor.StandardActionTagProcessor
[THYMELEAF] * [* {th:novalidate,data-th-novalidate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:declare,data-th-declare}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:scoped,data-th-scoped}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:default,data-th-default}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:ismap,data-th-ismap}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:loop,data-th-loop}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:checked,data-th-checked}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:controls,data-th-controls}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:reversed,data-th-reversed}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:defer,data-th-defer}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:formnovalidate,data-th-formnovalidate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:autoplay,data-th-autoplay}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:disabled,data-th-disabled}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:readonly,data-th-readonly}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:open,data-th-open}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:selected,data-th-selected}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:nowrap,data-th-nowrap}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:pubdate,data-th-pubdate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:autofocus,data-th-autofocus}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:hidden,data-th-hidden}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:seamless,data-th-seamless}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:required,data-th-required}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:async,data-th-async}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:multiple,data-th-multiple}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:href,data-th-href}] [1000]: org.thymeleaf.standard.processor.StandardHrefTagProcessor
[THYMELEAF] * [* {th:inline,data-th-inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineHTMLTagProcessor
[THYMELEAF] * [* {th:method,data-th-method}] [1000]: org.thymeleaf.standard.processor.StandardMethodTagProcessor
[THYMELEAF] * [* {th:type,data-th-type}] [1000]: org.thymeleaf.standard.processor.StandardNonRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:name,data-th-name}] [1000]: org.thymeleaf.standard.processor.StandardNonRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rev,data-th-rev}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onsuspend,data-th-onsuspend}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:target,data-th-target}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:placeholder,data-th-placeholder}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:colspan,data-th-colspan}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:content,data-th-content}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onafterprint,data-th-onafterprint}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onhashchange,data-th-onhashchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousemove,data-th-onmousemove}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:sandbox,data-th-sandbox}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:tabindex,data-th-tabindex}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondrop,data-th-ondrop}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:optimum,data-th-optimum}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onbeforeunload,data-th-onbeforeunload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:lang,data-th-lang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onratechange,data-th-onratechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:axis,data-th-axis}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:kind,data-th-kind}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:challenge,data-th-challenge}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:style,data-th-style}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scope,data-th-scope}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:max,data-th-max}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:codetype,data-th-codetype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:manifest,data-th-manifest}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:poster,data-th-poster}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:step,data-th-step}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:dir,data-th-dir}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:maxlength,data-th-maxlength}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeydown,data-th-onkeydown}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onclick,data-th-onclick}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onblur,data-th-onblur}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onload,data-th-onload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeypress,data-th-onkeypress}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:for,data-th-for}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formmethod,data-th-formmethod}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onscroll,data-th-onscroll}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:abbr,data-th-abbr}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onfocus,data-th-onfocus}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oninvalid,data-th-oninvalid}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:contextmenu,data-th-contextmenu}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragover,data-th-ondragover}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:vspace,data-th-vspace}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragenter,data-th-ondragenter}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:width,data-th-width}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseover,data-th-onmouseover}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:wrap,data-th-wrap}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scrolling,data-th-scrolling}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:archive,data-th-archive}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:alt,data-th-alt}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:autocomplete,data-th-autocomplete}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accesskey,data-th-accesskey}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:classid,data-th-classid}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondurationchange,data-th-ondurationchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:bgcolor,data-th-bgcolor}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onbeforeprint,data-th-onbeforeprint}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:label,data-th-label}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onreadystatechange,data-th-onreadystatechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:media,data-th-media}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeyup,data-th-onkeyup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragstart,data-th-ondragstart}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:align,data-th-align}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onstalled,data-th-onstalled}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:marginwidth,data-th-marginwidth}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseup,data-th-onmouseup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oninput,data-th-oninput}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:compact,data-th-compact}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:icon,data-th-icon}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:longdesc,data-th-longdesc}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragleave,data-th-ondragleave}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onsubmit,data-th-onsubmit}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:hspace,data-th-hspace}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:marginheight,data-th-marginheight}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:background,data-th-background}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:frame,data-th-frame}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseout,data-th-onmouseout}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onformchange,data-th-onformchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formenctype,data-th-formenctype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:spellcheck,data-th-spellcheck}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onforminput,data-th-onforminput}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:dropzone,data-th-dropzone}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadstart,data-th-onloadstart}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:hreflang,data-th-hreflang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cols,data-th-cols}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:http-equiv,data-th-http-equiv}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:border,data-th-border}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onselect,data-th-onselect}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadedmetadata,data-th-onloadedmetadata}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:class,data-th-class}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:codebase,data-th-codebase}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onprogress,data-th-onprogress}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onpopstate,data-th-onpopstate}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accept-charset,data-th-accept-charset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:start,data-th-start}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:pattern,data-th-pattern}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:size,data-th-size}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:valuetype,data-th-valuetype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:data,data-th-data}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onabort,data-th-onabort}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onseeked,data-th-onseeked}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rel,data-th-rel}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rowspan,data-th-rowspan}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formaction,data-th-formaction}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:id,data-th-id}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onemptied,data-th-onemptied}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:audio,data-th-audio}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:high,data-th-high}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onunload,data-th-onunload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncanplaythrough,data-th-oncanplaythrough}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onoffline,data-th-onoffline}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncanplay,data-th-oncanplay}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onended,data-th-onended}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onseeking,data-th-onseeking}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:usemap,data-th-usemap}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:low,data-th-low}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cite,data-th-cite}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:list,data-th-list}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onchange,data-th-onchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accept,data-th-accept}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragend,data-th-ondragend}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:enctype,data-th-enctype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousedown,data-th-onmousedown}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rules,data-th-rules}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cellspacing,data-th-cellspacing}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:keytype,data-th-keytype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onredo,data-th-onredo}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onplay,data-th-onplay}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cellpadding,data-th-cellpadding}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onpause,data-th-onpause}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:contenteditable,data-th-contenteditable}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:sizes,data-th-sizes}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncontextmenu,data-th-oncontextmenu}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onstorage,data-th-onstorage}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rows,data-th-rows}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:standby,data-th-standby}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ontimeupdate,data-th-ontimeupdate}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ononline,data-th-ononline}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:span,data-th-span}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:draggable,data-th-draggable}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onresize,data-th-onresize}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scheme,data-th-scheme}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onundo,data-th-onundo}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:radiogroup,data-th-radiogroup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:headers,data-th-headers}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onerror,data-th-onerror}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:height,data-th-height}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:form,data-th-form}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onshow,data-th-onshow}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onreset,data-th-onreset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:datetime,data-th-datetime}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:min,data-th-min}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onvolumechange,data-th-onvolumechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onplaying,data-th-onplaying}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmessage,data-th-onmessage}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:title,data-th-title}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondblclick,data-th-ondblclick}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:srclang,data-th-srclang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:preload,data-th-preload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:summary,data-th-summary}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadeddata,data-th-onloadeddata}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formtarget,data-th-formtarget}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onwaiting,data-th-onwaiting}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousewheel,data-th-onmousewheel}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:charset,data-th-charset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondrag,data-th-ondrag}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:frameborder,data-th-frameborder}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:src,data-th-src}] [1000]: org.thymeleaf.standard.processor.StandardSrcTagProcessor
[THYMELEAF] * [* {th:value,data-th-value}] [1000]: org.thymeleaf.standard.processor.StandardValueTagProcessor
[THYMELEAF] * [* {th:xmlbase,data-th-xmlbase}] [1000]: org.thymeleaf.standard.processor.StandardXmlBaseTagProcessor
[THYMELEAF] * [* {th:xmllang,data-th-xmllang}] [1000]: org.thymeleaf.standard.processor.StandardXmlLangTagProcessor
[THYMELEAF] * [* {xmlns:th}] [1000]: org.thymeleaf.standard.processor.StandardXmlNsTagProcessor
[THYMELEAF] * [* {th:xmlspace,data-th-xmlspace}] [1000]: org.thymeleaf.standard.processor.StandardXmlSpaceTagProcessor
[THYMELEAF] * [* {th:classappend,data-th-classappend}] [1100]: org.thymeleaf.standard.processor.StandardClassappendTagProcessor
[THYMELEAF] * [* {th:styleappend,data-th-styleappend}] [1100]: org.thymeleaf.standard.processor.StandardStyleappendTagProcessor
[THYMELEAF] * [* {th:text,data-th-text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext,data-th-utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:fragment,data-th-fragment}] [1500]: org.thymeleaf.standard.processor.StandardFragmentTagProcessor
[THYMELEAF] * [* {th:assert,data-th-assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove,data-th-remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* {th:ref,data-th-ref}] [10000]: org.thymeleaf.standard.processor.StandardRefAttributeTagProcessor
[THYMELEAF] * [{th:block,th-block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* th:*] [2147483647]: org.thymeleaf.standard.processor.StandardDefaultAttributesTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * DOCTYPE Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardTranslationDocTypeProcessor
[THYMELEAF] * CDATA Section Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCDATASectionProcessor
[THYMELEAF] * Comment Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCommentProcessor
[THYMELEAF] * [1100]: org.thymeleaf.standard.processor.StandardConditionalCommentProcessor
[THYMELEAF] * Processors for Template Mode: XML
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:include}] [100]: org.thymeleaf.standard.processor.StandardIncludeTagProcessor
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:substituteby}] [100]: org.thymeleaf.standard.processor.StandardSubstituteByTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:attr}] [700]: org.thymeleaf.standard.processor.StandardAttrTagProcessor
[THYMELEAF] * [* {th:attrprepend}] [800]: org.thymeleaf.standard.processor.StandardAttrprependTagProcessor
[THYMELEAF] * [* {th:attrappend}] [900]: org.thymeleaf.standard.processor.StandardAttrappendTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineXMLTagProcessor
[THYMELEAF] * [* {xmlns:th}] [1000]: org.thymeleaf.standard.processor.StandardXmlNsTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:fragment}] [1500]: org.thymeleaf.standard.processor.StandardFragmentTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* {th:ref}] [10000]: org.thymeleaf.standard.processor.StandardRefAttributeTagProcessor
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* th:*] [2147483647]: org.thymeleaf.standard.processor.StandardDefaultAttributesTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * CDATA Section Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCDATASectionProcessor
[THYMELEAF] * Comment Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCommentProcessor
[THYMELEAF] * Processors for Template Mode: TEXT
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Processors for Template Mode: JAVASCRIPT
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Processors for Template Mode: CSS
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Expression Objects:
[THYMELEAF] * #ctx
[THYMELEAF] * #root
[THYMELEAF] * #vars
[THYMELEAF] * #object
[THYMELEAF] * #locale
[THYMELEAF] * #request
[THYMELEAF] * #response
[THYMELEAF] * #session
[THYMELEAF] * #servletContext
[THYMELEAF] * #conversions
[THYMELEAF] * #uris
[THYMELEAF] * #calendars
[THYMELEAF] * #dates
[THYMELEAF] * #bools
[THYMELEAF] * #numbers
[THYMELEAF] * #objects
[THYMELEAF] * #strings
[THYMELEAF] * #arrays
[THYMELEAF] * #lists
[THYMELEAF] * #sets
[THYMELEAF] * #maps
[THYMELEAF] * #aggregates
[THYMELEAF] * #messages
[THYMELEAF] * #ids
[THYMELEAF] * #execInfo
[THYMELEAF] * #httpServletRequest
[THYMELEAF] * #httpSession
[THYMELEAF] * Execution Attributes:
[THYMELEAF] * "StandardExpressionParser": Standard Expression Parser
[THYMELEAF] * "StandardJavaScriptSerializer": org.thymeleaf.standard.serializer.StandardJavaScriptSerializer@2e0fd7ec
[THYMELEAF] * "StandardCSSSerializer": org.thymeleaf.standard.serializer.StandardCSSSerializer@3b976a7d
[THYMELEAF] * "StandardVariableExpressionEvaluator": OGNL
[THYMELEAF] * "StandardConversionService": org.thymeleaf.standard.expression.StandardConversionService@5d0f43e5
[THYMELEAF] TEMPLATE ENGINE CONFIGURED OK
23:38:51.256 [main] DEBUG org.thymeleaf.TemplateEngine - [THYMELEAF] TEMPLATE ENGINE INITIALIZED
23:38:51.270 [main] INFO org.jbake.app.Renderer - Rendering [/tmp/junit1786433272911121366/second-post.html]... done!
Oct 18, 2016 11:38:51 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:51 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:51.326 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:51.330 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:51.332 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:51.334 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:51.336 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:51.338 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:51.338 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:51.338 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:51.340 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:51.344 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:51.346 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:51.348 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:51.357 [main] DEBUG org.thymeleaf.TemplateEngine - [THYMELEAF] INITIALIZING TEMPLATE ENGINE
23:38:51.367 [main] DEBUG org.thymeleaf.TemplateEngine.CONFIG - Initializing Thymeleaf Template engine configuration...
[THYMELEAF] TEMPLATE ENGINE CONFIGURATION:
[THYMELEAF] * Thymeleaf version: 3.0.2.RELEASE (built 2016-09-28T22:12:42+0000)
[THYMELEAF] * Cache Manager implementation: org.thymeleaf.cache.StandardCacheManager
[THYMELEAF] * Template resolvers:
[THYMELEAF] * org.thymeleaf.templateresolver.FileTemplateResolver
[THYMELEAF] * Message resolvers:
[THYMELEAF] * org.thymeleaf.messageresolver.StandardMessageResolver
[THYMELEAF] * Link builders:
[THYMELEAF] * org.thymeleaf.linkbuilder.StandardLinkBuilder
[THYMELEAF] * Dialect: Standard (org.thymeleaf.standard.StandardDialect)
[THYMELEAF] * Prefix: "th"
[THYMELEAF] * Processors for Template Mode: HTML
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:include,data-th-include}] [100]: org.thymeleaf.standard.processor.StandardIncludeTagProcessor
[THYMELEAF] * [* {th:insert,data-th-insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace,data-th-replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:substituteby,data-th-substituteby}] [100]: org.thymeleaf.standard.processor.StandardSubstituteByTagProcessor
[THYMELEAF] * [* {th:each,data-th-each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch,data-th-switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case,data-th-case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if,data-th-if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless,data-th-unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object,data-th-object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with,data-th-with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:attr,data-th-attr}] [700]: org.thymeleaf.standard.processor.StandardAttrTagProcessor
[THYMELEAF] * [* {th:attrprepend,data-th-attrprepend}] [800]: org.thymeleaf.standard.processor.StandardAttrprependTagProcessor
[THYMELEAF] * [* {th:attrappend,data-th-attrappend}] [900]: org.thymeleaf.standard.processor.StandardAttrappendTagProcessor
[THYMELEAF] * [* {th:alt-title,data-th-alt-title}] [990]: org.thymeleaf.standard.processor.StandardAltTitleTagProcessor
[THYMELEAF] * [* {th:lang-xmllang,data-th-lang-xmllang}] [990]: org.thymeleaf.standard.processor.StandardLangXmlLangTagProcessor
[THYMELEAF] * [* {th:action,data-th-action}] [1000]: org.thymeleaf.standard.processor.StandardActionTagProcessor
[THYMELEAF] * [* {th:disabled,data-th-disabled}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:defer,data-th-defer}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:nowrap,data-th-nowrap}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:selected,data-th-selected}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:reversed,data-th-reversed}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:novalidate,data-th-novalidate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:scoped,data-th-scoped}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:declare,data-th-declare}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:pubdate,data-th-pubdate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:async,data-th-async}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:controls,data-th-controls}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:seamless,data-th-seamless}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:open,data-th-open}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:loop,data-th-loop}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:ismap,data-th-ismap}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:multiple,data-th-multiple}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:readonly,data-th-readonly}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:required,data-th-required}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:checked,data-th-checked}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:autoplay,data-th-autoplay}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:formnovalidate,data-th-formnovalidate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:default,data-th-default}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:hidden,data-th-hidden}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:autofocus,data-th-autofocus}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:href,data-th-href}] [1000]: org.thymeleaf.standard.processor.StandardHrefTagProcessor
[THYMELEAF] * [* {th:inline,data-th-inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineHTMLTagProcessor
[THYMELEAF] * [* {th:method,data-th-method}] [1000]: org.thymeleaf.standard.processor.StandardMethodTagProcessor
[THYMELEAF] * [* {th:type,data-th-type}] [1000]: org.thymeleaf.standard.processor.StandardNonRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:name,data-th-name}] [1000]: org.thymeleaf.standard.processor.StandardNonRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:standby,data-th-standby}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:content,data-th-content}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:enctype,data-th-enctype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onplay,data-th-onplay}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragenter,data-th-ondragenter}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:dropzone,data-th-dropzone}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cite,data-th-cite}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onpopstate,data-th-onpopstate}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeypress,data-th-onkeypress}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onscroll,data-th-onscroll}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:wrap,data-th-wrap}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:compact,data-th-compact}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousedown,data-th-onmousedown}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousemove,data-th-onmousemove}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:for,data-th-for}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:summary,data-th-summary}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formtarget,data-th-formtarget}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:poster,data-th-poster}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadedmetadata,data-th-onloadedmetadata}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:colspan,data-th-colspan}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:target,data-th-target}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:maxlength,data-th-maxlength}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accept,data-th-accept}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:usemap,data-th-usemap}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rowspan,data-th-rowspan}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondrop,data-th-ondrop}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onundo,data-th-onundo}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:align,data-th-align}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:height,data-th-height}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scope,data-th-scope}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:data,data-th-data}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onblur,data-th-onblur}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onformchange,data-th-onformchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onreadystatechange,data-th-onreadystatechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragend,data-th-ondragend}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncontextmenu,data-th-oncontextmenu}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:autocomplete,data-th-autocomplete}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:dir,data-th-dir}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:icon,data-th-icon}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondrag,data-th-ondrag}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:class,data-th-class}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oninput,data-th-oninput}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onplaying,data-th-onplaying}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:pattern,data-th-pattern}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formmethod,data-th-formmethod}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onchange,data-th-onchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:size,data-th-size}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:srclang,data-th-srclang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:kind,data-th-kind}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onafterprint,data-th-onafterprint}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:hspace,data-th-hspace}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:frame,data-th-frame}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:radiogroup,data-th-radiogroup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scrolling,data-th-scrolling}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:contextmenu,data-th-contextmenu}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onsubmit,data-th-onsubmit}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:label,data-th-label}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accept-charset,data-th-accept-charset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onbeforeunload,data-th-onbeforeunload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scheme,data-th-scheme}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onabort,data-th-onabort}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:vspace,data-th-vspace}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragover,data-th-ondragover}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ontimeupdate,data-th-ontimeupdate}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onclick,data-th-onclick}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cellpadding,data-th-cellpadding}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseover,data-th-onmouseover}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oninvalid,data-th-oninvalid}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:optimum,data-th-optimum}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rules,data-th-rules}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousewheel,data-th-onmousewheel}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseup,data-th-onmouseup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondblclick,data-th-ondblclick}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rev,data-th-rev}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rel,data-th-rel}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:codetype,data-th-codetype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:border,data-th-border}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onselect,data-th-onselect}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onresize,data-th-onresize}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onredo,data-th-onredo}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:width,data-th-width}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:spellcheck,data-th-spellcheck}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onseeking,data-th-onseeking}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:style,data-th-style}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:keytype,data-th-keytype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:audio,data-th-audio}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onwaiting,data-th-onwaiting}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onended,data-th-onended}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:sizes,data-th-sizes}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onfocus,data-th-onfocus}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:media,data-th-media}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:valuetype,data-th-valuetype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ononline,data-th-ononline}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onemptied,data-th-onemptied}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncanplay,data-th-oncanplay}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:id,data-th-id}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:title,data-th-title}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:longdesc,data-th-longdesc}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:classid,data-th-classid}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:codebase,data-th-codebase}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:archive,data-th-archive}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:bgcolor,data-th-bgcolor}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:headers,data-th-headers}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:max,data-th-max}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onstalled,data-th-onstalled}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onstorage,data-th-onstorage}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadeddata,data-th-onloadeddata}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:marginwidth,data-th-marginwidth}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:high,data-th-high}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formenctype,data-th-formenctype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cols,data-th-cols}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onratechange,data-th-onratechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:min,data-th-min}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:abbr,data-th-abbr}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragleave,data-th-ondragleave}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onvolumechange,data-th-onvolumechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:background,data-th-background}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cellspacing,data-th-cellspacing}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:tabindex,data-th-tabindex}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:lang,data-th-lang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncanplaythrough,data-th-oncanplaythrough}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:charset,data-th-charset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:manifest,data-th-manifest}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondurationchange,data-th-ondurationchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragstart,data-th-ondragstart}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onload,data-th-onload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onerror,data-th-onerror}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:alt,data-th-alt}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onprogress,data-th-onprogress}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onshow,data-th-onshow}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:contenteditable,data-th-contenteditable}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onunload,data-th-onunload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formaction,data-th-formaction}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onbeforeprint,data-th-onbeforeprint}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:form,data-th-form}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:http-equiv,data-th-http-equiv}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onhashchange,data-th-onhashchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeyup,data-th-onkeyup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:span,data-th-span}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:start,data-th-start}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onseeked,data-th-onseeked}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:low,data-th-low}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseout,data-th-onmouseout}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onpause,data-th-onpause}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:draggable,data-th-draggable}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rows,data-th-rows}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:frameborder,data-th-frameborder}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onreset,data-th-onreset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:marginheight,data-th-marginheight}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmessage,data-th-onmessage}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onsuspend,data-th-onsuspend}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onoffline,data-th-onoffline}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onforminput,data-th-onforminput}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:sandbox,data-th-sandbox}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:axis,data-th-axis}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:challenge,data-th-challenge}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:hreflang,data-th-hreflang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:placeholder,data-th-placeholder}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeydown,data-th-onkeydown}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:step,data-th-step}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:preload,data-th-preload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:list,data-th-list}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:datetime,data-th-datetime}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadstart,data-th-onloadstart}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accesskey,data-th-accesskey}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:src,data-th-src}] [1000]: org.thymeleaf.standard.processor.StandardSrcTagProcessor
[THYMELEAF] * [* {th:value,data-th-value}] [1000]: org.thymeleaf.standard.processor.StandardValueTagProcessor
[THYMELEAF] * [* {th:xmlbase,data-th-xmlbase}] [1000]: org.thymeleaf.standard.processor.StandardXmlBaseTagProcessor
[THYMELEAF] * [* {th:xmllang,data-th-xmllang}] [1000]: org.thymeleaf.standard.processor.StandardXmlLangTagProcessor
[THYMELEAF] * [* {xmlns:th}] [1000]: org.thymeleaf.standard.processor.StandardXmlNsTagProcessor
[THYMELEAF] * [* {th:xmlspace,data-th-xmlspace}] [1000]: org.thymeleaf.standard.processor.StandardXmlSpaceTagProcessor
[THYMELEAF] * [* {th:classappend,data-th-classappend}] [1100]: org.thymeleaf.standard.processor.StandardClassappendTagProcessor
[THYMELEAF] * [* {th:styleappend,data-th-styleappend}] [1100]: org.thymeleaf.standard.processor.StandardStyleappendTagProcessor
[THYMELEAF] * [* {th:text,data-th-text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext,data-th-utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:fragment,data-th-fragment}] [1500]: org.thymeleaf.standard.processor.StandardFragmentTagProcessor
[THYMELEAF] * [* {th:assert,data-th-assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove,data-th-remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* {th:ref,data-th-ref}] [10000]: org.thymeleaf.standard.processor.StandardRefAttributeTagProcessor
[THYMELEAF] * [{th:block,th-block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* th:*] [2147483647]: org.thymeleaf.standard.processor.StandardDefaultAttributesTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * DOCTYPE Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardTranslationDocTypeProcessor
[THYMELEAF] * CDATA Section Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCDATASectionProcessor
[THYMELEAF] * Comment Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCommentProcessor
[THYMELEAF] * [1100]: org.thymeleaf.standard.processor.StandardConditionalCommentProcessor
[THYMELEAF] * Processors for Template Mode: XML
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:include}] [100]: org.thymeleaf.standard.processor.StandardIncludeTagProcessor
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:substituteby}] [100]: org.thymeleaf.standard.processor.StandardSubstituteByTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:attr}] [700]: org.thymeleaf.standard.processor.StandardAttrTagProcessor
[THYMELEAF] * [* {th:attrprepend}] [800]: org.thymeleaf.standard.processor.StandardAttrprependTagProcessor
[THYMELEAF] * [* {th:attrappend}] [900]: org.thymeleaf.standard.processor.StandardAttrappendTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineXMLTagProcessor
[THYMELEAF] * [* {xmlns:th}] [1000]: org.thymeleaf.standard.processor.StandardXmlNsTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:fragment}] [1500]: org.thymeleaf.standard.processor.StandardFragmentTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* {th:ref}] [10000]: org.thymeleaf.standard.processor.StandardRefAttributeTagProcessor
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* th:*] [2147483647]: org.thymeleaf.standard.processor.StandardDefaultAttributesTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * CDATA Section Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCDATASectionProcessor
[THYMELEAF] * Comment Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCommentProcessor
[THYMELEAF] * Processors for Template Mode: TEXT
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Processors for Template Mode: JAVASCRIPT
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Processors for Template Mode: CSS
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Expression Objects:
[THYMELEAF] * #ctx
[THYMELEAF] * #root
[THYMELEAF] * #vars
[THYMELEAF] * #object
[THYMELEAF] * #locale
[THYMELEAF] * #request
[THYMELEAF] * #response
[THYMELEAF] * #session
[THYMELEAF] * #servletContext
[THYMELEAF] * #conversions
[THYMELEAF] * #uris
[THYMELEAF] * #calendars
[THYMELEAF] * #dates
[THYMELEAF] * #bools
[THYMELEAF] * #numbers
[THYMELEAF] * #objects
[THYMELEAF] * #strings
[THYMELEAF] * #arrays
[THYMELEAF] * #lists
[THYMELEAF] * #sets
[THYMELEAF] * #maps
[THYMELEAF] * #aggregates
[THYMELEAF] * #messages
[THYMELEAF] * #ids
[THYMELEAF] * #execInfo
[THYMELEAF] * #httpServletRequest
[THYMELEAF] * #httpSession
[THYMELEAF] * Execution Attributes:
[THYMELEAF] * "StandardExpressionParser": Standard Expression Parser
[THYMELEAF] * "StandardJavaScriptSerializer": org.thymeleaf.standard.serializer.StandardJavaScriptSerializer@c3103be
[THYMELEAF] * "StandardCSSSerializer": org.thymeleaf.standard.serializer.StandardCSSSerializer@309b6e9f
[THYMELEAF] * "StandardVariableExpressionEvaluator": OGNL
[THYMELEAF] * "StandardConversionService": org.thymeleaf.standard.expression.StandardConversionService@5174def6
[THYMELEAF] TEMPLATE ENGINE CONFIGURED OK
23:38:51.367 [main] DEBUG org.thymeleaf.TemplateEngine - [THYMELEAF] TEMPLATE ENGINE INITIALIZED
23:38:51.388 [main] INFO org.jbake.app.Renderer - Rendering tag [/tmp/junit9180301045815893799/tags/blog.html]...done!
Oct 18, 2016 11:38:51 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:51 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:51.453 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:51.455 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:51.457 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:51.460 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:51.462 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:51.464 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:51.464 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:51.464 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:51.467 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:51.471 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:51.474 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:51.475 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:51.477 [main] INFO org.jbake.template.ModelExtractors - register new extractors for document type: paper
23:38:51.483 [main] DEBUG org.thymeleaf.TemplateEngine - [THYMELEAF] INITIALIZING TEMPLATE ENGINE
23:38:51.497 [main] DEBUG org.thymeleaf.TemplateEngine.CONFIG - Initializing Thymeleaf Template engine configuration...
[THYMELEAF] TEMPLATE ENGINE CONFIGURATION:
[THYMELEAF] * Thymeleaf version: 3.0.2.RELEASE (built 2016-09-28T22:12:42+0000)
[THYMELEAF] * Cache Manager implementation: org.thymeleaf.cache.StandardCacheManager
[THYMELEAF] * Template resolvers:
[THYMELEAF] * org.thymeleaf.templateresolver.FileTemplateResolver
[THYMELEAF] * Message resolvers:
[THYMELEAF] * org.thymeleaf.messageresolver.StandardMessageResolver
[THYMELEAF] * Link builders:
[THYMELEAF] * org.thymeleaf.linkbuilder.StandardLinkBuilder
[THYMELEAF] * Dialect: Standard (org.thymeleaf.standard.StandardDialect)
[THYMELEAF] * Prefix: "th"
[THYMELEAF] * Processors for Template Mode: HTML
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:include,data-th-include}] [100]: org.thymeleaf.standard.processor.StandardIncludeTagProcessor
[THYMELEAF] * [* {th:insert,data-th-insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace,data-th-replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:substituteby,data-th-substituteby}] [100]: org.thymeleaf.standard.processor.StandardSubstituteByTagProcessor
[THYMELEAF] * [* {th:each,data-th-each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch,data-th-switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case,data-th-case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if,data-th-if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless,data-th-unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object,data-th-object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with,data-th-with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:attr,data-th-attr}] [700]: org.thymeleaf.standard.processor.StandardAttrTagProcessor
[THYMELEAF] * [* {th:attrprepend,data-th-attrprepend}] [800]: org.thymeleaf.standard.processor.StandardAttrprependTagProcessor
[THYMELEAF] * [* {th:attrappend,data-th-attrappend}] [900]: org.thymeleaf.standard.processor.StandardAttrappendTagProcessor
[THYMELEAF] * [* {th:alt-title,data-th-alt-title}] [990]: org.thymeleaf.standard.processor.StandardAltTitleTagProcessor
[THYMELEAF] * [* {th:lang-xmllang,data-th-lang-xmllang}] [990]: org.thymeleaf.standard.processor.StandardLangXmlLangTagProcessor
[THYMELEAF] * [* {th:action,data-th-action}] [1000]: org.thymeleaf.standard.processor.StandardActionTagProcessor
[THYMELEAF] * [* {th:hidden,data-th-hidden}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:disabled,data-th-disabled}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:autoplay,data-th-autoplay}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:open,data-th-open}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:seamless,data-th-seamless}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:required,data-th-required}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:checked,data-th-checked}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:defer,data-th-defer}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:selected,data-th-selected}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:reversed,data-th-reversed}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:default,data-th-default}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:formnovalidate,data-th-formnovalidate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:async,data-th-async}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:controls,data-th-controls}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:pubdate,data-th-pubdate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:loop,data-th-loop}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:declare,data-th-declare}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:readonly,data-th-readonly}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:autofocus,data-th-autofocus}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:multiple,data-th-multiple}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:scoped,data-th-scoped}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:nowrap,data-th-nowrap}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:ismap,data-th-ismap}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:novalidate,data-th-novalidate}] [1000]: org.thymeleaf.standard.processor.StandardConditionalFixedValueTagProcessor
[THYMELEAF] * [* {th:href,data-th-href}] [1000]: org.thymeleaf.standard.processor.StandardHrefTagProcessor
[THYMELEAF] * [* {th:inline,data-th-inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineHTMLTagProcessor
[THYMELEAF] * [* {th:method,data-th-method}] [1000]: org.thymeleaf.standard.processor.StandardMethodTagProcessor
[THYMELEAF] * [* {th:name,data-th-name}] [1000]: org.thymeleaf.standard.processor.StandardNonRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:type,data-th-type}] [1000]: org.thymeleaf.standard.processor.StandardNonRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onafterprint,data-th-onafterprint}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onformchange,data-th-onformchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onpopstate,data-th-onpopstate}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rows,data-th-rows}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onunload,data-th-onunload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:for,data-th-for}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:frameborder,data-th-frameborder}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onbeforeprint,data-th-onbeforeprint}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:height,data-th-height}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onsubmit,data-th-onsubmit}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ononline,data-th-ononline}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:marginheight,data-th-marginheight}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseover,data-th-onmouseover}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:autocomplete,data-th-autocomplete}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onratechange,data-th-onratechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rel,data-th-rel}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragleave,data-th-ondragleave}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cite,data-th-cite}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:id,data-th-id}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onvolumechange,data-th-onvolumechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadeddata,data-th-onloadeddata}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:bgcolor,data-th-bgcolor}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:charset,data-th-charset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onredo,data-th-onredo}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:data,data-th-data}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onreset,data-th-onreset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:draggable,data-th-draggable}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onselect,data-th-onselect}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:standby,data-th-standby}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formmethod,data-th-formmethod}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formtarget,data-th-formtarget}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onblur,data-th-onblur}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousedown,data-th-onmousedown}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:hreflang,data-th-hreflang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onbeforeunload,data-th-onbeforeunload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:label,data-th-label}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:media,data-th-media}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:border,data-th-border}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:contenteditable,data-th-contenteditable}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondrag,data-th-ondrag}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:keytype,data-th-keytype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:background,data-th-background}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:archive,data-th-archive}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oninput,data-th-oninput}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:optimum,data-th-optimum}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousemove,data-th-onmousemove}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rev,data-th-rev}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onclick,data-th-onclick}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scrolling,data-th-scrolling}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:pattern,data-th-pattern}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onreadystatechange,data-th-onreadystatechange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:width,data-th-width}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:srclang,data-th-srclang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rules,data-th-rules}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onstorage,data-th-onstorage}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:maxlength,data-th-maxlength}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onfocus,data-th-onfocus}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onundo,data-th-onundo}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:abbr,data-th-abbr}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accept-charset,data-th-accept-charset}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncontextmenu,data-th-oncontextmenu}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragend,data-th-ondragend}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onstalled,data-th-onstalled}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:size,data-th-size}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:dropzone,data-th-dropzone}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onpause,data-th-onpause}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:codetype,data-th-codetype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onerror,data-th-onerror}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onplaying,data-th-onplaying}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accesskey,data-th-accesskey}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:contextmenu,data-th-contextmenu}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:classid,data-th-classid}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeydown,data-th-onkeydown}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:accept,data-th-accept}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:usemap,data-th-usemap}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragenter,data-th-ondragenter}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:summary,data-th-summary}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:placeholder,data-th-placeholder}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseout,data-th-onmouseout}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeypress,data-th-onkeypress}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:align,data-th-align}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scope,data-th-scope}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:compact,data-th-compact}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:alt,data-th-alt}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ontimeupdate,data-th-ontimeupdate}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onended,data-th-onended}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragover,data-th-ondragover}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondrop,data-th-ondrop}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmouseup,data-th-onmouseup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onload,data-th-onload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:valuetype,data-th-valuetype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:icon,data-th-icon}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:hspace,data-th-hspace}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:headers,data-th-headers}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:kind,data-th-kind}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadstart,data-th-onloadstart}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:preload,data-th-preload}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:form,data-th-form}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onwaiting,data-th-onwaiting}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onkeyup,data-th-onkeyup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formaction,data-th-formaction}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:target,data-th-target}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onscroll,data-th-onscroll}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onseeked,data-th-onseeked}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:sizes,data-th-sizes}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onshow,data-th-onshow}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:sandbox,data-th-sandbox}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:formenctype,data-th-formenctype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:radiogroup,data-th-radiogroup}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:longdesc,data-th-longdesc}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:frame,data-th-frame}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:start,data-th-start}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:lang,data-th-lang}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:high,data-th-high}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:codebase,data-th-codebase}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onseeking,data-th-onseeking}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cols,data-th-cols}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onoffline,data-th-onoffline}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:audio,data-th-audio}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:rowspan,data-th-rowspan}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:marginwidth,data-th-marginwidth}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onsuspend,data-th-onsuspend}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmousewheel,data-th-onmousewheel}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:poster,data-th-poster}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:content,data-th-content}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onresize,data-th-onresize}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:style,data-th-style}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:axis,data-th-axis}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:min,data-th-min}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onabort,data-th-onabort}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:colspan,data-th-colspan}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:title,data-th-title}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncanplay,data-th-oncanplay}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:http-equiv,data-th-http-equiv}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:wrap,data-th-wrap}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:max,data-th-max}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oninvalid,data-th-oninvalid}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:spellcheck,data-th-spellcheck}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:span,data-th-span}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondurationchange,data-th-ondurationchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onchange,data-th-onchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:scheme,data-th-scheme}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:datetime,data-th-datetime}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:dir,data-th-dir}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondblclick,data-th-ondblclick}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onplay,data-th-onplay}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:tabindex,data-th-tabindex}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:low,data-th-low}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onprogress,data-th-onprogress}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:list,data-th-list}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onloadedmetadata,data-th-onloadedmetadata}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:challenge,data-th-challenge}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:ondragstart,data-th-ondragstart}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onmessage,data-th-onmessage}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cellspacing,data-th-cellspacing}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:step,data-th-step}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:enctype,data-th-enctype}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:oncanplaythrough,data-th-oncanplaythrough}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:vspace,data-th-vspace}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:manifest,data-th-manifest}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onemptied,data-th-onemptied}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:cellpadding,data-th-cellpadding}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onhashchange,data-th-onhashchange}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:class,data-th-class}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:onforminput,data-th-onforminput}] [1000]: org.thymeleaf.standard.processor.StandardRemovableAttributeTagProcessor
[THYMELEAF] * [* {th:src,data-th-src}] [1000]: org.thymeleaf.standard.processor.StandardSrcTagProcessor
[THYMELEAF] * [* {th:value,data-th-value}] [1000]: org.thymeleaf.standard.processor.StandardValueTagProcessor
[THYMELEAF] * [* {th:xmlbase,data-th-xmlbase}] [1000]: org.thymeleaf.standard.processor.StandardXmlBaseTagProcessor
[THYMELEAF] * [* {th:xmllang,data-th-xmllang}] [1000]: org.thymeleaf.standard.processor.StandardXmlLangTagProcessor
[THYMELEAF] * [* {xmlns:th}] [1000]: org.thymeleaf.standard.processor.StandardXmlNsTagProcessor
[THYMELEAF] * [* {th:xmlspace,data-th-xmlspace}] [1000]: org.thymeleaf.standard.processor.StandardXmlSpaceTagProcessor
[THYMELEAF] * [* {th:classappend,data-th-classappend}] [1100]: org.thymeleaf.standard.processor.StandardClassappendTagProcessor
[THYMELEAF] * [* {th:styleappend,data-th-styleappend}] [1100]: org.thymeleaf.standard.processor.StandardStyleappendTagProcessor
[THYMELEAF] * [* {th:text,data-th-text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext,data-th-utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:fragment,data-th-fragment}] [1500]: org.thymeleaf.standard.processor.StandardFragmentTagProcessor
[THYMELEAF] * [* {th:assert,data-th-assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove,data-th-remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* {th:ref,data-th-ref}] [10000]: org.thymeleaf.standard.processor.StandardRefAttributeTagProcessor
[THYMELEAF] * [{th:block,th-block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* th:*] [2147483647]: org.thymeleaf.standard.processor.StandardDefaultAttributesTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * DOCTYPE Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardTranslationDocTypeProcessor
[THYMELEAF] * CDATA Section Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCDATASectionProcessor
[THYMELEAF] * Comment Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCommentProcessor
[THYMELEAF] * [1100]: org.thymeleaf.standard.processor.StandardConditionalCommentProcessor
[THYMELEAF] * Processors for Template Mode: XML
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:include}] [100]: org.thymeleaf.standard.processor.StandardIncludeTagProcessor
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:substituteby}] [100]: org.thymeleaf.standard.processor.StandardSubstituteByTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:attr}] [700]: org.thymeleaf.standard.processor.StandardAttrTagProcessor
[THYMELEAF] * [* {th:attrprepend}] [800]: org.thymeleaf.standard.processor.StandardAttrprependTagProcessor
[THYMELEAF] * [* {th:attrappend}] [900]: org.thymeleaf.standard.processor.StandardAttrappendTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineXMLTagProcessor
[THYMELEAF] * [* {xmlns:th}] [1000]: org.thymeleaf.standard.processor.StandardXmlNsTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:fragment}] [1500]: org.thymeleaf.standard.processor.StandardFragmentTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* {th:ref}] [10000]: org.thymeleaf.standard.processor.StandardRefAttributeTagProcessor
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* th:*] [2147483647]: org.thymeleaf.standard.processor.StandardDefaultAttributesTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * CDATA Section Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCDATASectionProcessor
[THYMELEAF] * Comment Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningCommentProcessor
[THYMELEAF] * Processors for Template Mode: TEXT
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Processors for Template Mode: JAVASCRIPT
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Processors for Template Mode: CSS
[THYMELEAF] * Element Tag Processors by [matching element and attribute name] [precedence]:
[THYMELEAF] * [* {th:insert}] [100]: org.thymeleaf.standard.processor.StandardInsertTagProcessor
[THYMELEAF] * [* {th:replace}] [100]: org.thymeleaf.standard.processor.StandardReplaceTagProcessor
[THYMELEAF] * [* {th:each}] [200]: org.thymeleaf.standard.processor.StandardEachTagProcessor
[THYMELEAF] * [* {th:switch}] [250]: org.thymeleaf.standard.processor.StandardSwitchTagProcessor
[THYMELEAF] * [* {th:case}] [275]: org.thymeleaf.standard.processor.StandardCaseTagProcessor
[THYMELEAF] * [* {th:if}] [300]: org.thymeleaf.standard.processor.StandardIfTagProcessor
[THYMELEAF] * [* {th:unless}] [400]: org.thymeleaf.standard.processor.StandardUnlessTagProcessor
[THYMELEAF] * [* {th:object}] [500]: org.thymeleaf.standard.processor.StandardObjectTagProcessor
[THYMELEAF] * [* {th:with}] [600]: org.thymeleaf.standard.processor.StandardWithTagProcessor
[THYMELEAF] * [* {th:inline}] [1000]: org.thymeleaf.standard.processor.StandardInlineTextualTagProcessor
[THYMELEAF] * [* {th:text}] [1300]: org.thymeleaf.standard.processor.StandardTextTagProcessor
[THYMELEAF] * [* {th:utext}] [1400]: org.thymeleaf.standard.processor.StandardUtextTagProcessor
[THYMELEAF] * [* {th:assert}] [1550]: org.thymeleaf.standard.processor.StandardAssertTagProcessor
[THYMELEAF] * [* {th:remove}] [1600]: org.thymeleaf.standard.processor.StandardRemoveTagProcessor
[THYMELEAF] * [* 100000] [org.thymeleaf.standard.processor.StandardBlockTagProcessor]: {}
[THYMELEAF] * [{th:block} *] [100000]: org.thymeleaf.standard.processor.StandardBlockTagProcessor
[THYMELEAF] * Text Processors by [precedence]:
[THYMELEAF] * [1000]: org.thymeleaf.standard.processor.StandardInliningTextProcessor
[THYMELEAF] * Expression Objects:
[THYMELEAF] * #ctx
[THYMELEAF] * #root
[THYMELEAF] * #vars
[THYMELEAF] * #object
[THYMELEAF] * #locale
[THYMELEAF] * #request
[THYMELEAF] * #response
[THYMELEAF] * #session
[THYMELEAF] * #servletContext
[THYMELEAF] * #conversions
[THYMELEAF] * #uris
[THYMELEAF] * #calendars
[THYMELEAF] * #dates
[THYMELEAF] * #bools
[THYMELEAF] * #numbers
[THYMELEAF] * #objects
[THYMELEAF] * #strings
[THYMELEAF] * #arrays
[THYMELEAF] * #lists
[THYMELEAF] * #sets
[THYMELEAF] * #maps
[THYMELEAF] * #aggregates
[THYMELEAF] * #messages
[THYMELEAF] * #ids
[THYMELEAF] * #execInfo
[THYMELEAF] * #httpServletRequest
[THYMELEAF] * #httpSession
[THYMELEAF] * Execution Attributes:
[THYMELEAF] * "StandardExpressionParser": Standard Expression Parser
[THYMELEAF] * "StandardJavaScriptSerializer": org.thymeleaf.standard.serializer.StandardJavaScriptSerializer@61fba048
[THYMELEAF] * "StandardCSSSerializer": org.thymeleaf.standard.serializer.StandardCSSSerializer@7ffd2336
[THYMELEAF] * "StandardVariableExpressionEvaluator": OGNL
[THYMELEAF] * "StandardConversionService": org.thymeleaf.standard.expression.StandardConversionService@6256e522
[THYMELEAF] TEMPLATE ENGINE CONFIGURED OK
23:38:51.497 [main] DEBUG org.thymeleaf.TemplateEngine - [THYMELEAF] TEMPLATE ENGINE INITIALIZED
23:38:51.514 [main] INFO org.jbake.app.Renderer - Rendering sitemap [/tmp/junit6076129475880435873/sitemap.xml]...done!
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.461 sec - in org.jbake.app.template.ThymeleafTemplateEngineRenderingTest
Running org.jbake.app.template.FreemarkerTemplateEngineRenderingTest
Oct 18, 2016 11:38:51 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:51 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:51.598 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:51.603 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:51.605 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:51.607 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:51.610 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:51.612 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:51.612 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:51.612 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:51.613 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:51.615 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:51.616 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:51.618 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:51.903 [main] INFO org.jbake.app.Renderer - Rendering masterindex [/tmp/junit2392649222865815270/index.html]...done!
23:38:51.907 [main] INFO org.jbake.app.Renderer - Rendering masterindex [/tmp/junit2392649222865815270/index2.html]...done!
23:38:51.910 [main] INFO org.jbake.app.Renderer - Rendering masterindex [/tmp/junit2392649222865815270/index3.html]...done!
Oct 18, 2016 11:38:51 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:51 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:51.981 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:51.984 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:51.985 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:51.987 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:51.989 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:51.990 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:51.990 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:51.990 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:51.991 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:51.993 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:51.996 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:52.000 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:52.100 [main] INFO org.jbake.app.Renderer - Rendering masterindex [/tmp/junit6105323667236816685/index.html]...done!
Oct 18, 2016 11:38:52 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:52 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:52.174 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:52.177 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:52.178 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:52.180 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:52.182 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:52.189 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:52.189 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:52.189 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:52.192 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:52.193 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:52.195 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:52.196 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:52.209 [main] INFO org.jbake.app.Renderer - Rendering archive [/tmp/junit7592542074625948176/archive.html]...done!
Oct 18, 2016 11:38:52 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:52 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:52.265 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:52.268 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:52.270 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:52.271 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:52.273 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:52.274 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:52.274 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:52.274 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:52.276 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:52.278 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:52.279 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:52.281 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:52.287 [main] INFO org.jbake.app.Renderer - Rendering feed [/tmp/junit7935080814540052081/feed.xml]...done!
Oct 18, 2016 11:38:52 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:52 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:52.347 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:52.351 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:52.353 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:52.355 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:52.356 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:52.357 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:52.358 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:52.358 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:52.360 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:52.362 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:52.364 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:52.366 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:52.380 [main] INFO org.jbake.app.Renderer - Rendering [/tmp/junit3280044491431587618/about.html]... done!
Oct 18, 2016 11:38:52 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:52 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:52.448 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:52.451 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:52.452 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:52.454 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:52.456 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:52.457 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:52.457 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:52.457 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:52.458 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:52.460 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:52.462 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:52.463 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:52.477 [main] INFO org.jbake.app.Renderer - Rendering [/tmp/junit7975780317133708968/second-post.html]... done!
Oct 18, 2016 11:38:52 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:52 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:52.548 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:52.550 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:52.551 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:52.552 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:52.554 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:52.555 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:52.555 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:52.555 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:52.556 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:52.557 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:52.558 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:52.559 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:52.572 [main] INFO org.jbake.app.Renderer - Rendering tag [/tmp/junit6697088576107832879/tags/blog.html]...done!
Oct 18, 2016 11:38:52 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:52 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:52.657 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:52.661 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:52.663 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:52.665 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:52.667 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:52.668 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:52.669 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:52.669 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:52.670 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:52.672 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:52.674 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:52.676 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:52.682 [main] INFO org.jbake.app.Renderer - Rendering sitemap [/tmp/junit9101847028348168048/sitemap.xml]...done!
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.163 sec - in org.jbake.app.template.FreemarkerTemplateEngineRenderingTest
Running org.jbake.app.template.GroovyTemplateEngineRenderingTest
Oct 18, 2016 11:38:52 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:52 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:52.751 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:52.754 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:52.756 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:52.758 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:52.759 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:52.761 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:52.761 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:52.761 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:52.762 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:52.764 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:52.766 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:52.767 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:53.150 [main] INFO org.jbake.app.Renderer - Rendering masterindex [/tmp/junit4417190052500713487/index.html]...done!
Oct 18, 2016 11:38:53 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:53 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:53.227 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:53.231 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:53.233 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:53.235 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:53.236 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:53.238 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:53.238 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:53.238 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:53.240 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:53.241 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:53.243 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:53.245 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:53.323 [main] INFO org.jbake.app.Renderer - Rendering archive [/tmp/junit2353436306758297113/archive.html]...done!
Oct 18, 2016 11:38:53 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:53 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:53.375 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:53.378 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:53.380 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:53.381 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:53.382 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:53.383 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:53.383 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:53.383 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:53.385 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:53.386 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:53.387 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:53.389 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:53.414 [main] INFO org.jbake.app.Renderer - Rendering feed [/tmp/junit6190744289689211885/feed.xml]...done!
Oct 18, 2016 11:38:53 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:53 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:53.486 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:53.489 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:53.491 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:53.493 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:53.494 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:53.495 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:53.495 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:53.495 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:53.497 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:53.498 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:53.500 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:53.502 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:53.556 [main] INFO org.jbake.app.Renderer - Rendering [/tmp/junit4807427918359871381/about.html]... done!
Oct 18, 2016 11:38:53 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:53 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:53.624 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:53.628 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:53.629 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:53.631 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:53.632 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:53.633 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:53.633 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:53.633 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:53.634 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:53.637 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:53.639 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:53.641 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:53.688 [main] INFO org.jbake.app.Renderer - Rendering [/tmp/junit7261395846098616666/second-post.html]... done!
Oct 18, 2016 11:38:53 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:53 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:53.747 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:53.749 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:53.750 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:53.751 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:53.752 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:53.753 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:53.753 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:53.753 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:53.754 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:53.756 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:53.757 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:53.759 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:53.831 [main] INFO org.jbake.app.Renderer - Rendering tag [/tmp/junit5465902166219664978/tags/blog.html]...done!
Oct 18, 2016 11:38:53 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:53 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:53.901 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:53.904 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:53.905 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:53.906 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:53.908 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:53.910 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:53.910 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:53.911 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:53.912 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:53.914 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:53.915 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:53.916 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:53.935 [main] INFO org.jbake.app.Renderer - Rendering sitemap [/tmp/junit7304891188945879776/sitemap.xml]...done!
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.25 sec - in org.jbake.app.template.GroovyTemplateEngineRenderingTest
Running org.jbake.app.template.GroovyMarkupTemplateEngineRenderingTest
Oct 18, 2016 11:38:53 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:53 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:54.000 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:54.004 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:54.005 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:54.015 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:54.017 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:54.018 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:54.018 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:54.018 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:54.020 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:54.025 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:54.026 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:54.027 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:54.035 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : modified : new
23:38:54.037 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:54.040 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : modified : new
23:38:54.043 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : modified : new
23:38:54.045 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : modified : new
23:38:54.046 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:54.047 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:54.047 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:54.049 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : modified : new
23:38:54.051 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : modified
23:38:54.053 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : modified
23:38:54.055 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : modified : new
23:38:54.711 [main] INFO org.jbake.app.Renderer - Rendering [/tmp/junit9167104733961197142/published-paper.html]... done!
Oct 18, 2016 11:38:54 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:54 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:54.776 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:54.779 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:54.781 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:54.782 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:54.784 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:54.785 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:54.785 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:54.785 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:54.786 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:54.788 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:54.789 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:54.791 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:55.001 [main] INFO org.jbake.app.Renderer - Rendering masterindex [/tmp/junit2061809920903884546/index.html]...done!
Oct 18, 2016 11:38:55 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:55 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:55.059 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:55.061 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:55.062 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:55.063 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:55.065 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:55.066 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:55.066 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:55.066 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:55.067 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:55.069 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:55.070 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:55.072 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:55.250 [main] INFO org.jbake.app.Renderer - Rendering archive [/tmp/junit1894710240931349693/archive.html]...done!
Oct 18, 2016 11:38:55 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:55 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:55.314 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:55.318 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:55.319 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:55.320 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:55.322 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:55.323 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:55.323 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:55.323 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:55.324 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:55.326 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:55.327 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:55.329 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:55.380 [main] INFO org.jbake.app.Renderer - Rendering feed [/tmp/junit386407551109295491/feed.xml]...done!
Oct 18, 2016 11:38:55 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:55 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:55.482 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:55.484 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:55.485 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:55.486 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:55.487 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:55.488 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:55.488 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:55.488 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:55.489 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:55.490 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:55.493 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:55.495 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:55.670 [main] INFO org.jbake.app.Renderer - Rendering [/tmp/junit25042287875901063/about.html]... done!
Oct 18, 2016 11:38:55 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:55 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:55.728 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:55.731 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:55.735 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:55.736 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:55.738 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:55.739 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:55.739 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:55.739 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:55.741 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:55.742 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:55.744 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:55.745 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:55.890 [main] INFO org.jbake.app.Renderer - Rendering [/tmp/junit7663902149166096958/second-post.html]... done!
Oct 18, 2016 11:38:55 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:55 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:55.959 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:55.962 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:55.963 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:55.964 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:55.965 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:55.966 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:55.967 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:55.967 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:55.968 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:55.970 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:55.971 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:55.972 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:56.135 [main] INFO org.jbake.app.Renderer - Rendering tag [/tmp/junit4814032503460779159/tags/blog.html]...done!
Oct 18, 2016 11:38:56 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:56 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:56.197 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:56.200 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:56.202 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:56.203 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:56.205 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:56.206 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:56.206 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:56.206 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:56.207 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:56.209 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:56.210 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:56.214 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:56.241 [main] INFO org.jbake.app.Renderer - Rendering sitemap [/tmp/junit4186501330616228046/sitemap.xml]...done!
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.302 sec - in org.jbake.app.template.GroovyMarkupTemplateEngineRenderingTest
Running org.jbake.app.template.JadeTemplateEngineRenderingTest
Oct 18, 2016 11:38:56 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:56 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:56.305 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:56.316 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:56.320 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:56.321 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:56.323 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:56.324 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:56.324 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:56.324 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:56.325 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:56.327 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:56.328 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:56.329 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:56.506 [main] INFO org.jbake.app.Renderer - Rendering masterindex [/tmp/junit8732610578061134144/index.html]...done!
Oct 18, 2016 11:38:56 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:56 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:56.575 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:56.577 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:56.579 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:56.581 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:56.582 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:56.583 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:56.583 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:56.583 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:56.585 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:56.586 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:56.588 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:56.590 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:56.631 [main] INFO org.jbake.app.Renderer - Rendering archive [/tmp/junit2471354160276122901/archive.html]...done!
Oct 18, 2016 11:38:56 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:56 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:56.692 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:56.695 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:56.696 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:56.697 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:56.699 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:56.700 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:56.700 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:56.700 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:56.700 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:56.701 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:56.702 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:56.704 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:56.728 [main] INFO org.jbake.app.Renderer - Rendering feed [/tmp/junit8828829153881398612/feed.xml]...done!
Oct 18, 2016 11:38:56 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:56 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:56.799 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:56.802 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:56.804 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:56.805 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:56.807 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:56.808 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:56.808 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:56.808 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:56.809 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:56.810 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:56.811 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:56.813 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:56.850 [main] INFO org.jbake.app.Renderer - Rendering [/tmp/junit3941457213258796530/about.html]... done!
Oct 18, 2016 11:38:56 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:56 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:56.908 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:56.910 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:56.911 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:56.912 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:56.913 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:56.914 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:56.914 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:56.914 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:56.915 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:56.916 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:56.917 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:56.918 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:56.946 [main] INFO org.jbake.app.Renderer - Rendering [/tmp/junit3190294094042381740/second-post.html]... done!
Oct 18, 2016 11:38:56 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:56 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:57.012 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:57.014 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:57.015 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:57.016 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:57.018 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:57.019 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:57.019 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:57.019 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:57.020 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:57.021 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:57.023 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:57.024 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:57.056 [main] INFO org.jbake.app.Renderer - Rendering tag [/tmp/junit138994017541009890/tags/blog.html]...done!
Oct 18, 2016 11:38:57 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
Oct 18, 2016 11:38:57 PM com.orientechnologies.common.log.OLogManager log
WARNING: Current implementation of storage does not support sbtree collections
23:38:57.113 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/about.html]... : new
23:38:57.115 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/allcontent.html]... : new
23:38:57.116 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2012/first-post.html]... : new
23:38:57.117 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2013/second-post.html]... : new
23:38:57.117 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/2016/draft-post.html]... : new
23:38:57.118 [main] WARN org.jbake.parser.MarkupEngine - Error parsing meta data from header (missing type or status value) for file /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html!
23:38:57.118 [main] WARN org.jbake.app.Crawler - /home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html has an invalid header, it has been ignored!
23:38:57.118 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/blog/invalid_header.html]... : new
23:38:57.118 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/index2.html]... : new
23:38:57.119 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/draft-paper.html]... : new
23:38:57.120 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/papers/published-paper.html]... : new
23:38:57.122 [main] INFO org.jbake.app.Crawler - Processing [/home/lamvak/workspace/jbake/target/test-classes/content/projects.html]... : new
23:38:57.131 [main] INFO org.jbake.app.Renderer - Rendering sitemap [/tmp/junit8332453902338742660/sitemap.xml]...done!
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.889 sec - in org.jbake.app.template.JadeTemplateEngineRenderingTest
Running org.jbake.render.TagsRendererTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec - in org.jbake.render.TagsRendererTest
Running org.jbake.render.DocumentsRendererTest
23:38:57.426 [main] INFO org.jbake.template.ModelExtractors - register new extractors for document type: customType
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.jbake.render.DocumentsRendererTest
Running org.jbake.render.ArchiveRendererTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.jbake.render.ArchiveRendererTest
Running org.jbake.render.FeedRendererTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.jbake.render.FeedRendererTest
Running org.jbake.render.ServiceLoaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.jbake.render.ServiceLoaderTest
Running org.jbake.render.IndexRendererTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.jbake.render.IndexRendererTest
Running org.jbake.render.SitemapRendererTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.jbake.render.SitemapRendererTest
Running org.jbake.model.DocumentTypesTest
23:38:57.455 [main] INFO org.jbake.template.ModelExtractors - register new extractors for document type: known
23:38:57.471 [main] INFO org.jbake.template.ModelExtractors - register new extractors for document type: newDocumentType
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jbake.model.DocumentTypesTest
Running org.jbake.launcher.LaunchOptionsTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.jbake.launcher.LaunchOptionsTest
Running org.jbake.template.ModelExtractorsDocumentTypeListenerTest
23:38:57.523 [main] INFO org.jbake.template.ModelExtractors - register new extractors for document type: project
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.jbake.template.ModelExtractorsDocumentTypeListenerTest
Running org.jbake.template.ModelExtractorsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.jbake.template.ModelExtractorsTest
Oct 18, 2016 11:38:57 PM com.orientechnologies.common.log.OLogManager log
INFO: - storage: documents1476826735385...
Results :
Tests run: 126, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-scm-plugin:1.9.4:checkout (checkout-example-project-freemarker) @ jbake-core ---
[INFO] Removing /home/lamvak/workspace/jbake/target/example-project-freemarker
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target && git clone git://github.com/jbake-org/jbake-example-project-freemarker.git /home/lamvak/workspace/jbake/target/example-project-freemarker
[INFO] Working directory: /home/lamvak/workspace/jbake/target
[INFO] Executing: /bin/sh -c cd /tmp && git ls-remote git://github.com/jbake-org/jbake-example-project-freemarker.git
[INFO] Working directory: /tmp
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target/example-project-freemarker && git pull git://github.com/jbake-org/jbake-example-project-freemarker.git master
[INFO] Working directory: /home/lamvak/workspace/jbake/target/example-project-freemarker
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target/example-project-freemarker && git checkout
[INFO] Working directory: /home/lamvak/workspace/jbake/target/example-project-freemarker
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target/example-project-freemarker && git ls-files
[INFO] Working directory: /home/lamvak/workspace/jbake/target/example-project-freemarker
[INFO]
[INFO] --- maven-scm-plugin:1.9.4:checkout (checkout-example-project-groovy) @ jbake-core ---
[INFO] Removing /home/lamvak/workspace/jbake/target/example-project-groovy
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target && git clone git://github.com/jbake-org/jbake-example-project-groovy.git /home/lamvak/workspace/jbake/target/example-project-groovy
[INFO] Working directory: /home/lamvak/workspace/jbake/target
[INFO] Executing: /bin/sh -c cd /tmp && git ls-remote git://github.com/jbake-org/jbake-example-project-groovy.git
[INFO] Working directory: /tmp
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target/example-project-groovy && git pull git://github.com/jbake-org/jbake-example-project-groovy.git master
[INFO] Working directory: /home/lamvak/workspace/jbake/target/example-project-groovy
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target/example-project-groovy && git checkout
[INFO] Working directory: /home/lamvak/workspace/jbake/target/example-project-groovy
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target/example-project-groovy && git ls-files
[INFO] Working directory: /home/lamvak/workspace/jbake/target/example-project-groovy
[INFO]
[INFO] --- maven-scm-plugin:1.9.4:checkout (checkout-example-project-thymeleaf) @ jbake-core ---
[INFO] Removing /home/lamvak/workspace/jbake/target/example-project-thymeleaf
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target && git clone git://github.com/jbake-org/jbake-example-project-thymeleaf.git /home/lamvak/workspace/jbake/target/example-project-thymeleaf
[INFO] Working directory: /home/lamvak/workspace/jbake/target
[INFO] Executing: /bin/sh -c cd /tmp && git ls-remote git://github.com/jbake-org/jbake-example-project-thymeleaf.git
[INFO] Working directory: /tmp
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target/example-project-thymeleaf && git pull git://github.com/jbake-org/jbake-example-project-thymeleaf.git master
[INFO] Working directory: /home/lamvak/workspace/jbake/target/example-project-thymeleaf
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target/example-project-thymeleaf && git checkout
[INFO] Working directory: /home/lamvak/workspace/jbake/target/example-project-thymeleaf
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target/example-project-thymeleaf && git ls-files
[INFO] Working directory: /home/lamvak/workspace/jbake/target/example-project-thymeleaf
[INFO]
[INFO] --- maven-scm-plugin:1.9.4:checkout (checkout-example-project-jade) @ jbake-core ---
[INFO] Removing /home/lamvak/workspace/jbake/target/example-project-jade
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target && git clone git://github.com/jbake-org/jbake-example-project-jade.git /home/lamvak/workspace/jbake/target/example-project-jade
[INFO] Working directory: /home/lamvak/workspace/jbake/target
[INFO] Executing: /bin/sh -c cd /tmp && git ls-remote git://github.com/jbake-org/jbake-example-project-jade.git
[INFO] Working directory: /tmp
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target/example-project-jade && git pull git://github.com/jbake-org/jbake-example-project-jade.git master
[INFO] Working directory: /home/lamvak/workspace/jbake/target/example-project-jade
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target/example-project-jade && git checkout
[INFO] Working directory: /home/lamvak/workspace/jbake/target/example-project-jade
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target/example-project-jade && git ls-files
[INFO] Working directory: /home/lamvak/workspace/jbake/target/example-project-jade
[INFO]
[INFO] --- maven-scm-plugin:1.9.4:checkout (checkout-example-project-groovy-mte) @ jbake-core ---
[INFO] Removing /home/lamvak/workspace/jbake/target/example-project-groovy-mte
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target && git clone git://github.com/jbake-org/jbake-example-project-groovy-mte.git /home/lamvak/workspace/jbake/target/example-project-groovy-mte
[INFO] Working directory: /home/lamvak/workspace/jbake/target
[INFO] Executing: /bin/sh -c cd /tmp && git ls-remote git://github.com/jbake-org/jbake-example-project-groovy-mte.git
[INFO] Working directory: /tmp
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target/example-project-groovy-mte && git pull git://github.com/jbake-org/jbake-example-project-groovy-mte.git master
[INFO] Working directory: /home/lamvak/workspace/jbake/target/example-project-groovy-mte
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target/example-project-groovy-mte && git checkout
[INFO] Working directory: /home/lamvak/workspace/jbake/target/example-project-groovy-mte
[INFO] Executing: /bin/sh -c cd /home/lamvak/workspace/jbake/target/example-project-groovy-mte && git ls-files
[INFO] Working directory: /home/lamvak/workspace/jbake/target/example-project-groovy-mte
[INFO]
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ jbake-core ---
[INFO] Building jar: /home/lamvak/workspace/jbake/target/jbake-core.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ jbake-core >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jbake-core ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (prepare-agent) @ jbake-core ---
[INFO] argLine set to -javaagent:/home/lamvak/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/lamvak/workspace/jbake/target/jacoco.exec
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ jbake-core <<<
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ jbake-core ---
[INFO] Building jar: /home/lamvak/workspace/jbake/target/jbake-core-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ jbake-core ---
[INFO]
Loading source files for package org.jbake.app...
Loading source files for package org.jbake.render...
Loading source files for package org.jbake.model...
Loading source files for package org.jbake.parser...
Loading source files for package org.jbake.launcher...
Loading source files for package org.jbake.template...
Loading source files for package org.jbake.template.model...
Constructing Javadoc information...
Standard Doclet version 1.8.0_101
Building tree for all the packages and classes...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/Asset.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/ConfigUtil.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/ConfigUtil.Keys.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/ContentStore.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/Crawler.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/Crawler.Attributes.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/Crawler.Attributes.Status.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/DBUtil.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/DocumentList.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/FileUtil.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/JBakeException.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/Oven.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/Parser.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/Renderer.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/Renderer.ModelRenderingConfig.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/ZipUtil.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/render/ArchiveRenderer.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/render/DocumentsRenderer.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/render/FeedRenderer.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/render/IndexRenderer.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/render/RenderingTool.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/render/SitemapRenderer.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/render/TagsRenderer.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/model/DocumentAttributes.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/model/DocumentStatus.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/model/DocumentTypeListener.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/model/DocumentTypes.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/model/DocumentTypeUtils.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/AsciidoctorEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/Engines.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/ErrorEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/MarkdownEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/MarkupEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/ParserContext.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/ParserEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/RawMarkupEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/launcher/CustomFSChangeListener.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/launcher/Init.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/launcher/JettyServer.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/launcher/LaunchOptions.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/launcher/Main.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/AbstractTemplateEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/DelegatingTemplateEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/FreemarkerTemplateEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/FreemarkerTemplateEngine.LazyLoadingModel.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/GroovyMarkupTemplateEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/GroovyTemplateEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/JadeTemplateEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/JadeTemplateEngine.FormatHelper.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/ModelExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/ModelExtractors.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/ModelExtractorsDocumentTypeListener.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/NoModelExtractorException.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/RenderingException.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/TemplateEngineAdapter.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/TemplateEngineAdapter.NoopAdapter.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/TemplateEngines.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/ThymeleafTemplateEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/AllContentExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/AllTagsExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/DBExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/PublishedContentExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/PublishedCustomExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/PublishedDateExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/PublishedPagesExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/PublishedPostsExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/TagPostsExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/TypedDocumentsExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/overview-frame.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/package-frame.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/package-summary.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/package-tree.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/launcher/package-frame.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/launcher/package-summary.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/launcher/package-tree.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/model/package-frame.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/model/package-summary.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/model/package-tree.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/package-frame.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/package-summary.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/package-tree.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/render/package-frame.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/render/package-summary.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/render/package-tree.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/package-frame.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/package-summary.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/package-tree.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/package-frame.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/package-summary.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/package-tree.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/constant-values.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/serialized-form.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/class-use/Oven.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/class-use/ConfigUtil.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/class-use/ConfigUtil.Keys.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/class-use/Parser.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/class-use/DBUtil.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/class-use/ZipUtil.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/class-use/DocumentList.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/class-use/JBakeException.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/class-use/Crawler.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/class-use/Crawler.Attributes.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/class-use/Crawler.Attributes.Status.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/class-use/FileUtil.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/class-use/ContentStore.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/class-use/Renderer.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/class-use/Renderer.ModelRenderingConfig.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/class-use/Asset.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/render/class-use/RenderingTool.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/render/class-use/TagsRenderer.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/render/class-use/SitemapRenderer.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/render/class-use/DocumentsRenderer.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/render/class-use/FeedRenderer.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/render/class-use/IndexRenderer.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/render/class-use/ArchiveRenderer.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/model/class-use/DocumentTypes.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/model/class-use/DocumentAttributes.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/model/class-use/DocumentTypeListener.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/model/class-use/DocumentStatus.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/model/class-use/DocumentTypeUtils.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/class-use/MarkdownEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/class-use/Engines.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/class-use/RawMarkupEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/class-use/ParserEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/class-use/ParserContext.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/class-use/MarkupEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/class-use/ErrorEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/class-use/AsciidoctorEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/launcher/class-use/Main.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/launcher/class-use/Init.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/launcher/class-use/CustomFSChangeListener.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/launcher/class-use/LaunchOptions.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/launcher/class-use/JettyServer.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/class-use/TemplateEngines.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/class-use/ModelExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/class-use/FreemarkerTemplateEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/class-use/FreemarkerTemplateEngine.LazyLoadingModel.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/class-use/RenderingException.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/class-use/AbstractTemplateEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/class-use/NoModelExtractorException.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/class-use/DelegatingTemplateEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/class-use/ThymeleafTemplateEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/class-use/ModelExtractors.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/class-use/ModelExtractorsDocumentTypeListener.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/class-use/GroovyTemplateEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/class-use/GroovyMarkupTemplateEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/class-use/JadeTemplateEngine.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/class-use/JadeTemplateEngine.FormatHelper.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/class-use/TemplateEngineAdapter.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/class-use/TemplateEngineAdapter.NoopAdapter.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/class-use/PublishedPostsExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/class-use/AllContentExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/class-use/AllTagsExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/class-use/PublishedPagesExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/class-use/PublishedCustomExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/class-use/DBExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/class-use/TypedDocumentsExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/class-use/PublishedDateExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/class-use/PublishedContentExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/class-use/TagPostsExtractor.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/app/package-use.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/launcher/package-use.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/model/package-use.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/parser/package-use.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/render/package-use.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/package-use.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/org/jbake/template/model/package-use.html...
Building index for all the packages and classes...
Generating /home/lamvak/workspace/jbake/target/apidocs/overview-tree.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/index-all.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/lamvak/workspace/jbake/target/apidocs/allclasses-frame.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/allclasses-noframe.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/index.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/overview-summary.html...
Generating /home/lamvak/workspace/jbake/target/apidocs/help-doc.html...
31 errors
47 warnings
[ERROR] MavenReportException: Error while generating Javadoc:
Exit code: 1 - /home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Asset.java:19: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Asset.java:19: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Asset.java:35: warning: no description for @param
* @param source
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Asset.java:36: warning: no description for @param
* @param destination
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Asset.java:38: warning: no @param for config
public Asset(File source, File destination, CompositeConfiguration config) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/ConfigUtil.java:14: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/ConfigUtil.java:14: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Crawler.java:25: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Crawler.java:25: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Crawler.java:65: warning: no @param for db
public Crawler(ContentStore db, File source, CompositeConfiguration config) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Crawler.java:65: warning: no @param for source
public Crawler(ContentStore db, File source, CompositeConfiguration config) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Crawler.java:65: warning: no @param for config
public Crawler(ContentStore db, File source, CompositeConfiguration config) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/DBUtil.java:42: warning: no @param for entry
public static String[] toStringArray(Object entry) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/DBUtil.java:42: warning: no @return
public static String[] toStringArray(Object entry) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/FileUtil.java:46: warning: no description for @throws
* @throws Exception
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/FileUtil.java:83: warning: no description for @throws
* @throws Exception
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/FileUtil.java:18: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/FileUtil.java:18: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Oven.java:125: warning: no description for @throws
* @throws JBakeException
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Oven.java:26: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Oven.java:26: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Oven.java:47: warning: no @param for source
public Oven(final File source, final File destination, final boolean isClearCache) throws Exception {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Oven.java:47: warning: no @param for destination
public Oven(final File source, final File destination, final boolean isClearCache) throws Exception {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Oven.java:47: warning: no @param for isClearCache
public Oven(final File source, final File destination, final boolean isClearCache) throws Exception {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Oven.java:47: warning: no @throws for java.lang.Exception
public Oven(final File source, final File destination, final boolean isClearCache) throws Exception {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Oven.java:57: warning: no @param for config
public Oven(final File source, final File destination, final CompositeConfiguration config, final boolean isClearCache) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Oven.java:57: warning: no @param for isClearCache
public Oven(final File source, final File destination, final CompositeConfiguration config, final boolean isClearCache) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Parser.java:34: warning: no description for @param
* @param file
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Parser.java:15: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Parser.java:15: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Parser.java:26: warning: no @param for config
public Parser(Configuration config, String contentPath) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Parser.java:26: warning: no @param for contentPath
public Parser(Configuration config, String contentPath) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:147: warning: no description for @throws
* @throws Exception
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:222: warning: no description for @throws
* @throws Exception
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:282: warning: no description for @throws
* @throws Exception
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:287: warning: no @param for sitemapFile
public void renderSitemap(String sitemapFile) throws Exception {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:295: warning: no description for @throws
* @throws Exception
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:305: warning: no description for @throws
* @throws Exception
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:315: warning: no description for @throws
* @throws Exception
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:317: warning: no @return
public int renderTags(String tagPath) throws Exception {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:23: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:23: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:128: warning: no description for @param
* @param config
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/ZipUtil.java:23: warning: no description for @throws
* @throws IOException
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/ZipUtil.java:13: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/ZipUtil.java:13: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/model/DocumentTypes.java:13: error: self-closing element not allowed
* <p/>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/Init.java:27: warning: no description for @param
* @param outputFolder
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/Init.java:28: warning: no description for @param
* @param templateLocationFolder
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/Init.java:29: warning: no description for @throws
* @throws Exception
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/Init.java:31: warning: no @param for templateType
public void run(File outputFolder, File templateLocationFolder, String templateType) throws Exception {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/Init.java:13: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/Init.java:13: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/JettyServer.java:25: warning: no description for @param
* @param path
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/JettyServer.java:26: warning: no description for @param
* @param port
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/JettyServer.java:16: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/JettyServer.java:16: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/Main.java:38: warning: no description for @param
* @param args
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/Main.java:27: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/Main.java:27: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/GroovyMarkupTemplateEngine.java:23: warning - Tag @see: missing final '>': "<a href="http://groovy-lang.org/templating.html#_the_markuptemplateengine">Groovy MarkupTemplateEngine Documentation</a>
The file extension to activate this Engine is .tpl"
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/ModelExtractors.java:127: warning: no description for @param
* @param key
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/ModelExtractors.java:128: warning: no description for @return
* @return
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/ModelExtractors.java:129: error: unknown tag: category
* @category delegate
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/ModelExtractors.java:137: warning: no description for @return
* @return
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/ModelExtractors.java:138: error: unknown tag: category
* @category delegate
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/ModelExtractors.java:22: error: self-closing element not allowed
* (recommanded).</p> <p/> <p>The descriptor file must be found in <i>META-INF</i> directory and named
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/ModelExtractors.java:22: warning: empty <p> tag
* (recommanded).</p> <p/> <p>The descriptor file must be found in <i>META-INF</i> directory and named
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/ModelExtractors.java:27: error: self-closing element not allowed
* <p/>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/TemplateEngineAdapter.java:21: warning: no description for @param
* @param key
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/TemplateEngineAdapter.java:22: warning: no description for @param
* @param extractedValue
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/TemplateEngineAdapter.java:23: warning: no description for @return
* @return
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/TemplateEngines.java:25: error: self-closing element not allowed
* (recommanded).</p> <p/> <p>The descriptor file must be found in <i>META-INF</i> directory and named
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/TemplateEngines.java:25: warning: empty <p> tag
* (recommanded).</p> <p/> <p>The descriptor file must be found in <i>META-INF</i> directory and named
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/TemplateEngines.java:30: error: self-closing element not allowed
* <p/>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/TemplateEngines.java:30: warning: empty <p> tag
* <p/>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/TemplateEngines.java:32: error: self-closing element not allowed
* <p/>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/ThymeleafTemplateEngine.java:27: error: self-closing element not allowed
* <p/>
^
Command line was: /usr/lib/jvm/java-8-oracle/jre/../bin/javadoc @options @packages
Refer to the generated Javadoc files in '/home/lamvak/workspace/jbake/target/apidocs' dir.
org.apache.maven.reporting.MavenReportException:
Exit code: 1 - /home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Asset.java:19: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Asset.java:19: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Asset.java:35: warning: no description for @param
* @param source
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Asset.java:36: warning: no description for @param
* @param destination
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Asset.java:38: warning: no @param for config
public Asset(File source, File destination, CompositeConfiguration config) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/ConfigUtil.java:14: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/ConfigUtil.java:14: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Crawler.java:25: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Crawler.java:25: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Crawler.java:65: warning: no @param for db
public Crawler(ContentStore db, File source, CompositeConfiguration config) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Crawler.java:65: warning: no @param for source
public Crawler(ContentStore db, File source, CompositeConfiguration config) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Crawler.java:65: warning: no @param for config
public Crawler(ContentStore db, File source, CompositeConfiguration config) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/DBUtil.java:42: warning: no @param for entry
public static String[] toStringArray(Object entry) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/DBUtil.java:42: warning: no @return
public static String[] toStringArray(Object entry) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/FileUtil.java:46: warning: no description for @throws
* @throws Exception
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/FileUtil.java:83: warning: no description for @throws
* @throws Exception
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/FileUtil.java:18: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/FileUtil.java:18: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Oven.java:125: warning: no description for @throws
* @throws JBakeException
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Oven.java:26: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Oven.java:26: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Oven.java:47: warning: no @param for source
public Oven(final File source, final File destination, final boolean isClearCache) throws Exception {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Oven.java:47: warning: no @param for destination
public Oven(final File source, final File destination, final boolean isClearCache) throws Exception {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Oven.java:47: warning: no @param for isClearCache
public Oven(final File source, final File destination, final boolean isClearCache) throws Exception {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Oven.java:47: warning: no @throws for java.lang.Exception
public Oven(final File source, final File destination, final boolean isClearCache) throws Exception {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Oven.java:57: warning: no @param for config
public Oven(final File source, final File destination, final CompositeConfiguration config, final boolean isClearCache) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Oven.java:57: warning: no @param for isClearCache
public Oven(final File source, final File destination, final CompositeConfiguration config, final boolean isClearCache) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Parser.java:34: warning: no description for @param
* @param file
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Parser.java:15: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Parser.java:15: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Parser.java:26: warning: no @param for config
public Parser(Configuration config, String contentPath) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Parser.java:26: warning: no @param for contentPath
public Parser(Configuration config, String contentPath) {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:147: warning: no description for @throws
* @throws Exception
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:222: warning: no description for @throws
* @throws Exception
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:282: warning: no description for @throws
* @throws Exception
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:287: warning: no @param for sitemapFile
public void renderSitemap(String sitemapFile) throws Exception {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:295: warning: no description for @throws
* @throws Exception
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:305: warning: no description for @throws
* @throws Exception
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:315: warning: no description for @throws
* @throws Exception
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:317: warning: no @return
public int renderTags(String tagPath) throws Exception {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:23: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:23: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/Renderer.java:128: warning: no description for @param
* @param config
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/ZipUtil.java:23: warning: no description for @throws
* @throws IOException
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/ZipUtil.java:13: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/app/ZipUtil.java:13: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/model/DocumentTypes.java:13: error: self-closing element not allowed
* <p/>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/Init.java:27: warning: no description for @param
* @param outputFolder
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/Init.java:28: warning: no description for @param
* @param templateLocationFolder
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/Init.java:29: warning: no description for @throws
* @throws Exception
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/Init.java:31: warning: no @param for templateType
public void run(File outputFolder, File templateLocationFolder, String templateType) throws Exception {
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/Init.java:13: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/Init.java:13: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/JettyServer.java:25: warning: no description for @param
* @param path
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/JettyServer.java:26: warning: no description for @param
* @param port
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/JettyServer.java:16: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/JettyServer.java:16: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/Main.java:38: warning: no description for @param
* @param args
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/Main.java:27: error: malformed HTML
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/launcher/Main.java:27: error: bad use of '>'
* @author Jonathan Bullock <jonbullock@gmail.com>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/GroovyMarkupTemplateEngine.java:23: warning - Tag @see: missing final '>': "<a href="http://groovy-lang.org/templating.html#_the_markuptemplateengine">Groovy MarkupTemplateEngine Documentation</a>
The file extension to activate this Engine is .tpl"
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/ModelExtractors.java:127: warning: no description for @param
* @param key
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/ModelExtractors.java:128: warning: no description for @return
* @return
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/ModelExtractors.java:129: error: unknown tag: category
* @category delegate
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/ModelExtractors.java:137: warning: no description for @return
* @return
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/ModelExtractors.java:138: error: unknown tag: category
* @category delegate
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/ModelExtractors.java:22: error: self-closing element not allowed
* (recommanded).</p> <p/> <p>The descriptor file must be found in <i>META-INF</i> directory and named
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/ModelExtractors.java:22: warning: empty <p> tag
* (recommanded).</p> <p/> <p>The descriptor file must be found in <i>META-INF</i> directory and named
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/ModelExtractors.java:27: error: self-closing element not allowed
* <p/>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/TemplateEngineAdapter.java:21: warning: no description for @param
* @param key
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/TemplateEngineAdapter.java:22: warning: no description for @param
* @param extractedValue
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/TemplateEngineAdapter.java:23: warning: no description for @return
* @return
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/TemplateEngines.java:25: error: self-closing element not allowed
* (recommanded).</p> <p/> <p>The descriptor file must be found in <i>META-INF</i> directory and named
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/TemplateEngines.java:25: warning: empty <p> tag
* (recommanded).</p> <p/> <p>The descriptor file must be found in <i>META-INF</i> directory and named
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/TemplateEngines.java:30: error: self-closing element not allowed
* <p/>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/TemplateEngines.java:30: warning: empty <p> tag
* <p/>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/TemplateEngines.java:32: error: self-closing element not allowed
* <p/>
^
/home/lamvak/workspace/jbake/src/main/java/org/jbake/template/ThymeleafTemplateEngine.java:27: error: self-closing element not allowed
* <p/>
^
Command line was: /usr/lib/jvm/java-8-oracle/jre/../bin/javadoc @options @packages
Refer to the generated Javadoc files in '/home/lamvak/workspace/jbake/target/apidocs' dir.
at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.executeJavadocCommandLine(AbstractJavadocMojo.java:5188)
at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.executeReport(AbstractJavadocMojo.java:2075)
at org.apache.maven.plugin.javadoc.JavadocJar.execute(JavadocJar.java:188)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[INFO] Building jar: /home/lamvak/workspace/jbake/target/jbake-core-javadoc.jar
[INFO]
[INFO] --- maven-dependency-plugin:2.10:copy-dependencies (copy-dependencies) @ jbake-core ---
[INFO] Copying commons-lang3-3.4.jar to /home/lamvak/workspace/jbake/target/lib/commons-lang3-3.4.jar
[INFO] Copying commons-io-2.5.jar to /home/lamvak/workspace/jbake/target/lib/commons-io-2.5.jar
[INFO] Copying concurrentlinkedhashmap-lru-1.4.jar to /home/lamvak/workspace/jbake/target/lib/concurrentlinkedhashmap-lru-1.4.jar
[INFO] Copying asm-5.0.3.jar to /home/lamvak/workspace/jbake/target/lib/asm-5.0.3.jar
[INFO] Copying groovy-templates-2.4.7.jar to /home/lamvak/workspace/jbake/target/lib/groovy-templates-2.4.7.jar
[INFO] Copying ognl-3.1.10.jar to /home/lamvak/workspace/jbake/target/lib/ognl-3.1.10.jar
[INFO] Copying javassist-3.20.0-GA.jar to /home/lamvak/workspace/jbake/target/lib/javassist-3.20.0-GA.jar
[INFO] Copying unbescape-1.1.4.RELEASE.jar to /home/lamvak/workspace/jbake/target/lib/unbescape-1.1.4.RELEASE.jar
[INFO] Copying commons-configuration-1.10.jar to /home/lamvak/workspace/jbake/target/lib/commons-configuration-1.10.jar
[INFO] Copying groovy-2.4.7.jar to /home/lamvak/workspace/jbake/target/lib/groovy-2.4.7.jar
[INFO] Copying jul-to-slf4j-1.7.21.jar to /home/lamvak/workspace/jbake/target/lib/jul-to-slf4j-1.7.21.jar
[INFO] Copying orientdb-nativeos-1.7.10.jar to /home/lamvak/workspace/jbake/target/lib/orientdb-nativeos-1.7.10.jar
[INFO] Copying parboiled-java-1.1.7.jar to /home/lamvak/workspace/jbake/target/lib/parboiled-java-1.1.7.jar
[INFO] Copying commons-lang-2.6.jar to /home/lamvak/workspace/jbake/target/lib/commons-lang-2.6.jar
[INFO] Copying orient-commons-1.7.10.jar to /home/lamvak/workspace/jbake/target/lib/orient-commons-1.7.10.jar
[INFO] Copying parboiled-core-1.1.7.jar to /home/lamvak/workspace/jbake/target/lib/parboiled-core-1.1.7.jar
[INFO] Copying commons-jexl-2.1.1.jar to /home/lamvak/workspace/jbake/target/lib/commons-jexl-2.1.1.jar
[INFO] Copying freemarker-2.3.25-incubating.jar to /home/lamvak/workspace/jbake/target/lib/freemarker-2.3.25-incubating.jar
[INFO] Copying thymeleaf-3.0.2.RELEASE.jar to /home/lamvak/workspace/jbake/target/lib/thymeleaf-3.0.2.RELEASE.jar
[INFO] Copying asm-util-5.0.3.jar to /home/lamvak/workspace/jbake/target/lib/asm-util-5.0.3.jar
[INFO] Copying jade4j-1.2.3.jar to /home/lamvak/workspace/jbake/target/lib/jade4j-1.2.3.jar
[INFO] Copying json-simple-1.1.1.jar to /home/lamvak/workspace/jbake/target/lib/json-simple-1.1.1.jar
[INFO] Copying jna-4.0.0.jar to /home/lamvak/workspace/jbake/target/lib/jna-4.0.0.jar
[INFO] Copying jna-platform-4.0.0.jar to /home/lamvak/workspace/jbake/target/lib/jna-platform-4.0.0.jar
[INFO] Copying jetty-server-8.1.19.v20160209.jar to /home/lamvak/workspace/jbake/target/lib/jetty-server-8.1.19.v20160209.jar
[INFO] Copying snappy-java-1.1.0.1.jar to /home/lamvak/workspace/jbake/target/lib/snappy-java-1.1.0.1.jar
[INFO] Copying slf4j-api-1.7.21.jar to /home/lamvak/workspace/jbake/target/lib/slf4j-api-1.7.21.jar
[INFO] Copying args4j-2.33.jar to /home/lamvak/workspace/jbake/target/lib/args4j-2.33.jar
[INFO] Copying asm-tree-5.0.3.jar to /home/lamvak/workspace/jbake/target/lib/asm-tree-5.0.3.jar
[INFO] Copying commons-logging-1.1.1.jar to /home/lamvak/workspace/jbake/target/lib/commons-logging-1.1.1.jar
[INFO] Copying asciidoctorj-1.5.4.1.jar to /home/lamvak/workspace/jbake/target/lib/asciidoctorj-1.5.4.1.jar
[INFO] Copying javax.servlet-3.0.0.v201112011016.jar to /home/lamvak/workspace/jbake/target/lib/javax.servlet-3.0.0.v201112011016.jar
[INFO] Copying jetty-io-8.1.19.v20160209.jar to /home/lamvak/workspace/jbake/target/lib/jetty-io-8.1.19.v20160209.jar
[INFO] Copying commons-collections-3.2.2.jar to /home/lamvak/workspace/jbake/target/lib/commons-collections-3.2.2.jar
[INFO] Copying jetty-continuation-8.1.19.v20160209.jar to /home/lamvak/workspace/jbake/target/lib/jetty-continuation-8.1.19.v20160209.jar
[INFO] Copying jetty-http-8.1.19.v20160209.jar to /home/lamvak/workspace/jbake/target/lib/jetty-http-8.1.19.v20160209.jar
[INFO] Copying pegdown-1.6.0.jar to /home/lamvak/workspace/jbake/target/lib/pegdown-1.6.0.jar
[INFO] Copying orientdb-core-1.7.10.jar to /home/lamvak/workspace/jbake/target/lib/orientdb-core-1.7.10.jar
[INFO] Copying attoparser-2.0.1.RELEASE.jar to /home/lamvak/workspace/jbake/target/lib/attoparser-2.0.1.RELEASE.jar
[INFO] Copying logback-classic-1.1.7.jar to /home/lamvak/workspace/jbake/target/lib/logback-classic-1.1.7.jar
[INFO] Copying groovy-xml-2.4.7.jar to /home/lamvak/workspace/jbake/target/lib/groovy-xml-2.4.7.jar
[INFO] Copying asm-analysis-5.0.3.jar to /home/lamvak/workspace/jbake/target/lib/asm-analysis-5.0.3.jar
[INFO] Copying logback-core-1.1.7.jar to /home/lamvak/workspace/jbake/target/lib/logback-core-1.1.7.jar
[INFO] Copying jetty-util-8.1.19.v20160209.jar to /home/lamvak/workspace/jbake/target/lib/jetty-util-8.1.19.v20160209.jar
[INFO] Copying commons-vfs2-2.1.jar to /home/lamvak/workspace/jbake/target/lib/commons-vfs2-2.1.jar
[INFO]
[INFO] --- maven-assembly-plugin:2.6:single (zip-example-project-freemarker) @ jbake-core ---
[INFO] Reading assembly descriptor: src/main/assembly/assembly-example-project-freemarker.xml
[WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /
[INFO] Building zip: /home/lamvak/workspace/jbake/target/example_project_freemarker.zip
[INFO]
[INFO] --- maven-assembly-plugin:2.6:single (zip-example-project-groovy) @ jbake-core ---
[INFO] Reading assembly descriptor: src/main/assembly/assembly-example-project-groovy.xml
[WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /
[INFO] Building zip: /home/lamvak/workspace/jbake/target/example_project_groovy.zip
[INFO]
[INFO] --- maven-assembly-plugin:2.6:single (zip-example-project-thymeleaf) @ jbake-core ---
[INFO] Reading assembly descriptor: src/main/assembly/assembly-example-project-thymeleaf.xml
[WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /
[INFO] Building zip: /home/lamvak/workspace/jbake/target/example_project_thymeleaf.zip
[INFO]
[INFO] --- maven-assembly-plugin:2.6:single (zip-example-project-jade) @ jbake-core ---
[INFO] Reading assembly descriptor: src/main/assembly/assembly-example-project-jade.xml
[WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /
[INFO] Building zip: /home/lamvak/workspace/jbake/target/example_project_jade.zip
[INFO]
[INFO] --- maven-assembly-plugin:2.6:single (zip-example-project-groovy-mte) @ jbake-core ---
[INFO] Reading assembly descriptor: src/main/assembly/assembly-example-project-groovy-mte.xml
[WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /
[INFO] Building zip: /home/lamvak/workspace/jbake/target/example_project_groovy-mte.zip
[INFO]
[INFO] --- maven-assembly-plugin:2.6:single (make-assembly) @ jbake-core ---
[INFO] Reading assembly descriptor: src/main/assembly/assembly.xml
[INFO] Building zip: /home/lamvak/workspace/jbake/dist/jbake-2.5.0-bin.zip
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40.575 s
[INFO] Finished at: 2016-10-18T23:39:15+02:00
[INFO] Final Memory: 40M/560M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment