Closed JefeDavis closed 2 years ago
Thanks for the PR!
Can you add the sign-off line to your commit? It's quite common for OSS projects to require it. If your local git has your name and email configured you can run:
git commit --amend --no-edit --signoff
Or you can manually edit the commit with
git commit --amend
and add the sign-off line in the commit messageSigned-off-by: First Last <name@example.com>
.
Then update the branch by force pushing:
git push --force
@taylorsilva @xtremerui I apologize i never actually got a notification on this one, I've fixed it up for you, i had done that commit from a customer provided computer and didn't have all my settings :)
Thank you for the PR!
add available options to specify sslmode for uaa jdbc database connection
Closes #240