You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2018/01/30 22:21:38 UTC

[Bug 62065] New: Use Maven artifact for JAF Module instead of embedded module

https://bz.apache.org/bugzilla/show_bug.cgi?id=62065

            Bug ID: 62065
           Summary: Use Maven artifact for JAF Module instead of embedded
                    module
           Product: JMeter
           Version: 4.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com
  Target Milestone: ---

Related to Bug 61529.

------------------------------------------------------------
Alan Bateman wrote:
`--add-modules java.activation` will cease to work once the java.activation
module has been dropped from Java SE and the JDK (details in JEP 320 [1]). The
JavaBeans Activation Framework is published to Maven Central so no need to
depend on the version included in the JDK.

[1] http://openjdk.java.net/jeps/320

[reply] [−] Comment 17 Philippe Mouawad 2018-01-29 13:13:13 UTC

(In reply to Alan Bateman from comment #16)
> `--add-modules java.activation` will cease to work once the java.activation
> module has been dropped from Java SE and the JDK (details in JEP 320 [1]).
> The JavaBeans Activation Framework is published to Maven Central so no need
> to depend on the version included in the JDK.
> 
> [1] http://openjdk.java.net/jeps/320

Hello Alan,
Thanks for your note.
In which version of Java SE/JDK will you be dropping it ?

Thank you

[reply] [−] Comment 18 Alan Bateman 2018-01-30 11:10:36 UTC

The JEP is currently targeted to JDK 11 (look for the release field near the
top). The JEP also has the Maven coordinates for the standalone version of JAF.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62065] Use Maven artifact for JAF Module instead of embedded module

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62065

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62065] Use Maven artifact for JAF Module instead of embedded module

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62065

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kmthejaswini@gmail.com

--- Comment #4 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
*** Bug 62835 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62065] Use Maven artifact for JAF Module instead of embedded module

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62065

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Sun Sep  9 20:31:18 2018
New Revision: 1840433

URL: http://svn.apache.org/viewvc?rev=1840433&view=rev
Log:
Bug 62065 - Use Maven artifact for JAF Module instead of embedded module

Bugzilla Id: 62065

Modified:
    jmeter/trunk/bin/jmeter
    jmeter/trunk/bin/jmeter.bat
    jmeter/trunk/bin/jmeter.sh

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62065] Use Maven artifact for JAF Module instead of embedded module

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62065

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |JDK9

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62065] Use Maven artifact for JAF Module instead of embedded module

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62065

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk
   Target Milestone|---                         |JMETER_4.1

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62065] Use Maven artifact for JAF Module instead of embedded module

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62065

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Thu Mar  8 22:02:43 2018
New Revision: 1826280

URL: http://svn.apache.org/viewvc?rev=1826280&view=rev
Log:
Bug 62065 - Use Maven artifact for JAF Module instead of embedded module
Bugzilla Id: 62065

Added:
    jmeter/trunk/licenses/bin/javax.activation-api-1.2.0.txt   (with props)
Modified:
    jmeter/trunk/LICENSE
    jmeter/trunk/build.properties
    jmeter/trunk/build.xml
    jmeter/trunk/eclipse.classpath
    jmeter/trunk/lib/   (props changed)
    jmeter/trunk/lib/aareadme.txt
    jmeter/trunk/res/maven/ApacheJMeter_parent.pom
    jmeter/trunk/xdocs/changes.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62065] Use Maven artifact for JAF Module instead of embedded module

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62065

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Thu Mar  8 22:59:58 2018
New Revision: 1826285

URL: http://svn.apache.org/viewvc?rev=1826285&view=rev
Log:
Bug 62065 - Use Maven artifact for JAF Module instead of embedded module
Add  "com.sun.activation" / javax.activation
Bugzilla Id: 62065

Added:
    jmeter/trunk/licenses/bin/javax.activation-1.2.1.txt   (with props)
Modified:
    jmeter/trunk/LICENSE
    jmeter/trunk/build.properties
    jmeter/trunk/build.xml
    jmeter/trunk/eclipse.classpath
    jmeter/trunk/lib/   (props changed)
    jmeter/trunk/lib/aareadme.txt
    jmeter/trunk/res/maven/ApacheJMeter_parent.pom

-- 
You are receiving this mail because:
You are the assignee for the bug.