Re: Builder Pattern for kafka-clients in 2.x ?

2018-07-13 Thread Matthias Wessendorf
, "Key", "the-val", > myHeaderIterable)); > > I think constructor overloads are fine for small data classes like this. > The producer/consumer clietns themselves have a lot of options represented > by various configuration keys, and a builder pattern makes these easily > discov

Re: [VOTE] 2.0.0 RC1

2018-07-06 Thread Matthias Wessendorf
; >> > > > >> > > * Javadoc: > >> > > > >> > > http://home.apache.org/~rsivaram/kafka-2.0.0-rc1/javadoc/ > >> > <http://home.apache.org/~rsivaram/kafka-2.0.0-rc1/javadoc/> > >> > > > >> > > > >> > > > >> > > * Tag to be voted upon (off 2.0 branch) is the 2.0.0 tag: > >> > > > >> > > https://github.com/apache/kafka/tree/2.0.0-rc1 > >> > <https://github.com/apache/kafka/tree/2.0.0-rc1> > >> > > > >> > > > >> > > > >> > > * Documentation: > >> > > > >> > > http://kafka.apache.org/20/documentation.html > >> > <http://kafka.apache.org/20/documentation.html> > >> > > > >> > > > >> > > > >> > > * Protocol: > >> > > > >> > > http://kafka.apache.org/20/protocol.html > >> > <http://kafka.apache.org/20/protocol.html> > >> > > > >> > > > >> > > > >> > > * Successful Jenkins builds for the 2.0 branch: > >> > > > >> > > Unit/integration tests: > >> > > https://builds.apache.org/job/kafka-2.0-jdk8/66/ > >> > <https://builds.apache.org/job/kafka-2.0-jdk8/66/> > >> > > > >> > > > >> > > System tests: > >> > > https://jenkins.confluent.io/job/system-test-kafka/job/2.0/15/ > >> > <https://jenkins.confluent.io/job/system-test-kafka/job/2.0/15/> > >> > > > >> > > > >> > > > >> > > > >> > > Please test and verify the release artifacts and submit a vote for > this > >> > RC > >> > > > >> > > or report any issues so that we can fix them and roll out a new RC > >> ASAP! > >> > > > >> > > Although this release vote requires PMC votes to pass, testing, > votes, > >> > and > >> > > > >> > > bug > >> > > reports are valuable and appreciated from everyone. > >> > > > >> > > > >> > > Thanks, > >> > > > >> > > > >> > > Rajini > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > >> > >> > >> -- > >> > >> Brett Rann > >> > >> Senior DevOps Engineer > >> > >> > >> Zendesk International Ltd > >> > >> 395 Collins Street, Melbourne VIC 3000 Australia > >> > -- Matthias Wessendorf github: https://github.com/matzew twitter: http://twitter.com/mwessendorf

Builder Pattern for kafka-clients in 2.x ?

2018-07-04 Thread Matthias Wessendorf
- instead of properties/map, which is what now dominates the creation of the Consumers/Producers. Any thoughts? If there is interest, I am happy to start a KIP w/ a first draft of the suggested API! Cheers, Matthias [1] https://issues.apache.org/jira/browse/KAFKA-7059 -- Matthias Wessendorf github: https://github.com/matzew twitter: http://twitter.com/mwessendorf

Re: cwiki access for KIP

2018-06-20 Thread Matthias Wessendorf
sweet, thanks! On Wed, Jun 20, 2018 at 11:02 PM, Matthias J. Sax wrote: > Done. > > On 6/20/18 11:15 AM, Matthias Wessendorf wrote: > > Hi, > > > > I'd like to request permission to the kafka space in our ASF cwiki, to be > > able to create KIPs. > &

cwiki access for KIP

2018-06-20 Thread Matthias Wessendorf
Hi, I'd like to request permission to the kafka space in our ASF cwiki, to be able to create KIPs. Username: matzew email: mat...@apache.org Thanks! Matthias -- Matthias Wessendorf github: https://github.com/matzew twitter: http://twitter.com/mwessendorf

Re: [VOTE] a few more geronimo-spec alpha-1 artifacts

2015-02-10 Thread Matthias Wessendorf
Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: push messaging

2014-08-13 Thread Matthias Wessendorf
your code and have a look weather this would could be integrated into usergrid. August 13 2014 3:36 PM, Matthias Wessendorf mat...@apache.org wrote: Hello Jason, perhaps you can integrate our UnifiedPush Server (e.g. running on a different box, or on Openshift). It supports

Re: push messaging

2014-08-12 Thread Matthias Wessendorf
a week. -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: [test resources] persistence.xml

2013-11-03 Thread Matthias Wessendorf
Both are in the classpath for different ejbmodule so that s ok. Maybe have a look to altdd to use test.persistence.xml in src/main/resources Le 3 nov. 2013 00:00, Matthias Wessendorf mat...@apache.org a écrit : Hi, when running unit tests - where I have a src/test/resources/META-INF

[test resources] persistence.xml

2013-11-02 Thread Matthias Wessendorf
: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory INFO - HHH000397: Using ASTQueryTranslatorFactory INFO - HHH000227: Running hbm2ddl schema export INFO - HHH000230: Schema export complete INFO - PersistenceUnit(name=movie-unit, provider=org.hibernate.ejb.HibernatePersistence) - provider time 673ms -- Matthias Wessendorf blog: http

ClassNotFoundException: org.apache.openjpa.persistence.PersistenceProviderImpl

2013-11-02 Thread Matthias Wessendorf
(EntityManagerFactoryCallable.java:47) at org.apache.openejb.assembler.classic.ReloadableEntityManagerFactory.createDelegate(ReloadableEntityManagerFactory.java:115) ... 32 more -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http

Re: [Resteasy-users] Sloppy Pull Requests == Broken Builds

2013-10-24 Thread Matthias Wessendorf
to pass. I haven't had time to track this down yet. sure thing - IMO we can wait on merging this PR. I will rebase it on a regular base, to see how it goes -M On 10/24/2013 4:52 AM, Matthias Wessendorf wrote: did a rebase and the new build now failed here: Failed tests

Re: [Resteasy-users] Sloppy Pull Requests == Broken Builds

2013-10-23 Thread Matthias Wessendorf
___ Resteasy-users mailing list Resteasy-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/resteasy-users -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: [VOTE] svn-keywords and @author tags

2013-10-15 Thread Matthias Wessendorf
+1 On Oct 14, 2013 3:46 PM, Gerhard Petracek gpetra...@apache.org wrote: hi @ all, we already had a discussion as well as an agreement about it (starting point: [1]). in several modules the cleanup is finished. however, since we still have (even new) parts which contain svn-keywords and/or

Re: [VOTE] BatchEE as an incubated project

2013-09-30 Thread Matthias Wessendorf
+1 (binding) On Monday, September 30, 2013, Mark Struberg wrote: +1 (binding) LieGrue, strub - Original Message - From: Romain Manni-Bucau rmannibu...@gmail.com To: general@incubator.apache.org Cc: Sent: Monday, 30 September 2013, 6:52 Subject: [VOTE] BatchEE as an

Re: [Resteasy-users] CORS issue with RestEasy ?

2013-06-19 Thread Matthias Wessendorf
/2013 01:20 PM, Matthias Wessendorf wrote: Doh! I forgot to include the Access-Control-Allow-Origin header on the actual response of the POST I was just decorating the response for the damn preflight request :) Sorry for the noise -M On Wed, Jun 19, 2013 at 2:24 PM

Re: [VOTE] recommend Apache DeltaSpike for graduating out of the incubator

2013-04-01 Thread Matthias Wessendorf
-unsubscr...@incubator.apache.org For additional commands, e-mail: general-help@incubator.apache.**orggeneral-h...@incubator.apache.org -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: [VOTE] Release Apache Mesos 0.10.0-incubating (RC2)

2012-12-18 Thread Matthias Wessendorf
. - To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

test

2012-11-14 Thread Matthias Wessendorf
... please ignore... -M -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: [infinispan-dev] iOS client lib

2012-10-30 Thread Matthias Wessendorf
any interest? Otherwise I will keep it my personal github repo -M On Mon, Oct 29, 2012 at 10:22 AM, Matthias Wessendorf mat...@apache.org wrote: HEllo, For a WebSocket demo, I created the following iOS lib (basically a port of the infinispan-ws.js file) https://github.com/matzew/infinispan

[infinispan-dev] iOS client lib

2012-10-29 Thread Matthias Wessendorf
HEllo, For a WebSocket demo, I created the following iOS lib (basically a port of the infinispan-ws.js file) https://github.com/matzew/infinispan-ios. I was wondering if there is interest in moving that project over to the umbrella infinispan repo at github. Thx, Matthias -- Matthias

'Apache Mobile First' ?

2012-10-04 Thread Matthias Wessendorf
: Apache Mobile Filter is the easiest way to detect mobile devices. AMF is a suite of tools that allow access to a Device Repository (such as WURFL, DetectRight, 51Degrees or others) directly from Apache Thx, Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions

Re: 'Apache Mobile First' ?

2012-10-04 Thread Matthias Wessendorf
Ha! two minutes later - the tweet has been deleted :-D But it was linking to this page = http://www.apachemobilefilter.org/ -Matthias On Thu, Oct 4, 2012 at 2:10 PM, Matthias Wessendorf mat...@apache.org wrote: Hi, just ran into this one: https://twitter.com/smashingmag/status

Re: [VOTE] Apache DeltaSpike 0.3-incubating

2012-08-21 Thread Matthias Wessendorf
: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: [VOTE] Release Apache Mesos 0.9.0-incubating (RC5)

2012-05-08 Thread Matthias Wessendorf
For additional commands, e-mail: general-h...@incubator.apache.org - To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org -- Matthias Wessendorf

Re: [VOTE] Release Apache Mesos 0.9.0-incubating (RC5)

2012-05-08 Thread Matthias Wessendorf
- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: Fw: [VOTE] Release Apache DeltaSpike-0.2-incubating

2012-04-18 Thread Matthias Wessendorf
-mail: general-h...@incubator.apache.org -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf - To unsubscribe, e-mail

Re: Logging API

2012-03-19 Thread Matthias Wessendorf
+1 On Monday, March 19, 2012, Gerhard Petracek gerhard.petra...@gmail.com wrote: +1 regards, gerhard 2012/3/19 Matt Benson gudnabr...@gmail.com Apparently the selection of slf4j might not suit everyone. While I am comfortable enough with its API (I prefer slf5j), it does cause us to

Re: [VOTE] Release Tobago 1.0.39

2012-02-16 Thread Matthias Wessendorf
The version is available at the nexus staging repository. Staging repository: https://repository.apache.org/content/repositories/orgapachemyfaces-231/ The Vote is open for 72h. [ ] +1 [ ] +0 [ ] -1 Regards Bernd -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com

Re: [ANNOUNCE] Release of Apache DeltaSpike

2012-02-13 Thread Matthias Wessendorf
features and we will start with further modules. We would be happy to receive your feedback to improve Apache DeltaSpike step by step. Enjoy! Gerhard Petracek -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter

Re: [VOTE] Release of Apache DeltaSpike 0.1-incubating

2012-02-07 Thread Matthias Wessendorf
of Seam in Action Registered Linux User #231597 http://google.com/profiles/dan.j.allen http://mojavelinux.com http://mojavelinux.com/seaminaction -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com

Re: [VOTE] Release DeltaSpike 0.1-incubating

2012-02-07 Thread Matthias Wessendorf
) Thanks, Gerhard - To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org -- Matthias

Re: [DISCUSS] deltaspike v0.1

2012-01-13 Thread Matthias Wessendorf
+1 On Saturday, January 14, 2012, Mark Struberg strub...@yahoo.de wrote: +1 just finishing the integration tests and the ConfigResolver stuff a bit. LieGrue, strub - Original Message - From: Gerhard Petracek gerhard.petra...@gmail.com To: deltaspike-dev@incubator.apache.org

AssemblyInfo

2012-01-10 Thread Matthias Wessendorf
Hi, is there a way to easily append (desired) attributes to the generated AssemblyInfo.cs file ? I'd like to have the following attributes in there: [assembly: InternalsVisibleTo(Mocks)] [assembly: InternalsVisibleTo(MockObjects)] Thx! -- Matthias Wessendorf blog: http

Re: [VOTE] Recommend graduating Apache Bean-Validation (BVAL) as a TLP

2012-01-08 Thread Matthias Wessendorf
Jencks djen...@apache.org * Donald Woods dwo...@apache.org * Gerhard Petracek gpetra...@apache.org * Jeremy Bauer jrba...@apache.org * Kevan Lee Miller ke...@apache.org * Luciano Resende lrese...@apache.org * Matthias Wessendorf -- Sent from Gmail Mobile

Re: basic decisions - package and class naming

2011-12-30 Thread Matthias Wessendorf
list class names... I see, too bad, but hey! LieGrue, strub - Original Message - From: Matthias Wessendorf mat...@apache.org To: deltaspike-dev@incubator.apache.org; Mark Struberg strub...@yahoo.de Cc: Sent: Wednesday, December 21, 2011 2:29 PM Subject: Re: basic decisions

Re: [DISCUSS] [DELTASPIKE-28] ServiceProvider

2011-12-28 Thread Matthias Wessendorf
of Seam Catch - Next Generation Java Exception Handling PGP key id: 926CCFF5 PGP key available at: keyserver.net, pgp.mit.edu -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: basic decisions - package and class naming

2011-12-21 Thread Matthias Wessendorf
to use it but why not. Antoine SABOT-DURAND Le 15 déc. 2011 à 18:43, Matthias Wessendorf a écrit :  On Thu, Dec 15, 2011 at 3:31 PM, Mark Struberg strub...@yahoo.de wrote:  Well, we are now hitting the wall - so we need a resolution asap.  For the core module we would have  for core-api

Re: basic decisions - package and class naming

2011-12-15 Thread Matthias Wessendorf
-jp.blogspot.com http://twitter.com/lightguardjp Software Engineer Open Source Advocate Author of Seam Catch - Next Generation Java Exception Handling PGP key id: 926CCFF5 PGP key available at: keyserver.net, pgp.mit.edu -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com

Re: basic decisions - coding conventions

2011-12-15 Thread Matthias Wessendorf
(); } I'm sure there is a bit more, thus please add the rules which are important for you. (PS: once we found a final solution we should move this into our wiki + provide Eclipse and Idea checkstyle rules. LieGrue, strub -- Matthias Wessendorf blog: http

Re: basic decisions - coding conventions

2011-12-15 Thread Matthias Wessendorf
.  Currently in Seam we use 4 spaces, as we've recently adopted the JBoss coding standards.  Personally, I think this is a little too much, previously we had 3 spaces (Gavin's preference) which I thought was better. LieGrue, strub -- Matthias Wessendorf blog: http

Re: Supporting DeltaSpike

2011-12-12 Thread Matthias Wessendorf
://chkal.blogspot.com/ Twitter: http://twitter.com/chkal -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: [VOTE] Release Tobago 1.5.1

2011-12-11 Thread Matthias Wessendorf
+1 Sent from my iPhone On 09.12.2011, at 11:04, Udo Schnurpfeil u...@schnurpfeil.de wrote: +1 I've updated the demo: http://irian.biz/tobago-example-demo/ Now it uses the 1.5.x versions instead of the 1.0.x branch. Regards Udo Am 09.12.11 01:23, schrieb Bernd Bohmann: Hello, I

Re: [PROPOSAL] Apache DeltaSpike - CDI-Extensions

2011-12-07 Thread Matthias Wessendorf
at 11:36 AM, Arne Limburg arne.limb...@openknowledge.de wrote: Hi, I would be glad to be part of Apache DeltaSpike. I have already written some useful CDI-Extensions for my company open knowledge GmbH and I think we would contribute them to that project. Cheers, Arne -- Matthias

Re: [PROPOSAL] Apache DeltaSpike - CDI-Extensions

2011-12-07 Thread Matthias Wessendorf
actually the vote is already out, once the project is accepted you can contribute the code and become a committer via the regular Apache way (e.g. code contributions and mailing list interactivity) -M On Wed, Dec 7, 2011 at 1:14 PM, Matthias Wessendorf mat...@apache.org wrote: Hi Arne

Re: [PROPOSAL] Apache DeltaSpike - CDI-Extensions

2011-12-07 Thread Matthias Wessendorf
a few more references: http://apache.org/foundation/how-it-works.html and http://apache.org/foundation/getinvolved.html -M On Wed, Dec 7, 2011 at 1:23 PM, Matthias Wessendorf mat...@apache.org wrote: actually the vote is already out, once the project is accepted you can contribute the code

Re: [PROPOSAL] Apache DeltaSpike - CDI-Extensions

2011-12-07 Thread Matthias Wessendorf
commands, e-mail: general-h...@incubator.apache.org -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf - To unsubscribe

Re: [PROPOSAL] Apache DeltaSpike - CDI-Extensions

2011-12-07 Thread Matthias Wessendorf
task will be to formally vote him in, so we do this proper. +1 LieGrue, strub - Original Message - From: Matthias Wessendorf mat...@apache.org To: general@incubator.apache.org Cc: Arne Limburg arne.limb...@openknowledge.de Sent: Wednesday, December 7, 2011 1:25 PM Subject: Re

Re: [VOTE] DeltaSpike to join the Incubator

2011-12-05 Thread Matthias Wessendorf
. - To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http

Re: [PROPOSAL] Apache DeltaSpike - CDI-Extensions project

2011-11-30 Thread Matthias Wessendorf
. - To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net

Re: [PROPOSAL] Apache DeltaSpike - CDI-Extensions project

2011-11-30 Thread Matthias Wessendorf
the incubation  process.  -  To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org  For additional commands, e-mail: general-h...@incubator.apache.org  --  Matthias Wessendorf  blog: http

Re: [html5] alpha release for myfaces html5

2011-11-03 Thread Matthias Wessendorf
Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2011/11/2 Matthias Wessendorf mat...@apache.org: On Wed, Nov 2, 2011 at 9:13 PM, Gerhard Petracek gerhard.petra...@gmail.com wrote: @matthias: apache labs are only for prototyping and the next

Re: [html5] alpha release for myfaces html5

2011-11-03 Thread Matthias Wessendorf
On Thu, Nov 3, 2011 at 7:44 AM, Matthias Wessendorf mat...@apache.org wrote: On Wed, Nov 2, 2011 at 11:29 PM, Gerhard Petracek gerhard.petra...@gmail.com wrote: hi matthias, perfect for new GSoC projects, IMO agreed - if the student is a committer (see [1]). however, we would have the same

Re: [VOTE] Internal Incubator

2011-11-02 Thread Matthias Wessendorf
with it [-1] I don't agree Regards, Gerhard [1] http://markmail.org/message/d7oogfabvliwn7fg -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: [html5] alpha release for myfaces html5

2011-11-02 Thread Matthias Wessendorf
Technology Marathon Computer Systems, LLC. -- My Blog: http://blog.aliok.com.tr Twitter: http://twitter.com/aliok_tr -- My Blog: http://blog.aliok.com.tr Twitter: http://twitter.com/aliok_tr -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com

Re: [VOTE] Internal Incubator

2011-11-02 Thread Matthias Wessendorf
: thx matt for the links regards, gerhard 2011/11/2 Matt Benson gudnabr...@gmail.com: On Wed, Nov 2, 2011 at 6:32 AM, Matthias Wessendorf mat...@apache.org wrote: FWIW: -1 why introducing yet another level of incubation process ? I find it (very) problematic trying to be in some sort

Re: [html5] alpha release for myfaces html5

2011-11-02 Thread Matthias Wessendorf
Support for Apache MyFaces 2011/11/2 Matthias Wessendorf mat...@apache.org: I don't get why not just having a simple alpha release ? Does not hurt... Or... move the entire thing to Apache Labs... for future experiments ?! -M On Tue, Nov 1, 2011 at 12:03 AM, Ali Ok al...@aliok.com.tr

Re: [html5] alpha release for myfaces html5

2011-11-02 Thread Matthias Wessendorf
MyFaces 2011/11/2 Matthias Wessendorf mat...@apache.org: that's stupid :-) Personal releases are IMO possible (e.g. deployment to p.a.o/~asf-id) -M On Wed, Nov 2, 2011 at 6:35 PM, Ali Ok al...@aliok.com.tr wrote: One important point is labs projects are not allowed to make releases. Sent

Re: Moving Apache Harmony to the Attic

2011-10-29 Thread Matthias Wessendorf
://markmail.org/message/ah5f42h4p2bhub6o [2] http://attic.apache.org Regards, Tim -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: [VOTE] Accept Apache Callback for incubation

2011-10-11 Thread Matthias Wessendorf
, and our target abstraction would be only tertiary to m -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Git at the ASF

2011-10-07 Thread Matthias Wessendorf
Hello! I thought to share [1] since some of you are 'interested' in git; The #CouchDB guys are now on git, at the ASF! Cheers! Matthias [1] http://git-wip-us.apache.org/repos/asf -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net

Re: We did it!!!

2011-10-06 Thread Matthias Wessendorf
languages and IBM WebSphere - http://blog.japila.pl Warszawa JUG conference = Confitura (formerly Javarsovia) :: http://confitura.pl Hoping to save time by spending it by David Blevins (Apache OpenEJB) -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions

Re: [COMMUNITY] MyFaces += Matt Benson

2011-08-17 Thread Matthias Wessendorf
-master-pom/trunk/pom.xml Welcome regards, Gerhard -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at -- Grant Smith - V.P. Information Technology Marathon Computer Systems, LLC. -- Matthias

Re: [Mono-list] Monitor: Pluse() and Wait() - alternative ?

2011-08-10 Thread Matthias Wessendorf
://msdn.microsoft.com/en-us/library/system.threading.monitor(VS.95).aspx [1] http://msdn.microsoft.com/en-us/library/system.threading.monitor.pulse.aspx -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http

Re: [ANNOUNCE] Welcome Arne Limburg as a new OpenWebBeans committer

2011-08-10 Thread Matthias Wessendorf
05.08.2011 15:39, schrieb Mark Struberg: Hi! The OpenWebBeans PMC is pleased to announce that Arne Limburg has accepted our invitation to join the OpenWebBeans project as a committer. Congratulations and welcome Arne! The Apache OpenWebBeans PMC -- Matthias Wessendorf blog: http

Re: [VOTE] Release of Extensions CDI (CODI) 1.0.0

2011-07-03 Thread Matthias Wessendorf
/ [2] https://repository.apache.org/content/repositories/orgapachemyfaces-009/org/apache/myfaces/extensions/cdi/myfaces-extcdi-parent/1.0.0/myfaces-extcdi-parent-1.0.0-source-release.zip [3] http://www.apache.org/foundation/voting.html#ReleaseVotes -- Matthias Wessendorf blog: http

Re: [ANNOUNCEMENT] Apache NPanday 1.4.0-incubating Released!

2011-05-23 Thread Matthias Wessendorf
and Apache Incubating community for helping grow the project. Enjoy! -- liit -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: [vote] project logo

2011-05-12 Thread Matthias Wessendorf
@ all, please have a look at [1] and vote for your preferred logo. regards, gerhard [1] http://people.apache.org/~gpetracek/owb/logo_drafts/ -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com

Re: [RESULTS] Release of Trinidad 2.0.0

2011-05-09 Thread Matthias Wessendorf
, Bruno Aranda, Andrew Robinson, Scott O'Bryan And no +0 or -1 votes. Thanks,  Scott O'Bryan [1] http://mail-archives.apache.org/mod_mbox/myfaces-dev/201104.mbox/%3c4da77e81.6030...@gmail.com%3E -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http

[daemon] jsvc integration into to maven-based integration/unit tests?

2011-05-09 Thread Matthias Wessendorf
pointers are appreciated! Greetings, Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf - To unsubscribe, e-mail

Re: Welcome John Fallows as new Committer for NPanday

2011-04-20 Thread Matthias Wessendorf
for NPanday, he has been active in the community for some time now and has been regularly contributing patches, discussions, and ideas on how to grow NPanday. We hope to see more people become committers soon! Thanks again John for all your hard work! Cheers! Joe -- Matthias Wessendorf

LDAP groups for podlings?

2011-04-20 Thread Matthias Wessendorf
Hi, I just tried to grant commit rights for someone on a podling First, I need to grant incubator, like: modify_unix_group.pl incubator -add=committer But how to add him to the particular podling? Are there other perl scripts, that I am not aware of ? -Matthias -- Matthias Wessendorf blog

Re: ValueChangeListener + composite components

2011-04-19 Thread Matthias Wessendorf
twitter: http://twitter.com/jakobkorherr work: http://www.irian.at -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net

Nightly Builds

2011-04-18 Thread Matthias Wessendorf
Hi, I was wondering if there are nightly builds available, for the 1.3.1-incubating-SNAPSHOT version. I couldn't see them in here: https://repository.apache.org/content/repositories/snapshots/ Thx, Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http

Test Failures

2011-04-18 Thread Matthias Wessendorf
: testTooLongCommandName_withSpace(npanday.executable.CommandExecutorTest) generates something like: /bin/bash -c echo x. Not sure I get why you are expecting a test failure here. Thanks! Matthias [1] https://issues.apache.org/jira/browse/NPANDAY-407 -- Matthias Wessendorf blog: http

Re: Building issues on Mac OS (10.6) with Mono 2.10.1

2011-04-18 Thread Matthias Wessendorf
Matthias Wessendorf mat...@apache.org: Hi, I checked out trunk (since I couldn't find nightly builds) and I am noticing a few issues on my Mono/MacOS environment. 1) Surefire test failing: Failed tests:  testTooLongCommandName(npanday.executable.CommandExecutorTest

NUnit version update?

2011-04-18 Thread Matthias Wessendorf
is willing to update to 2.5.10.0, I am happy to provide a patch! -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: NUnit version update?

2011-04-18 Thread Matthias Wessendorf
btw. this repos seems to be down, currently: http://repo.npanday.org/archiva/repository/3rdparty/ -M On Mon, Apr 18, 2011 at 6:48 PM, Matthias Wessendorf mat...@apache.org wrote: Hi, currently NPanday uses 2.2.8.0 of NUnit; However I got an issue with that version: error CS1577

Re: [VOTE] Release myfaces-site-skin 3

2011-04-13 Thread Matthias Wessendorf
staging repository. Staging repository: https://repository.apache.org/content/repositories/orgapachemyfaces-089 The Vote is open for 24h. [ ] +1 [ ] +0 [ ] -1 Regards Bernd -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net

Re: Who is next week in Vienna (CONFESS)?

2011-04-10 Thread Matthias Wessendorf
of (The Definitive Guide to Apache MyFaces and Facelets): http://www.amazon.com/Definitive-Guide-Apache-MyFaces-Facelets/dp/1590597370 http://www.amazon.com/-/e/B002M052KY Visualize and share your social networks 2D and 3D: http://www.mapmysocial.com -- Matthias Wessendorf blog: http

Re: [VOTE] release for myfaces core 2.0.5

2011-04-06 Thread Matthias Wessendorf
/myfaces205binsrc [4] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10600version=12316346 -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

PMC chair of Apache MyFaces changed

2011-03-17 Thread Matthias Wessendorf
MyFaces! Congrats, Gerhard! -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

PMC chair of Apache MyFaces changed

2011-03-17 Thread Matthias Wessendorf
MyFaces! Congrats, Gerhard! -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: [VOTE] Release Tobago 1.0.35

2011-03-11 Thread Matthias Wessendorf
Oldenburg Tel.: +49 441 219 730 56 | FAX:  +49 441 219 730 66 | eMail: volker.we...@inexso.de Firmensitz: Oldenburg | Amtsgericht Oldenburg HRB 205251 Geschäftsführer: Stefan Schulte, Michael Terschüren -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http

Re: MyFaces CODI and Weld 1.0.1

2011-03-09 Thread Matthias Wessendorf
Try to unzip the jar into web-inf/classes and add its beans.xml content to the one in web-inf. This was suggested to my by the glassfish team... :-) sent from my Android phone On Mar 9, 2011 1:31 PM, Christian Kaltepoth christ...@kaltepoth.de wrote: Hey all, we are currently developing an

Re: Html5 Component Library - Status and Demo

2011-03-08 Thread Matthias Wessendorf
Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at -- My Blog: http://blog.aliok.com.tr Twitter: http://twitter.com/aliok_tr -- My Blog: http://blog.aliok.com.tr Twitter: http://twitter.com/aliok_tr -- Matthias Wessendorf blog

Re: [VOTE] Release of Extensions CDI (CODI) 0.9.3

2011-02-28 Thread Matthias Wessendorf
://www.apache.org/foundation/voting.html#ReleaseVotes -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: [VOTE] release for myfaces core 1.2.10

2011-02-25 Thread Matthias Wessendorf
://www.apache.org/foundation/voting.html#ReleaseVotes [3] http://people.apache.org/~lu4242/myfaces1210binsrc [4] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10600version=12315978 -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net

Re: [trinidad] 2.0 download not working

2011-02-25 Thread Matthias Wessendorf
, not www.apache.org/dist). Greetings, Matthias On Fri, Feb 25, 2011 at 10:34 AM, Me Self wmso...@gmail.com wrote: I get http 404 when I try to download trinidad 2.0 from this URL: http://myfaces.apache.org/dist/binaries/trinidad-2.0.0-beta-2-dist.zip The tar.gz is also 404. -- Matthias Wessendorf

Re: OpenEJB Get-Together 2011

2011-02-24 Thread Matthias Wessendorf
mailing list archive at Nabble.com. -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: Trinidad website

2011-02-22 Thread Matthias Wessendorf
Bernd did that, I think... sent from my Android phone On Feb 20, 2011 9:29 PM, Scott Oapos;Bryan axe...@dwarf.org wrote: Hey everyone, the release for Trinidad 2.0.0-beta-2 is all but done however the website does not build for some reason on main. I'm going to het his figured out and I'll make

Re: Experience with Contribution Agreements

2011-02-16 Thread Matthias Wessendorf
://oss.oracle.com/oca-1.3.pdf [3]http://oss.oracle.com/oca-1.4.pdf -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: [VOTE] Release of Trinidad 2.0.0 Beta 2 (Try 2)

2011-02-16 Thread Matthias Wessendorf
] https://svn.apache.org/repos/asf/myfaces/trinidad/tags/trinidad-2.0.0-beta-2 -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: [VOTE] Release Tobago 1.5.0-alpha-2

2011-02-16 Thread Matthias Wessendorf
/ReleaseNote.jspa?projectId=12310273styleName=Htmlversion=12314340 The version is available at the nexus staging repository. Staging repository: https://repository.apache.org/content/repositories/orgapachemyfaces-018 The Vote is open for 72h. [ ] +1 [ ] +0 [ ] -1 Regards Bernd -- Matthias

Re: [VOTE] Release for Trinidad 2.0.0-beta-2

2011-02-15 Thread Matthias Wessendorf
=12316092 -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: Revision numbers in MANIFEST.MF file (was: Re: svn commit: r1069504 - in /myfaces/trinidad/trunk: trinidad-api/pom.xml trinidad-impl/pom.xml)

2011-02-15 Thread Matthias Wessendorf
: Hello Matthias, For a release the revision number is not needed. For a snapshot it might be helpful if someone reports a bug and it's not clear with revision was the base for the snapshot. Regards Bernd Am 10.02.2011 19:23 schrieb Matthias Wessendorf mat...@apache.org: Having

Re: [VOTE] Release for Trinidad 2.0.0-beta-2

2011-02-15 Thread Matthias Wessendorf
wrote: Hello Matze, good point. I think the revisionOnScmFailure parameter should be set to 'unkown'. Regards Bernd On Tue, Feb 15, 2011 at 10:52 AM, Matthias Wessendorf mat...@apache.org wrote: Downloaded the source: https://repository.apache.org/content/repositories

Re: [VOTE] Release for Trinidad 2.0.0-beta-2

2011-02-15 Thread Matthias Wessendorf
/orgapachemyfaces-005/ [2] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661version=12316092 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661version=12316092 -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http

Re: [VOTE] Release for Trinidad 2.0.0-beta-2

2011-02-15 Thread Matthias Wessendorf
On Tue, Feb 15, 2011 at 7:05 PM, Blake Sullivan blake.sulli...@oracle.com wrote: It built fine for me on my Mac. I know why I bought one :-) But +0 until we find out what is up with Matthias' build. -- Blake On 2/15/11 9:06 AM, Matthias Wessendorf wrote: -1 I am voting -1 because I am

Re: On an unrelated sidenote

2011-02-11 Thread Matthias Wessendorf
and Facelets): http://www.amazon.com/Definitive-Guide-Apache-MyFaces-Facelets/dp/1590597370 http://www.amazon.com/-/e/B002M052KY Visualize and share your social networks 2D and 3D: http://www.mapmysocial.com http://www.mapmysocial.com/ -- Matthias Wessendorf blog: http

  1   2   3   4   5   6   7   8   9   10   >