You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by neykov <gi...@git.apache.org> on 2016/10/19 18:22:41 UTC

[GitHub] brooklyn-server pull request #389: Break version range dependency on jackson...

GitHub user neykov opened a pull request:

    https://github.com/apache/brooklyn-server/pull/389

    Break version range dependency on jackson-databind

    `com.maxmind.db:maxmind-db:jar:1.2.1` depends on `jackson-databind [2.7.0,)`
    which causes excessive download of dependencies (all versions in the range,
    including snapshots). We already include it explicitly anyway so can save on
    the extra http requests. It's also forces maven to check frequently whether
    new versions are available so it can use them.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/neykov/brooklyn-server fix/jackson-databind-dep

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn-server/pull/389.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #389
    
----
commit dd3c52823c7a5d01d77d61d94f9dc0e41246ceda
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Date:   2016-10-19T18:22:09Z

    Break version range dependency on jackson-databind
    
    com.maxmind.db:maxmind-db:jar:1.2.1 depends on jackson-databind [2.7.0,)
    which causes excessive download of dependencies (all versions in the range,
    including snapshots). We already include it explicitly anyway so can save on
    the extra http requests. It's also forces maven to check frequently whether
    new versions are available so it can use them.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-server issue #389: Break version range dependency on jackson-databi...

Posted by aledsage <gi...@git.apache.org>.
Github user aledsage commented on the issue:

    https://github.com/apache/brooklyn-server/pull/389
  
    Good spot, LGTM. It's taught me a new thing about versions in maven pom dependencies! 
    http://stackoverflow.com/a/1172371/1393883
    
    Merging now.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-server pull request #389: Break version range dependency on jackson...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/brooklyn-server/pull/389


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---