-
Notifications
You must be signed in to change notification settings - Fork 66
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
Add support SQ 25.1 #662
Add support SQ 25.1 #662
Conversation
I don't understand. Chronologically, 9.9 is before 25.1. |
The question is about sq ranges in the yaml file. Let me provide some context. Plugin contains our spring boot application inside. Before SQ 25.1 we invoked "run" on special class marked as spring boot application, and everything worked fined. New version of plugin (1.15.2) contains a workaround for this issue, we do not depend on spring boot application anymore. So plugin version 1.15.2 works well on SQ any version in range 9.9-LATEST (INCLUDING 25.1). So Valeriy asks if he made changes in the yaml file in a correct way. Hope it helps. |
Are you saying you don't want any new users to install 1.15.1? If so, then you accomplish that by archiving it. |
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'm approving this, but I won't merge it until I get confirmation that this is what you want:
- hide 1.15.1 from new users
- publish 1.15.2 to all new users
- make 1.15.2 available to existing users for upgrade
^ seems correct. Is current setup in yaml correct for this? |
There's no real "highlight" available. Just publishing. I'm going to merge this and run the job. Come back to me (with a new PR?) if what comes out doesn't look right to you |
Thanks, Ann! |
Hello there. communitybsl 1.15.2 is out.
SonarCloud project: https://sonarcloud.io/project/overview?id=1c-syntax_sonar-bsl-plugin-community
@ganncamp, Hi!
Please, help me specify the versions correctly:
We need it so that version 1.15.1 is used BEFORE 25.1, and 1.15.2 on any, from 9.9 to the latest.
Thank you.