-
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
SecurityNamespaceHandler: update schema version to 5.5 #10348
Conversation
I can provide the same change on main, but since recent changes I'm having troubles with project build (missing plugin "org.asciidoctor.jvm.convert") |
Hi, @Emkas, thanks for the contribution! Since this has come up a couple of times now, I wonder if there is a better way to do this so that it's not so tricky to remember. At the very least, I think we should add a test to Are you able to add one or both of these to this PR? Additionally, please ensure a complete and passing build for your next push. It appears that there are some failing tests related to this PR. |
Sorry to hear you are having problems with the build. I just checked our CI, and things appear to be working. I also pulled the latest locally, and I was able to build fine. Can you share more about the error you are experiencing, and I'm happy to see where I can help. |
Hello, @jzheaux! Thank you for a fast response. Very sorry for tests. I though I run Now about additional tests... Well that is why I created an issue as my first try to this problem. So I wouldn't try to write tests in the project I don't know (from a development site) and wouldn't bother with the stuff like parsing highest version number etc. :-) But OK, I could try. Let say I read In the nearest feture I'll at least try to provide correct PR (I gotta read how to correct a PR now :-)). |
Thanks for digging into all of this, @Emkas! I'm glad to hear you are making progress in spite of your difficulties. There have been problems with getting Eclipse to build Spring Security in the past. If you find a specific issue, please consider logging a ticket so we can take a look.
Take a look at If you run into trouble with this approach, let me know, and I can help further. |
Damn, I'd have a longer sleep if I'd just wait for you to answer :D I wrote
Than I was trying to find out how to test it without If you say that If I'd ammend a commit on forked repo, push it (with |
On master/main I got errors from checkstyle from .js files... from doc. This is a fragment of the result:
Maybe I'm doing something wrong. I'm starting with |
Hey, thanks for sticking with it! I'm glad you found my message.
I've seen that behavior before, too, that The command that I usually run before updating a pull request is |
Yes |
This time all tests are 👍 Looks like now I'll just wait for a code review. Tell me if this is what you wanted. |
@jzheaux Do you want the same change on main (with 5.6 instead of 5.5) or would you do it on your own inside your team? And tell me please, is it OK to do some small organizational PR like fix broken javadoc links or typos in some small files (like in plugin configs). |
OK, I see that you've done some changes (split & getLast -> Pattern.match) so I'll assume that you'll merge this into main on you own :-) |
Thanks, @Emkas, for the PR! Yes, I did some polishing and I added one more test. Also, I've ported this over to 5.6. |
Closes gh-8974
Pull request is on 5.5.x branch since it cannot be cherry-picked to any other branch without modifications.
(My first small change in this project, so I will be grateful for all suggestions)