Danny Faught
Danny Faught
``` % git --version git version 2.34.1 ``` Reproduction steps: 1. Have a git repo with a git submodule in it. 2. Navigate to the submodule. 3. Set up co-authors,...
1. Click the Register button on the home page. 2. Fill in all fields with valid data, except for the "Confirm password" field, enter a value that does not match...
Using the head of the develop branch - when I run all of the uaa unit tests on my machine like this: `./gradlew test`, both tests in the `LdapSkipCertificateMockMvcTests` class...
### What version of UAA are you running? 76.29.0 ### What did you do? UAA's dependabot.yml file blocks dependabot from upgrading com.icegreen:greenmail to version 2: `Version 2+ was causing test...
Mitigates a handful of SonarLint findings (codes for each are given in the commit messages). Also includes a new test to cover some of the modified code, and some related...
### What version of UAA are you running? The problem was found after upgrading from 77.1.0 to 77.3.0. ### How are you deploying the UAA? I am deploying the UAA...
* Fixes https://issues.apache.org/jira/browse/CASSANDRA-14098 in a similar way as the provided patch. The split count will now be correct for larger numbers of rows, where before it was calculated as 1...
Just fixing a couple of typos in an error message I noticed.