-
Notifications
You must be signed in to change notification settings - Fork 30
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
Remove Sort at PageRequest #639
Conversation
Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
Co-authored-by: Gavin King <[email protected]>
Co-authored-by: Gavin King <[email protected]>
Co-authored-by: Gavin King <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
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.
I say go ahead and merge it, though I think we should all review all the related javadoc again after the merge.
(Just because I think it's really hard to catch everything.) |
I had only just started looking at it and already noticed missed places in JavaDoc/examples |
@njr-11 @gavinking merged, I will work to fix the TCK. |
Uff. I don't think this should have been merged with compile time errors. Now nothing can be developed or delivered until this is resolved. @otaviojava @gavinking |
I totally agree. I tried making a comment that I had only even just started reviewing it and was seeing issues. If it weren't so late in the cycle I'd say we should revert it, but that would only cost more time. I see that Gavin already fixed one of the compile errors in the API. I'll look into fixing the others in the TCK |
Yeah I messed up when I said "go ahead and merge it", I didn't realize there were compilation errors. |
It was my mistake, sorry everyone. |
I am working to fix it now. To be honest, I expected it to be faster; I did not realize that the IDE does not work properly here. |
ops, I saw that you will work on the tck. |
…ee#639 Signed-off-by: Nathan Rauh <[email protected]>
Signed-off-by: Nathan Rauh <[email protected]>
Signed-off-by: Nathan Rauh <[email protected]>
specification document is out of sync with #639
Changes
The goal is to define single responsibility at PageRequest