Conversation
|
Note: We need to wait until we cut the 3.x branch before merging this (but we can get it ready to go!). My pref would be to hold off creating the branch until we have a few PRs lined up that depend on each (as to avoid any additional back porting), but... avoiding backporting might just be a dream 😆 |
|
|
|
@Himakar Can you fix the failing build please? I think it's just a matter of removing quartz from the coverage module |
|
Also, please squash the commits into one. |
|
@Himakar Can you please fix the remaining issues as described above please? |
|
@Himakar Any updates please? |
9f4f0c5 to
6e27f13
Compare
|
@Himakar Last thing you have to do is to click the CLA checkbox(es) and squash the commits. |
|
Hi @lprimak, Could you please let me know hint on CLA checkboxes and squash part |
|
6e27f13 to
65e1a69
Compare
|
I did squash and push latest squash to the Git Hub. Also i created a pull request (Is it not necessary to create Pull request every time i do changes) |
|
No problem! Somehow your squashed changes didn't "take" on this PR. Please don't create new PRs, and use this PR. |
|
Also, I based this branch of the 3.x branch now, please make a note of that. |
|
@Himakar Any updates? We are so close :) |
|
Hi @lprimak , |
|
Your screenshot points to the closed PR. You need to squash commits on this PR. It still shows 7 commits. Also, now there is a conflict that needs to be fixed |
|
@Himakar I think you need to rebase your PR. |
65e1a69 to
fbbab08
Compare
|
@Himakar you are rebasing from |
fbbab08 to
276994b
Compare
|
Hi @fpapon, Thanks for your help. Now i have rebased my branch from 3.x branch and pushed code. |
|
The 4 commits from dependabot are from main and not from 3.x. |
Issue apache#1499: Removed Quartz dependency from coverage module apache#1499: Restore white space after shiro-guice dependency in test-coverage pom.xml
276994b to
e16e9d0
Compare
|
Awesome! We are happy to help. Thanks and keep it up! |
|
@Himakar you're welcome and don't hesitate to make other proposal! |

Fixes #1499 Quartz module deletion
The module was present in shiro/support folder
Following this checklist to help us incorporate your contribution quickly and easily:
for the change (usually before you start working on it). Trivial changes like typos do not
require a GitHub issue. Your pull request should address just this issue, without pulling in other changes.
[#XXX] - Fixes bug in SessionManager,where you replace
#XXXwith the appropriate GitHub issue. Best practiceis to use the GitHub issue title in the pull request title and in the first line of the commit message.
fixes #XXXif merging the PR should close a related issue.mvn verifyto make sure basic checks pass. A more thorough check will be performed on your pull request automatically.git rebase -i.Trivial changes like typos do not require a GitHub issue (javadoc, comments...).
In this case, just format the pull request title like
[DOC] - Add javadoc in SessionManager.If this is your first contribution, you have to read the Contribution Guidelines
If your pull request is about ~20 lines of code you don't need to sign an Individual Contributor License Agreement
if you are unsure please ask on the developers list.
To make clear that you license your contribution under the Apache License Version 2.0, January 2004
you have to acknowledge this by using the following check-box.