This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git.


    from 92251f0  Formatting
     new 329f25f  Update JPMS modules to require Java 11.
     new 110c06d  Update commons-parent 51 to 52
     new 3c60bfa  Specify maven plugin versions
     new d30506b  Update plugin versions
     new a8d6ac7  Update PMD
     new 8ab1acd  Remove unnecessary parentheses
     new 0906b47  Indentation
     new f2093bf  Suppress warning
     new f3411a4  Checkstyle indentation
     new 8607d65  Update checkstyle
     new 31be3d2  Specify maven versions
     new 4b428bd  Remove explicit spotbugs version
     new ea8b01c  Exclude JMH generated files from checkstyle
     new 5c51680  RNG-158: Update minimum Java version from 1.6 to 1.7
     new c2d20e2  Update coveralls to the Java 7 version
     new 0ae8c47  Use multi-catch
     new e0b0947  Use diamond operator
     new 764b0fb  Exclude UseUnderscoresInNumericLiterals
     new 8f4b8be  Use try with resources
     new 282c461  Use diamond operator
     new 9770143  Use multi-catch
     new 04d54b0  Use diamond operator
     new 3751bad  Update pre-Java 8 profile to 1.7

The 23 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../commons/rng/core/source32/JDKRandom.java       | 15 ++----
 .../apache/commons/rng/core/source64/TwoCmres.java |  2 +-
 .../rng/core/ProvidersCommonParametricTest.java    |  2 +-
 .../commons/rng/core/util/NumberFactoryTest.java   |  4 +-
 commons-rng-examples/examples-jmh/pom.xml          | 22 ++-------
 .../rng/examples/jmh/RandomSourceValues.java       |  3 +-
 .../rng/examples/jmh/core/BaselineSources.java     |  3 +-
 .../distribution/DiscreteSamplersPerformance.java  |  3 +-
 ...iscreteUniformSamplerGenerationPerformance.java |  2 +-
 .../EnumeratedDistributionSamplersPerformance.java | 11 ++---
 .../distribution/PoissonSamplersPerformance.java   | 15 ++----
 .../distribution/ZigguratSamplerPerformance.java   |  2 +-
 .../jmh/simple/SeedArrayGenerationPerformance.java |  3 +-
 commons-rng-examples/examples-jpms/pom.xml         |  6 +--
 commons-rng-examples/examples-quadrature/pom.xml   |  3 --
 commons-rng-examples/examples-sampling/pom.xml     |  1 +
 .../ProbabilityDensityApproximationCommand.java    |  2 +-
 commons-rng-examples/examples-stress/pom.xml       |  4 +-
 commons-rng-examples/pom.xml                       | 10 ++--
 .../commons/rng/sampling/CollectionSampler.java    |  2 +-
 .../commons/rng/sampling/CompositeSamplers.java    |  6 +--
 .../DiscreteProbabilityCollectionSampler.java      |  4 +-
 .../apache/commons/rng/sampling/ListSampler.java   |  2 +-
 .../rng/simple/ThreadLocalRandomSource.java        |  3 +-
 .../rng/simple/internal/ProviderBuilder.java       |  6 +--
 pom.xml                                            | 56 +++++++++++++++-------
 src/changes/changes.xml                            | 21 +++++---
 .../checkstyle/checkstyle-suppressions.xml         |  1 +
 src/main/resources/pmd/pmd-ruleset.xml             | 16 ++++---
 29 files changed, 113 insertions(+), 117 deletions(-)

Reply via email to