-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARTEMIS-5142 setting 0 for min/max expiry-delivery not working as expected #5334
base: main
Are you sure you want to change the base?
Conversation
@@ -92,6 +92,7 @@ public class JDBCSequentialFile implements SequentialFile { | |||
this.filename = filename; | |||
this.extension = filename.contains(".") ? filename.substring(filename.lastIndexOf(".") + 1, filename.length()) : ""; | |||
this.executor = executor; | |||
new Exception(driver.toString()).printStackTrace(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like it was not supposed to make it into the PR ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed!
299337e
to
af99bb4
Compare
pom.xml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes seem unrelated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
The min and max settings aren't listed in the address-settings doc, might be good to add them with this. (They are covered in the expiry section referenced from the address setting doc for the other expiry setting). |
af99bb4
to
81ad29f
Compare
@gemmellr, I took care of the documentation. |
81ad29f
to
a02194b
Compare
No description provided.