You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Milamber <mi...@apache.org> on 2013/10/21 16:05:00 UTC

[ANNOUNCE] Apache JMeter 2.10 released

Hello,

The Apache JMeter team is pleased to announce the availability of Apache 
JMeter 2.10 (r1533061).

This release brings valuable improvements and fixes some bugs.

You can read the New and Noteworthy section with some screenshots to 
illustrate improvements and full list of changes at:
http://jmeter.apache.org/changes.html

JMeter 2.10 requires Java 6 or later to run.

== All users are highly recommended to upgrade  ==

The Apache JMeter application is a 100% pure Java application designed 
to test server applications.
It can be used to:
    * generate test loads
    * measure performance.
    * test functional behavior
It includes support for protocols such as HTTP(S), JDBC, JMS, MongoDB, 
FTP, LDAP, TCP, native calls and others.
It can also be easily extended with user-written code.

See http://jmeter.apache.org/

Users are highly encouraged to read the JMeter Best Practices section:
http://jmeter.apache.org/usermanual/best-practices.html

The release can be downloaded from:
http://jmeter.apache.org/download_jmeter.cgi

When downloading, please verify signatures using the KEYS file:
http://www.apache.org/dist/jmeter/KEYS


Only the binary archive is needed to run JMeter - there is no need to
download the source archive.

However there are some optional libraries which are not included.
See the "Getting Started" page for details:
http://jmeter.apache.org/usermanual/get-started.html

JMeter artifacts can be downloaded on Maven Central :
       <groupId>org.apache.jmeter</groupId>
       <artifactId>ApacheJMeter</artifactId>
       <version>2.10</version>


Enjoy!
The JMeter team




Re: [ANNOUNCE] Apache JMeter 2.10 released

Posted by Milamber <mi...@apache.org>.
Le 22/10/2013 03:15, sebb a ecrit :
> It's OK now - the jars are there.

OK great. I will change the release process to publish the new release 
in Nexus 24h before the announcement (same time as an RC_publish)


>
> On 21 October 2013 16:36, Milamber <mi...@apache.org> wrote:
>> Curiously, the Nexus Completed email was received in commits@j.a.o list.
>>
>>
>> ===Description:
>>
>> JMeter 2.10 release
>>
>> Details:
>>
>> The following artifacts have been promoted to the Releases
>> https://repository.apache.org/content/repositories/releases repository.
>>
>> archetype-catalog.xml
>> ApacheJMeter_ftp-2.10.pom.asc
>> [...]
>>
>>
>> Le 21/10/2013 16:23, Milamber a ecrit :
>>
>>> Le 21/10/2013 15:22, sebb a ecrit :
>>>> The Maven jars don't seem to have been published.
>>>
>>> How to do this?
>>>
>>>> On 21 October 2013 15:05, Milamber <mi...@apache.org> wrote:
>>>>> Hello,
>>>>>
>>>>> The Apache JMeter team is pleased to announce the availability of Apache
>>>>> JMeter 2.10 (r1533061).
>>>>>
>>>>> This release brings valuable improvements and fixes some bugs.
>>>>>
>>>>> You can read the New and Noteworthy section with some screenshots to
>>>>> illustrate improvements and full list of changes at:
>>>>> http://jmeter.apache.org/changes.html
>>>>>
>>>>> JMeter 2.10 requires Java 6 or later to run.
>>>>>
>>>>> == All users are highly recommended to upgrade  ==
>>>>>
>>>>> The Apache JMeter application is a 100% pure Java application designed
>>>>> to
>>>>> test server applications.
>>>>> It can be used to:
>>>>>      * generate test loads
>>>>>      * measure performance.
>>>>>      * test functional behavior
>>>>> It includes support for protocols such as HTTP(S), JDBC, JMS, MongoDB,
>>>>> FTP,
>>>>> LDAP, TCP, native calls and others.
>>>>> It can also be easily extended with user-written code.
>>>>>
>>>>> See http://jmeter.apache.org/
>>>>>
>>>>> Users are highly encouraged to read the JMeter Best Practices section:
>>>>> http://jmeter.apache.org/usermanual/best-practices.html
>>>>>
>>>>> The release can be downloaded from:
>>>>> http://jmeter.apache.org/download_jmeter.cgi
>>>>>
>>>>> When downloading, please verify signatures using the KEYS file:
>>>>> http://www.apache.org/dist/jmeter/KEYS
>>>>>
>>>>>
>>>>> Only the binary archive is needed to run JMeter - there is no need to
>>>>> download the source archive.
>>>>>
>>>>> However there are some optional libraries which are not included.
>>>>> See the "Getting Started" page for details:
>>>>> http://jmeter.apache.org/usermanual/get-started.html
>>>>>
>>>>> JMeter artifacts can be downloaded on Maven Central :
>>>>>         <groupId>org.apache.jmeter</groupId>
>>>>>         <artifactId>ApacheJMeter</artifactId>
>>>>>         <version>2.10</version>
>>>>>
>>>>>
>>>>> Enjoy!
>>>>> The JMeter team
>>>>>
>>>>>
>>>>>
>>>


Re: [ANNOUNCE] Apache JMeter 2.10 released

Posted by sebb <se...@gmail.com>.
It's OK now - the jars are there.

On 21 October 2013 16:36, Milamber <mi...@apache.org> wrote:
>
> Curiously, the Nexus Completed email was received in commits@j.a.o list.
>
>
> ===Description:
>
> JMeter 2.10 release
>
> Details:
>
> The following artifacts have been promoted to the Releases
> https://repository.apache.org/content/repositories/releases repository.
>
> archetype-catalog.xml
> ApacheJMeter_ftp-2.10.pom.asc
> [...]
>
>
> Le 21/10/2013 16:23, Milamber a ecrit :
>
>>
>> Le 21/10/2013 15:22, sebb a ecrit :
>>>
>>> The Maven jars don't seem to have been published.
>>
>>
>> How to do this?
>>
>>>
>>> On 21 October 2013 15:05, Milamber <mi...@apache.org> wrote:
>>>>
>>>> Hello,
>>>>
>>>> The Apache JMeter team is pleased to announce the availability of Apache
>>>> JMeter 2.10 (r1533061).
>>>>
>>>> This release brings valuable improvements and fixes some bugs.
>>>>
>>>> You can read the New and Noteworthy section with some screenshots to
>>>> illustrate improvements and full list of changes at:
>>>> http://jmeter.apache.org/changes.html
>>>>
>>>> JMeter 2.10 requires Java 6 or later to run.
>>>>
>>>> == All users are highly recommended to upgrade  ==
>>>>
>>>> The Apache JMeter application is a 100% pure Java application designed
>>>> to
>>>> test server applications.
>>>> It can be used to:
>>>>     * generate test loads
>>>>     * measure performance.
>>>>     * test functional behavior
>>>> It includes support for protocols such as HTTP(S), JDBC, JMS, MongoDB,
>>>> FTP,
>>>> LDAP, TCP, native calls and others.
>>>> It can also be easily extended with user-written code.
>>>>
>>>> See http://jmeter.apache.org/
>>>>
>>>> Users are highly encouraged to read the JMeter Best Practices section:
>>>> http://jmeter.apache.org/usermanual/best-practices.html
>>>>
>>>> The release can be downloaded from:
>>>> http://jmeter.apache.org/download_jmeter.cgi
>>>>
>>>> When downloading, please verify signatures using the KEYS file:
>>>> http://www.apache.org/dist/jmeter/KEYS
>>>>
>>>>
>>>> Only the binary archive is needed to run JMeter - there is no need to
>>>> download the source archive.
>>>>
>>>> However there are some optional libraries which are not included.
>>>> See the "Getting Started" page for details:
>>>> http://jmeter.apache.org/usermanual/get-started.html
>>>>
>>>> JMeter artifacts can be downloaded on Maven Central :
>>>>        <groupId>org.apache.jmeter</groupId>
>>>>        <artifactId>ApacheJMeter</artifactId>
>>>>        <version>2.10</version>
>>>>
>>>>
>>>> Enjoy!
>>>> The JMeter team
>>>>
>>>>
>>>>
>>
>>
>

Re: [ANNOUNCE] Apache JMeter 2.10 released

Posted by Milamber <mi...@apache.org>.
Curiously, the Nexus Completed email was received in commits@j.a.o list.


===Description:

JMeter 2.10 release

Details:

The following artifacts have been promoted to the Releases 
https://repository.apache.org/content/repositories/releases repository.

archetype-catalog.xml
ApacheJMeter_ftp-2.10.pom.asc
[...]


Le 21/10/2013 16:23, Milamber a ecrit :
>
> Le 21/10/2013 15:22, sebb a ecrit :
>> The Maven jars don't seem to have been published.
>
> How to do this?
>
>>
>> On 21 October 2013 15:05, Milamber <mi...@apache.org> wrote:
>>> Hello,
>>>
>>> The Apache JMeter team is pleased to announce the availability of 
>>> Apache
>>> JMeter 2.10 (r1533061).
>>>
>>> This release brings valuable improvements and fixes some bugs.
>>>
>>> You can read the New and Noteworthy section with some screenshots to
>>> illustrate improvements and full list of changes at:
>>> http://jmeter.apache.org/changes.html
>>>
>>> JMeter 2.10 requires Java 6 or later to run.
>>>
>>> == All users are highly recommended to upgrade  ==
>>>
>>> The Apache JMeter application is a 100% pure Java application 
>>> designed to
>>> test server applications.
>>> It can be used to:
>>>     * generate test loads
>>>     * measure performance.
>>>     * test functional behavior
>>> It includes support for protocols such as HTTP(S), JDBC, JMS, 
>>> MongoDB, FTP,
>>> LDAP, TCP, native calls and others.
>>> It can also be easily extended with user-written code.
>>>
>>> See http://jmeter.apache.org/
>>>
>>> Users are highly encouraged to read the JMeter Best Practices section:
>>> http://jmeter.apache.org/usermanual/best-practices.html
>>>
>>> The release can be downloaded from:
>>> http://jmeter.apache.org/download_jmeter.cgi
>>>
>>> When downloading, please verify signatures using the KEYS file:
>>> http://www.apache.org/dist/jmeter/KEYS
>>>
>>>
>>> Only the binary archive is needed to run JMeter - there is no need to
>>> download the source archive.
>>>
>>> However there are some optional libraries which are not included.
>>> See the "Getting Started" page for details:
>>> http://jmeter.apache.org/usermanual/get-started.html
>>>
>>> JMeter artifacts can be downloaded on Maven Central :
>>>        <groupId>org.apache.jmeter</groupId>
>>>        <artifactId>ApacheJMeter</artifactId>
>>>        <version>2.10</version>
>>>
>>>
>>> Enjoy!
>>> The JMeter team
>>>
>>>
>>>
>
>


Re: [ANNOUNCE] Apache JMeter 2.10 released

Posted by Milamber <mi...@apache.org>.
Le 21/10/2013 15:22, sebb a ecrit :
> The Maven jars don't seem to have been published.

How to do this?

>
> On 21 October 2013 15:05, Milamber <mi...@apache.org> wrote:
>> Hello,
>>
>> The Apache JMeter team is pleased to announce the availability of Apache
>> JMeter 2.10 (r1533061).
>>
>> This release brings valuable improvements and fixes some bugs.
>>
>> You can read the New and Noteworthy section with some screenshots to
>> illustrate improvements and full list of changes at:
>> http://jmeter.apache.org/changes.html
>>
>> JMeter 2.10 requires Java 6 or later to run.
>>
>> == All users are highly recommended to upgrade  ==
>>
>> The Apache JMeter application is a 100% pure Java application designed to
>> test server applications.
>> It can be used to:
>>     * generate test loads
>>     * measure performance.
>>     * test functional behavior
>> It includes support for protocols such as HTTP(S), JDBC, JMS, MongoDB, FTP,
>> LDAP, TCP, native calls and others.
>> It can also be easily extended with user-written code.
>>
>> See http://jmeter.apache.org/
>>
>> Users are highly encouraged to read the JMeter Best Practices section:
>> http://jmeter.apache.org/usermanual/best-practices.html
>>
>> The release can be downloaded from:
>> http://jmeter.apache.org/download_jmeter.cgi
>>
>> When downloading, please verify signatures using the KEYS file:
>> http://www.apache.org/dist/jmeter/KEYS
>>
>>
>> Only the binary archive is needed to run JMeter - there is no need to
>> download the source archive.
>>
>> However there are some optional libraries which are not included.
>> See the "Getting Started" page for details:
>> http://jmeter.apache.org/usermanual/get-started.html
>>
>> JMeter artifacts can be downloaded on Maven Central :
>>        <groupId>org.apache.jmeter</groupId>
>>        <artifactId>ApacheJMeter</artifactId>
>>        <version>2.10</version>
>>
>>
>> Enjoy!
>> The JMeter team
>>
>>
>>


Re: [ANNOUNCE] Apache JMeter 2.10 released

Posted by sebb <se...@gmail.com>.
The Maven jars don't seem to have been published.

On 21 October 2013 15:05, Milamber <mi...@apache.org> wrote:
> Hello,
>
> The Apache JMeter team is pleased to announce the availability of Apache
> JMeter 2.10 (r1533061).
>
> This release brings valuable improvements and fixes some bugs.
>
> You can read the New and Noteworthy section with some screenshots to
> illustrate improvements and full list of changes at:
> http://jmeter.apache.org/changes.html
>
> JMeter 2.10 requires Java 6 or later to run.
>
> == All users are highly recommended to upgrade  ==
>
> The Apache JMeter application is a 100% pure Java application designed to
> test server applications.
> It can be used to:
>    * generate test loads
>    * measure performance.
>    * test functional behavior
> It includes support for protocols such as HTTP(S), JDBC, JMS, MongoDB, FTP,
> LDAP, TCP, native calls and others.
> It can also be easily extended with user-written code.
>
> See http://jmeter.apache.org/
>
> Users are highly encouraged to read the JMeter Best Practices section:
> http://jmeter.apache.org/usermanual/best-practices.html
>
> The release can be downloaded from:
> http://jmeter.apache.org/download_jmeter.cgi
>
> When downloading, please verify signatures using the KEYS file:
> http://www.apache.org/dist/jmeter/KEYS
>
>
> Only the binary archive is needed to run JMeter - there is no need to
> download the source archive.
>
> However there are some optional libraries which are not included.
> See the "Getting Started" page for details:
> http://jmeter.apache.org/usermanual/get-started.html
>
> JMeter artifacts can be downloaded on Maven Central :
>       <groupId>org.apache.jmeter</groupId>
>       <artifactId>ApacheJMeter</artifactId>
>       <version>2.10</version>
>
>
> Enjoy!
> The JMeter team
>
>
>