Re: Request to review: How to fix RequireUpperBoundDeps

2019-06-24 Thread ikedam
Hi Parichay, It works also for me. I created a pull request from a branch that works for me: https://github.com/baymac/gitlab-branch-source-plugin/pull/19 2019年6月18日火曜日 15時14分31秒 UTC+9 Jesse Glick: > > On Mon, Jun 17, 2019 at 8:51 PM Parichay Barpanda > > wrote: > > That doesn't work either.

Re: Request to review: How to fix RequireUpperBoundDeps

2019-06-23 Thread ikedam
Hi, Daniel, Jesse, Thank you. I'll make a pull request for jenkins.io. 2019年6月17日月曜日 22時13分02秒 UTC+9 Jesse Glick: > > On Sun, Jun 16, 2019 at 8:17 AM Daniel Beck > wrote: > > the subsection titles in the otherwise empty section … may help complete > the wiki page. > > > > (Ideally the

Re: Request to review: How to fix RequireUpperBoundDeps

2019-06-18 Thread Jesse Glick
On Mon, Jun 17, 2019 at 8:51 PM Parichay Barpanda wrote: > That doesn't work either. It works for me. Do not use `exclusion` for plugins. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving

Re: Request to review: How to fix RequireUpperBoundDeps

2019-06-17 Thread Parichay Barpanda
Hi Gavin, That doesn't work either. In case you want to take a look at the pom it's here - https://gist.github.com/baymac/ec349eda7166e93edc2269bb61ea9e94 For me, exclusions (not recommended) way worked as seen in the pom. On Tuesday, June 18, 2019 at 5:01:49 AM UTC+5:30, Gavin Mogan wrote: >

Re: Request to review: How to fix RequireUpperBoundDeps

2019-06-17 Thread Gavin Mogan
Your highest is the 3rd one, org.jenkins-ci.plugins:structs:1.18, so it needs to be at least 1.18 On Mon, Jun 17, 2019 at 4:30 PM Parichay Barpanda < parichay.barpa...@gmail.com> wrote: > Hi ikedam, > > Thanks for the wiki it was helpful. I am working on GitLab Branch Source > Plugin and I faced

Re: Request to review: How to fix RequireUpperBoundDeps

2019-06-17 Thread Parichay Barpanda
Hi ikedam, Thanks for the wiki it was helpful. I am working on GitLab Branch Source Plugin and I faced similar errors. I used the `dependency management` method to fix it. While it worked for some of the dependencies it didn't work for some and I am still getting the following error: [INFO]

Re: Request to review: How to fix RequireUpperBoundDeps

2019-06-17 Thread Jesse Glick
On Sun, Jun 16, 2019 at 8:17 AM Daniel Beck wrote: > the subsection titles in the otherwise empty section … may help complete the > wiki page. > > (Ideally the docs would also be moved there once reviewed.) Reviewing wiki pages is not really comfortable. I would suggest deleting the wiki page

Re: Request to review: How to fix RequireUpperBoundDeps

2019-06-16 Thread Daniel Beck
> On 16. Jun 2019, at 05:57, ikedam wrote: > > Hello, > > I'm often annoyed with RequireUpperBoundDeps errors while developing plugins. > I believe it's really complicating, but I didn't know much about maven, > there looks no documentation for that, and I didn't know the best way to >

Request to review: How to fix RequireUpperBoundDeps

2019-06-15 Thread ikedam
Hello, I'm often annoyed with RequireUpperBoundDeps errors while developing plugins. I believe it's really complicating, but I didn't know much about maven, there looks no documentation for that, and I didn't know the best way to handle that for long time. I believe I get understand the