Re: [VOTE] Apache Artemis 1.4.0

2016-08-16 Thread John D. Ament
Clebert, I understand your point of view on the matter. Understand from the ASF point of view, a binary is any file where the source isn't directly readable. JARs are just ZIP files and are considered binaries from that standpoint. So while this is the file that IntellIJ exports, its not source

Re: [VOTE] Apache Artemis 1.4.0

2016-08-16 Thread Clebert Suconic
If you go to Idea IDE, and use the tool to export settings, it generates a file called IDEA-style.jar. (https://www.jetbrains.com/help/idea/2016.2/exporting-and-importing-settings.html) If you explode the JAR you will be breaking the file. This is as useful as org.eclipse.jdt.ui.prefs and org.ecl

Re: [VOTE] Apache Artemis 1.4.0

2016-08-16 Thread John D. Ament
These are the contents of the JAR: options/code.style.schemes.xml options/file.template.settings.xml fileTemplates/ fileTemplates/code/ fileTemplates/includes/ fileTemplates/includes/ActionScript File Header.as fileTemplates/includes/File Header.java fileTemplates/internal/ fileTemplates/internal/

Re: [VOTE] Apache Artemis 1.4.0

2016-08-16 Thread Clebert Suconic
> > You might want to have the source files checked in, with a simple way to > create the JAR again. > > The jar you see is the source file. That's how IDea works to distribute the settings. No issue IMO -- Clebert Suconic

Re: [VOTE] Apache Artemis 1.4.0

2016-08-16 Thread John D. Ament
On Tue, Aug 16, 2016 at 4:46 PM Clebert Suconic wrote: > the /etc/IDEA-style.jar is for > http://activemq.apache.org/artemis/docs/1.3.0/hacking-guide/ide.html Understood, it just has to be excluded from the source release. This is just like when I found the libnaio stuff a few releases back.

Re: [VOTE] Apache Artemis 1.4.0

2016-08-16 Thread Clebert Suconic
Nope. It is a different thing. The libaio was a compiled file. This jar is how you expose settings from IDea. If you want to remove that you will have to remove be eclipse one as well. I really think this file is useful for anyone dealing with the source distribution and idea. Wanting to us

Re: [VOTE] Apache Artemis 1.4.0

2016-08-16 Thread Clebert Suconic
the /etc/IDEA-style.jar is for http://activemq.apache.org/artemis/docs/1.3.0/hacking-guide/ide.html It's always been there, including previous releases. It's not a binary file, it's just what IDE users can use to create their settings. My KEY is at https://dist.apache.org/repos/dist/release/activ

[GitHub] activemq-artemis pull request #723: Post release stuff

2016-08-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/723 --- 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 featu

Re: [VOTE] Apache Artemis 1.4.0

2016-08-16 Thread John D. Ament
-1 - see etc/IDEA-style.jar in source release Would be good to also give a heads up on pending releases as well, unless I missed the email. FWIW, I also cannot find your key. You may also want to point to http://home.apache.org/~clebertsuconic for the website, since people.a.o is going away (it

[GitHub] activemq-artemis pull request #723: Post release stuff

2016-08-16 Thread clebertsuconic
GitHub user clebertsuconic opened a pull request: https://github.com/apache/activemq-artemis/pull/723 Post release stuff You can merge this pull request into a Git repository by running: $ git pull https://github.com/clebertsuconic/activemq-artemis post-release Alternatively

[VOTE] Apache Artemis 1.4.0

2016-08-16 Thread Clebert Suconic
Hello all, I would like to propose an Apache Artemis 1.4.0 release. Since 1.3.0 we've had a lot of fixes and improvements: * Interceptors support added to the MQTT * Reload support for the configuration * AMQP and Stomp Improvements * Many more bug fixes. The release notes can be found here: ht

Re: Active MQ docker image

2016-08-16 Thread John D. Ament
On Tue, Aug 16, 2016 at 4:23 AM Jean-Baptiste Onofré wrote: > Hi > > I already have an improved docker image with karaf and ActiveMQ. We have a > discussion at Apache about where to put this. > > Where is this conversation happening? > For now it's on my local server. I don't think it should go

Re: Active MQ docker image

2016-08-16 Thread Krzysztof Sobkowiak
Hi JB Where is the Dockerfile available? Regards Krzysztof On 16.08.2016 10:23, Jean-Baptiste Onofré wrote: > Hi > > I already have an improved docker image with karaf and ActiveMQ. We have a > discussion at Apache about where to put this. > > For now it's on my local server. I don't think it s

[GitHub] activemq-artemis pull request #722: ARTEMIS-591 Fixing typos

2016-08-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/722 --- 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 featu

Re: Active MQ docker image

2016-08-16 Thread Jean-Baptiste Onofré
Hi I already have an improved docker image with karaf and ActiveMQ. We have a discussion at Apache about where to put this. For now it's on my local server. I don't think it should go directly in the project. Regards JB On Aug 16, 2016, 09:10, at 09:10, "Ismaël Mejía" wrote: >Hello, > >I h

Active MQ docker image

2016-08-16 Thread Ismaël Mejía
Hello, I have been improving the already excellent ActiveMQ docker image created by Roman Mohr, with the idea of contributing it upstream to be part of the official Apache repo. Currently there are many different ActiveMQ images for docker and I think Roman’s one is the one with the highest standa