commons-lang icon indicating copy to clipboard operation
commons-lang copied to clipboard

Apache Commons Lang

Results 131 commons-lang issues
Sort by recently updated
recently updated
newest added

Added new methods in NumberUtils to check whether an number is null or zero

Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 69 to 70. Changelog Sourced from org.apache.commons:commons-parent's changelog. Apache Commons Parent 70 RELEASE NOTES The Apache Commons Parent team is pleased to announce the release of Apache...

dependencies
java

JIRA Ticket: [LANG-1733](https://issues.apache.org/jira/projects/LANG/issues/LANG-1733?filter=allissues) Suggestion: Introduce null handling features working with with the java.util.function package, or more generally, with Java 8 lambdas. - It simplifies null handling by eliminating unnecessary steps...

After a recent update (commit https://github.com/apache/commons-lang/commit/67d5b27421cdaf9c2e43f54f61040cd7baf242eb) to `codecov/codecov-action` with the major v4 release, coverage reports for the `master` branch are no longer being uploaded to Codecov. The error message encountered...

"field.setAccessible(true);" throws an exception on java-17 because java.lang is not open for reflection. The problem cannot be worked around on the client side because "setAccessible(true)" is executed before evaluating the...

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. Release notes Sourced from actions/upload-artifact's releases. v4.3.4 What's Changed Update @​actions/artifact version, bump dependencies by @​robherley in actions/upload-artifact#584 Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4 Commits 0b2256b Merge...

dependencies
github_actions

Bumps [org.codehaus.mojo:taglist-maven-plugin](https://github.com/mojohaus/taglist-maven-plugin) from 3.0.0 to 3.1.0. Release notes Sourced from org.codehaus.mojo:taglist-maven-plugin's releases. 3.1.0 🚀 New features and improvements Generate documentation from modello model (#150) @​slawekjaranowski Allow to skip generating empty...

dependencies
java

The previous implementation used ThreadLocalRandom#current()

Adds RuntimeEnv.inContainer() to check whether we are running in a container. Tests for Docker, Podman, WSL.

Method Signature and Preconditions: * The method replaceSubstringInBetween takes four parameters: str, replace, open, and close. All parameters are marked as final and are expected to be non-null (@param comments...