Bindul Bhowmik

Results 6 issues of Bindul Bhowmik

The changes introduced in Maven Site Plugin breaks the skin. Maven Site 3.5 introduced some non backward compatible changes [From 3.4 to 3.5](https://maven.apache.org/plugins/maven-site-plugin/migrate.html#From_3.4_to_3.5) Among other issues, the body is rendered...

Allows the skin to be used when generating sites with maven-site-plugin version 3.6 and higher. - Add `copy-rename-maven-plugin` to create `META-INF/maven/site-tools.xml` from `src/resources/tools.xml` see [DOXIASITETOOLS-168](https://issues.apache.org/jira/browse/DOXIASITETOOLS-168?focusedCommentId=15578066&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15578066). - Changes `//body/head/*` and `//body/footer/*`...

The generated URLs for CSS files for Bootswatch from the Bootstrap CDN are no longer valid. The generated URL: ``` ``` returns a _Access Denied_ error. The [Bootstrap CDN](http://www.bootstrapcdn.com/bootswatch/) page,...

Utility methods that take a java.util.function.Consumer and possibly null value(s). The consumer is invoked if the value is not null or with the first non-null value, respectively. See [LANG-1634](https://issues.apache.org/jira/browse/LANG-1634) and...

It would be convenient to be able to get the generated password from `PasswordGenerator` as a `char[]` or `CharBuffer`. This would allow us to wipe out contents in the array...

When building in corporate environments, internet access is usually limited. While it may be possible to get access to npm registry through a controlled registry proxy, like nexus; it becomes...