-
Notifications
You must be signed in to change notification settings - Fork 26
Removes Commons Lang 2 usage #124
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
| <parent> | ||
| <groupId>org.jenkins-ci.plugins</groupId> | ||
| <artifactId>plugin</artifactId> | ||
| <version>5.2102.v5f5fe09fccf1</version> | ||
| <version>6.2122.v70b_7b_f659d72</version> | ||
| <relativePath /> | ||
| </parent> | ||
| <groupId>io.jenkins.plugins</groupId> | ||
|
|
@@ -21,6 +21,7 @@ | |
| <ban-junit4-imports.skip>false</ban-junit4-imports.skip> | ||
| <node.version>24.12.0</node.version> | ||
| <npm.version>11.6.2</npm.version> | ||
| <ban-commons-lang-2.skip>false</ban-commons-lang-2.skip> | ||
| </properties> | ||
| <name>Calendar View Plugin</name> | ||
| <developers> | ||
|
|
@@ -68,9 +69,25 @@ | |
| <type>pom</type> | ||
| <scope>import</scope> | ||
| </dependency> | ||
| <dependency> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think they are now on bom right?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes but not in the bom version used by the plugin. I didn't want to enforce a core and bom bump for this pull request. |
||
| <groupId>org.jenkins-ci.plugins</groupId> | ||
| <artifactId>parameterized-scheduler</artifactId> | ||
| <!-- TODO Until https://github.com/jenkinsci/bom/commit/72bb85360ded90bce299adc93e385795764fc8c2 in BOM used here --> | ||
| <version>378.va_234d1c44456</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>io.jenkins.plugins</groupId> | ||
| <artifactId>extended-timer-trigger</artifactId> | ||
| <!-- TODO Until BOM updated with plugin in it --> | ||
| <version>48.vf99b_c63a_685b_</version> | ||
| </dependency> | ||
| </dependencies> | ||
| </dependencyManagement> | ||
| <dependencies> | ||
| <dependency> | ||
| <groupId>io.jenkins.plugins</groupId> | ||
| <artifactId>commons-text-api</artifactId> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>io.jenkins.plugins</groupId> | ||
| <artifactId>jquery3-api</artifactId> | ||
|
|
@@ -88,13 +105,11 @@ | |
| <dependency> | ||
| <groupId>org.jenkins-ci.plugins</groupId> | ||
| <artifactId>parameterized-scheduler</artifactId> | ||
| <version>374.v531b_4f4d99b_3</version> | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Moved it to
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The plugins was added in BOM 2 years ago. I generally find it a better approach to set the version in the |
||
| <optional>true</optional> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>io.jenkins.plugins</groupId> | ||
| <artifactId>extended-timer-trigger</artifactId> | ||
| <version>48.vf99b_c63a_685b_</version> | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Moved it to |
||
| <optional>true</optional> | ||
| </dependency> | ||
| <dependency> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.