Skip to content

Commit

Permalink
Eliminate dependency to Commons Lang 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Aug 15, 2024
1 parent 09e3588 commit fb890ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<body>

<release version="2.1.2" date="not released">
<action type="update" dev="sseifert">
Eliminate dependency to Commons Lang 2.
</action>
</release>

<release version="2.1.0" date="2024-07-08">
<action type="add" dev="sseifert" issue="52">
Dynamic Media with OpenAPI: Support Dynamic Media with OpenAPI also for local assets.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
*/
package io.wcm.handler.mediasource.ngdm;

import org.apache.commons.lang.builder.ToStringBuilder;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.sling.api.resource.Resource;
import org.apache.sling.api.resource.ValueMap;
import org.jetbrains.annotations.NotNull;
Expand Down

0 comments on commit fb890ec

Please sign in to comment.