<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "Menlo"), DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>
<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>
<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: var(--default-regular-font, -apple-system),BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; font-family: var(--default-regular-font, -apple-system),BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">
<h3 style="margin-top: 20px; margin-bottom: 10px;">
Timo Aaltonen pushed to branch upstream at <a href="https://salsa.debian.org/freeipa-team/ldapjdk">FreeIPA packaging / ldapjdk</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/68d365bd8763e0daab661f3987c54419028c0f12">68d365bd</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-05-10T15:24:17-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update version number to 5.3.0-alpha1
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/e2c88a494017cbde78858da4990726b1cadf64ee">e2c88a49</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-05-10T15:24:32-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update project URL
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/cface3548b9ecee3309aa3b8d1f21b53c7122b12">cface354</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-06-06T15:13:59+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix missing LDAP error messages
LDAP error messages are defined in ErrorCodes.props which is
included in ldapjdk.jar. Previously the file was loaded by
LDAPResourceBundle.getStream() using the system class loader.
In PKI the ldapjdk.jar is installed in Tomcat's common library
which is not available to the system class loader so the LDAP
error messages are missing. To fix the problem the code has
been modified to load the file using the current class loader.
Note: The org.ietf.ldap.* classes are not actually used, but
they are still included and maintained for historical reasons.
In the future they probably can be deprecated or dropped.
See also:
* https://tomcat.apache.org/tomcat-9.0-doc/class-loader-howto.html
* https://stackoverflow.com/questions/2653322/getresourceasstream-not-loading-resource-in-webapp
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2084512
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/daa9271a4f9e8a54aef085492e6e6ffc4e54a639">daa9271a</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-06-06T17:46:27+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update OpenLDAP clients to use -H option
The latest OpenLDAP clients no longer have the -h option so the
the docs and tests have been updated to use the -H option instead.
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/085d53f8621894059713be497efca85716859c15">085d53f8</a></strong>
<div>
<span> by Marco Fargetta </span> <i> at 2022-06-20T15:43:34+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add Sonarcloud action (#18)
* Add Sonarcloud action
* Update workflow to match pki repository approach</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/f1bfbb68d55815d52ea2386dac8ac1db892d3110">f1bfbb68</a></strong>
<div>
<span> by Marco Fargetta </span> <i> at 2022-06-21T11:38:10+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix Sonarcloud build ref (#20)
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/150cd854f5c1705dab63b5589477dad8da394a7c">150cd854</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-06-30T08:57:42-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Move LDAP tools into separate JAR file
Previously the LDAP tools were part of ldapjdk.jar. They have
been moved into a new ldaptools.jar since they are command-line
tools, not a library, they might require additional dependencies
(e.g. Apache Commons CLI) in the future which might not be
appropriate for a library, and they might also be distributed
in a separate RPM package later.
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/095effaa50a1909a4bfe2fb5e9490e32dbcb98a0">095effaa</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-07-05T13:08:12-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Maven project
The pom.xml files have been updated as follows:
- The group ID has been changed to org.dogtagpki so that all
projects belong to the same group
- The LDAP SDK version has been updated to match RPM spec version
- The JSS version has been updated to match the version in JSS
master branch
- The dependency versions have been updated to match the packages
available on Fedora
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/3cf352cf777b6b3ae1b34e1bb63d2965fcad72e4">3cf352cf</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-07-05T13:08:12-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add Maven build test
A new test has been added to build with Maven and compare the
artifacts with the ones created by Ant. The comparison excludes
META-INF/maven/ since that folder is only available in Maven
artifacts.
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/d30e14a782180571462e344c5a346b8f9537e32d">d30e14a7</a></strong>
<div>
<span> by Marco Fargetta </span> <i> at 2022-07-21T14:54:04+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Rebase to master before analyse the pull request (#23)
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/0401fa6a83be166f855519645a0cd6b25f57ee1e">0401fa6a</a></strong>
<div>
<span> by Chris Kelley </span> <i> at 2022-07-21T14:32:51+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Run shellcheck in ldap-sdk CI</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/3755f4db36b66274f58c642e983812d46ed5cd02">3755f4db</a></strong>
<div>
<span> by Marco Fargetta </span> <i> at 2022-07-26T10:34:43+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Make the base branch generic (#24)
* Make the base branch generic
* Fix spacing</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/e01a8023021e006ccb9d9078c6907cd5351a7012">e01a8023</a></strong>
<div>
<span> by Chris Kelley </span> <i> at 2022-08-11T07:05:29+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix shellcheck errors in ldap-sdk
Follow up changes will address the remaining warnings.</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/249287e1b42f8417a1601b3b6b0ea4e81378d25f">249287e1</a></strong>
<div>
<span> by Chris Kelley </span> <i> at 2022-08-11T14:44:02+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix shellcheck warnings
Don't run checks on c-sdk as we don't ship it</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/1ffa3c344f2d95e6671e79fdbd926fd13ebb9cd5">1ffa3c34</a></strong>
<div>
<span> by Chris Kelley </span> <i> at 2022-10-31T17:12:52+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Introduce new scripts to automate the build process
A new script update_version.sh is introduced, to start to reduce some
of the manual burden of building packages. Usage is as:
./update_version.sh <major> <minor> <update> <phase>
...where phase is optional.
In this first iteration, it does the following:
* Updates the spec version to the new version provided
* Commits that change
* Creates a tag based on the new version provided
* Creates a source tarball based on the new version provided
A companion script is also included to revert the version update, if
required.
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/92bdbe09ffa337be324fb7f2d0ed75e08d02ae42">92bdbe09</a></strong>
<div>
<span> by Chris Kelley </span> <i> at 2022-11-14T10:17:53+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Run RPMInspect in LDAP JDK CI</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/e1b94787293b8b6e5e98d1cbbca17e6502d9f5f4">e1b94787</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-11-30T01:48:18+07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update version number to 5.3.0-beta1
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/923de508be7c96863ac2be2ed31997ff8978378f">923de508</a></strong>
<div>
<span> by Marco Fargetta </span> <i> at 2022-12-06T02:12:47+07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Remove cgroups2 which prevent the execution of systemd
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/35d18ed72b71502941df9eda6209eb9338b0625d">35d18ed7</a></strong>
<div>
<span> by Marco Fargetta </span> <i> at 2022-12-06T02:12:58+07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update workflows to use not deeprecated actions
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/8598cbc78ae91cfaa7cdafe609e1087f89ea69b2">8598cbc7</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-12-06T02:23:09+07:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update COPR repo to @pki/11.3
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/043ccdbefa8a35f85ee86d1ded07827547a3d68c">043ccdbe</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2023-02-07T13:57:28-06:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Updating version to v5.3.0
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#354079a72b91a4280407c16a36f47d1986fd85a5">
.classpath
</a>
</li>
<li class="file-stats">
<a href="#45dd6ae68bbab2aa0c25915703946c41a90426ab">
<span class="new-file">
+
.github/workflows/build-tests.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#0efd20854b65fbb9dc77808a85eb8ef282eea6d4">
<span class="new-file">
+
.github/workflows/code-analysis.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#1786b6915145eda4a8964d88dfa2bf1e569c0761">
.github/workflows/ds-tests.yml
</a>
</li>
<li class="file-stats">
<a href="#b942be00021967a6d08f5effdd1123159d59ba73">
.github/workflows/pki-tests.yml
</a>
</li>
<li class="file-stats">
<a href="#88ae13fd672bbc0bd0806d03052ba12dfdc3fe29">
<span class="new-file">
+
.github/workflows/sonarcloud-pull.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#6651ddff6eb82c840ced7c1dddee15c6e1913dd4">
Dockerfile
</a>
</li>
<li class="file-stats">
<a href="#59f81c123b3abbcb97274545796dd18706c3e106">
build.sh
</a>
</li>
<li class="file-stats">
<a href="#ec8b0ffca87038a17f8d478801d2d34248eb385d">
c-sdk/configure
</a>
</li>
<li class="file-stats">
<a href="#1fc3881b8abe42ed3a349bd2173776407e3f0a01">
c-sdk/ldap/build/compver.sh
</a>
</li>
<li class="file-stats">
<a href="#7998451466ec33ec3101cc213460959a751f73fd">
docs/ldapcsdk/csdk-controls.sgm
</a>
</li>
<li class="file-stats">
<a href="#750f8af7c60c6c26431f61ba438498fbe34e3bf0">
java-sdk/build.xml
</a>
</li>
<li class="file-stats">
<a href="#92ab33e660a13a82cc9dce79a744f367dde4c768">
java-sdk/ietfldap/org/ietf/ldap/LDAPResourceBundle.java
</a>
</li>
<li class="file-stats">
<a href="#2573911e1ca0a2c7b2bc2812b3b6deb46b451eb8">
java-sdk/ldapbeans/pom.xml
</a>
</li>
<li class="file-stats">
<a href="#aa21cc70538dbe6f98394fed4fd9f4104d2421e7">
java-sdk/ldapfilter/pom.xml
</a>
</li>
<li class="file-stats">
<a href="#efc03bc30a7ad1f35f232b534e9ae98bb1633b65">
java-sdk/ldapjdk/pom.xml
</a>
</li>
<li class="file-stats">
<a href="#ec4d113cd0b2114f909b2622b834c084ea4c31c0">
java-sdk/ldapjdk/src/main/java/netscape/ldap/LDAPResourceBundle.java
</a>
</li>
<li class="file-stats">
<a href="#3da543527fa540ebe3c4b10d6df421349edabca9">
java-sdk/ldapsp/pom.xml
</a>
</li>
<li class="file-stats">
<a href="#a4d27e7971ca38574597a8f9601aa0f3a91fd52e">
<span class="new-file">
+
java-sdk/ldaptools/pom.xml
</span>
</a>
</li>
<li class="file-stats">
<a href="#26d937fa6f032fbd5521f21fbd316b2338e22eda">
java-sdk/ldapjdk/src/main/java/LDAPDelete.java
→
java-sdk/ldaptools/src/main/java/LDAPDelete.java
</a>
</li>
<li class="file-stats">
<a href="#b8bd3667603cb1990cd0a23fb2d3e8678b5672d3">
java-sdk/ldapjdk/src/main/java/LDAPModify.java
→
java-sdk/ldaptools/src/main/java/LDAPModify.java
</a>
</li>
<li class="file-stats">
<a href="#30d29cff97daf4ecdd5a9cf8fa2af7f0a9e0c05d">
java-sdk/ldapjdk/src/main/java/LDAPSearch.java
→
java-sdk/ldaptools/src/main/java/LDAPSearch.java
</a>
</li>
<li class="file-stats">
<a href="#056a711659427400d8a9076b72542025ba638162">
java-sdk/ldapjdk/src/main/java/LDAPTool.java
→
java-sdk/ldaptools/src/main/java/LDAPTool.java
</a>
</li>
<li class="file-stats">
<a href="#96c7b073b194883e76e29b28e7c96fd75ddf6135">
java-sdk/pom.xml
</a>
</li>
<li class="file-stats">
<a href="#598edf019c3af023a737ead146c621def403342f">
ldapjdk.spec
</a>
</li>
<li class="file-stats">
<a href="#442292b8a7efeabbe4cc176709b833b1792140ec">
pom.xml
</a>
</li>
<li class="file-stats">
<a href="#a470c7bee955113786391d8b7f40487514b0699b">
<span class="new-file">
+
revert_update_version.sh
</span>
</a>
</li>
<li class="file-stats">
<a href="#2538046035efb77ecc44e1fd2eec1e2641594d4c">
<span class="new-file">
+
sonar-project.properties
</span>
</a>
</li>
<li class="file-stats">
<a href="#32df0460cf2cf5b92229e700497b87dc238c4dda">
tests/bin/ds-create.sh
</a>
</li>
<li class="file-stats">
<a href="#c36f6841d9b5b4bd44bec9f1534e1e2dc8597438">
tests/bin/init-workflow.sh
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: 0.875rem;">
The diff was not included because it is too large.
</h5>
</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #737278;">
—
<br>
<a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/compare/3946f776345512c20a3edf5682a3ed6919c638c5...043ccdbefa8a35f85ee86d1ded07827547a3d68c">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://salsa.debian.org">salsa.debian.org</a>. <a href="https://salsa.debian.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://salsa.debian.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
</p>
</div>
</body>
</html>