commons

  • Filter
matthew

committed 306 to commons

23 May
Update to latest forgerock parent in order to pull in Checkstyle and Javadoc rules.
matthew

committed 305 to commons

23 May
* fix bug in string parsing of trailing slashes
* add support for obtaining relative pointers which can be useful when recursively processing JSON objects.

matthew

committed 304 to commons

23 May
Back out changes to pom.xml committed by accident in previous commit.
Mark

committed 302 to commons

10 May
Fix for OPENAM-1291: OpenAM reference guide .. section for command line tools should list all command line tools and provide anchors for them right at the top

For this fix to take effect, Jenkins probably needs to have a job for the forgerock-doc-maven-plugin.
Mark

committed 299 to commons

30 Apr
matthew

committed 296 to commons

26 Apr
Never fail the build when running Checkstyle as a report as part of the metrics profile.
matthew

committed 293 to commons

24 Apr
Add failsOnError Checkstyle config option which was accidentally dropped in previous commit.
matthew

committed 292 to commons

24 Apr
matthew

committed 291 to commons

24 Apr
Replace unit tests Checkstyle config with IDE specific config as it's easier to manage in an IDE.
matthew

committed 288 to commons

23 Apr
Recombine src and unit test Checkstyle into a single pass now that suppressions matching is more efficient.
matthew

committed 287 to commons

23 Apr
Remove .* wildcard matching as it is unnecessary and slows down Checkstyle enormously for large projects.
Mark

committed 285 to commons

23 Apr
Ulinks are active in the PDFs, so no need to repeat them.
Also, for long URLs add additional chars where we can hyphenate besides /.
matthew

committed 284 to commons

20 Apr
Change location of checkstyle output for source files so that Jenkins can pick up the results.

Disable checks of unit tests in report because suppressions does not seem to scale at all. Needs more investigation.
matthew

committed 283 to commons

20 Apr
Make it easy to configure Checkstyle precommit profile to not fail on error, and only issue the number of failures instead.
matthew

committed 281 to commons

20 Apr
Add surefire plugin dependency on build tools in order to make it easier to configure common test listener.
matthew

committed 278 to commons

20 Apr
Add generate-javadoc profile which encapsulates common Javadoc configuration. The profile is automatically triggered by the presence of the src/main/javadoc directory, even if the directory is empty (usually it will contain an overview.html, but this is not required).

The main motivation for this is to have a common look and feel as well as to avoid boiler plate report configuration which is usually required because report configurations cannot be inherited (build plugins can inherit from pluginManagement sections, but there is no equivalent for reports).