Skip to content

Conversation

@sondemar
Copy link
Contributor

@sondemar sondemar commented Apr 2, 2024

closes #4

witnessSet.add(prefix);
witnessSet.add(prefix+"x");
witnessSet.add(prefix+"y");
Set<String> witnessSet = new LinkedHashSet<>();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ceki
Copy link
Member

ceki commented Apr 4, 2024

@sondemar Thank you for this PR. It fails DCO check. You should be able to add the proper sign-off with the help of the instructions in the DCO check link above.

Signed-off-by: mariusz.sondecki <mariusz.sondecki@auto1.com>
@sondemar sondemar force-pushed the refine-requestURI-in-jetty12 branch from 0e1f57a to 5c8d531 Compare April 4, 2024 19:31
@sondemar
Copy link
Contributor Author

sondemar commented Apr 4, 2024

@sondemar Thank you for this PR. It fails DCO check. You should be able to add the proper sign-off with the help of the instructions in the DCO check link above.

@ceki , now it should be fine

@ceki ceki merged commit b231a59 into qos-ch:main Apr 4, 2024
@ceki
Copy link
Member

ceki commented Apr 9, 2024

@sondemar Logback-access version 2.0.1 containing this fix has been released earlier today.

@sondemar
Copy link
Contributor Author

sondemar commented Apr 9, 2024

@sondemar Logback-access version 2.0.1 containing this fix has been released earlier today.

Thank you @ceki

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants