-
Notifications
You must be signed in to change notification settings - Fork 6k
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
documentation: remove out-of-date #6603
Conversation
babochenko
commented
Mar 10, 2019
•
edited
Loading
edited
- Documentation on <intercept-url filters="..."> is outdated #5553: Documentation on <intercept-url filters="..."> is outdated
- Spring Security 5 docs references distribution zip, which does not exist #6602: Spring Security 5 docs references distribution zip, which does not exist
@stasmihailov Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@stasmihailov thanks for the cleanup! Can you help me understand why you want to remove the Contacts and Tutorial sections? These samples are still in the repo under: https://github.com/spring-projects/spring-security/tree/master/samples/xml |
Okay, it was mentioned in #6602 that files are missing and I myself haven't ever found them in sources. I will remove that commit Edit: might link github in docs instead of mentioning zip archive which I have indeed not found anywhere |
Yes, that makes sense to change it to refer to the GitHub links to the samples instead of the zip file. |
@stasmihailov Thank you for signing the Contributor License Agreement! |
@pivotal-issuemaster no problem |
@stasmihailov Sorry this has taken a bit for me to get back to you. You'll notice that one of the tests isn't passing in your PR, and the reason for that is that the code tests to make sure the documentation matches the contents of the xsd. Would you please do the following as well and include them in your
As a double-check, I'd recommend running This will make the xsd and the documentation match, so then the tests will pass. So, in the end, there will be two commits: One to remove |
@jzheaux deal. Will do this, thanks for assistance! |
Great, @stasmihailov, thanks again! In preparation for merging, would you please squash your It looks like you might need to do a quick rebase with Once that is cleaned up, we should be good to merge. |
@stasmihailov The commits still aren't quite right. Right now, the PR has two commits, but the filters work is spread across both of them. And the samples work is combined with the filters work. Would you please have the commits aligned so that the filter work is in one commit and the samples work is in another commit? The reason for this is in the contribution guidelines:
In this case, for example, updating the filters documentation is one atomic task, so there would be one commit for that like:
And in that commit would be all the changes relating to updating the doc, the rnc, and the xsd. There wouldn't be anything in that commit about updating the samples documentation. Then, there would be another commit like:
Since there is no associated ticket for that, you could leave the Also, when you did the rebase, I think you didn't take the changes from UPDATE: I failed to mention that the reason for this extra bookkeeping is that it simplifies backporting to other versions. Thank you again, @stasmihailov! |
@jzheaux okay, ill take a deeper look into guidelines and then will fix commits |
Thanks, @stasmihailov! This is now merged into |