-
Notifications
You must be signed in to change notification settings - Fork 101
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
UniqueValue should use UUID::randomUUID for boundary and messageid #460 #510
base: master
Are you sure you want to change the base?
Conversation
If we want to allow this sort of customization, then we should have some contract (interface?) defined for it. Since we don't have it (yet?) or I just don't see it, what about using boolean for now and extending this to allow class name once there will be need for it, or an interface, in place? So in the end, there would be
no, not yet; it can be caused by my thinking about the previous comment/solution which would probably make this irrelevant
ok
sorry, I have no idea what to original intent was in this case. Not sure if checking out the javaee repo would help, so we both might be guessing here.
No, not to MimeMultipart. But yes, documentation should be added to some
Correct and this also implies my answer for (5). Keep in mind that whatever gets added to |
@lukasj Thanks for the feedback. This points me in the right direction so I'll work on implementing the changes. |
…kartaee#460 Signed-off-by: jmehrens <[email protected]>
@lukasj I've updated the pull request based on the feedback. I'm not too excited about the name of the properties but this is a starting point. I haven't spent a lot of time thinking about what these changes will actually do in the wild and what the impacts are for enabling UUID as default.
|
And you probably want to move docs to |
#460
@lukasj Here is the start of changes for this issue but I'm looking for some feedback before I continue. So hold off on merging this.
Here is the todo list:
Feedback list: