Giter Site home page Giter Site logo

jcommander-classloading's Introduction

TL;DR : It's not a bug! It's a feature - http://bugs.sun.com/view_bug.do?bug_id=4761949

Following project demonstrates a problem (?) with classloading in jcommander 1.72.

Invoking classLoader.getResource("com/beust/jcommander") returns null, but when using older version it returns URL to the jar file from classpath.

  • Use mvn clean package to run against jcommander 1.72 (test will fail)
  • Use mvn clean package -Pjcommander-testng-bundled to run against jcommander 1.66 (test will fail)
  • Use mvn clean package -Pjcommander-old to run against jcommander 1.27 (test will pass)
  • Use mvn clean package -Pjcommander-patched to run against locally stored jcommander 1.72 patched as described below (test will pass)
Apache Maven 3.3.9
Maven home: /usr/share/maven
Java version: 1.8.0_101, vendor: Oracle Corporation
Java home: /opt/jdk1.8.0_101/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.14.13-200.fc26.x86_64", arch: "amd64", family: "unix"

The same behaviour under JDK6 from Oracle.

If you use repackaged(jar xvf and then jar cvf) JAR included in this repository (i.e. by using <systemPath> for dependency in Maven) this test will pass.

jcommander-classloading's People

Contributors

dipak-pawar avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.