Skip to content
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

Pr 297 to main #298

Merged
merged 3 commits into from
May 7, 2021
Merged

Pr 297 to main #298

merged 3 commits into from
May 7, 2021

Conversation

bdemers
Copy link
Member

@bdemers bdemers commented May 6, 2021

No description provided.

* Set shiro.previousVersion to 1.7.1 (less critical, as main is a MAJOR change, but it will help track diffs and create a migration guide)
* combine branch checks into single const

Merged-from: #297
.jenkins.groovy Outdated
@@ -17,6 +17,8 @@
* under the License.
*/

def supportedBranch = env.BRANCH_NAME ==~ /(1.7.x|1.8.x|main)/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"supported"? Like in "we give support"? Maybe just change to "deployable branch" or "maintained" or something like this. It should be clear that this only has to do with snapshot deployments.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call, I wasn't happy with this name either, deployableBranch sounds good to me!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bmarwell back to you when you get a chance

deployableBranch is a better name chan supportedBranch
@bdemers bdemers merged commit 4cebebb into main May 7, 2021
@bdemers bdemers deleted the pr-297-to-main branch May 7, 2021 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants