Application Logging Practices in Industrial and Open-Source Software

2014-07-20 Thread sangeeta lal
Dear Geronimo Team,


*Application Logging Practices in Industrial and Open-Source Software*


 I am a PhD scholar at a state university at India working in the area of
mining software repositories and empirical software engineering. I am
currently working on a project to study developer logging practices in
industrial and open-source software. Following is a link to a short survey
(about 1 minute to complete). Your response will be highly appreciated.
Thanks in advance.


Link to survey:  https://www.surveymonkey.com/s/Y8BBCXY

*Take a minute to improve state of the art of software development*.

Thank You
--

Regards...
Sangeeta
Assistant Professor
CSE Department @JIIT Noida


Re: [VOTE] geronimo javamail 1.8.4

2014-07-20 Thread Kevan Miller
I'm voting on the release archive:
http://repository.apache.org/content/repositories/orgapachegeronimo-1002/org/apache/geronimo/javamail/geronimo-javamail_1.4/1.8.4/geronimo-javamail_1.4-1.8.4-source-release.tar.gz

The release archive should be identified as part of the vote.

I have the following test errors:
  testMessages(org.apache.geronimo.javamail.store.pop3.POP3StoreTest)
  testMessages(org.apache.geronimo.javamail.store.imap.IMAPStoreTest)

Which seems to be caused by local DNS problems. I assume it is passing for
others.

Everything else looks good: license/notice, build, checksums

+1

--kevan



On Sun, Jul 20, 2014 at 12:40 AM, Romain Manni-Bucau 
wrote:

> Hi guys
>
> I'd like to call a vote for geronimo javamail 1.8.4
>
> It mainly fixes a bug for pop3 protocol where INBOX was replaced by INPUT
> in our code (https://issues.apache.org/jira/browse/GERONIMO-6523)
>
> Here is the staging repo:
> https://repository.apache.org/content/repositories/orgapachegeronimo-1002/
>
> vote will be opened for 3 days or until 3 pmc votes are obtained as
> usually.
>
>
> Romain Manni-Bucau
> Twitter: @rmannibucau
> Blog: http://rmannibucau.wordpress.com/
> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> Github: https://github.com/rmannibucau
>


Re: [VOTE] geronimo javamail 1.8.4

2014-07-20 Thread Jean-Baptiste Onofré

+1 (non binding)

Regards
JB

On 07/20/2014 09:40 AM, Romain Manni-Bucau wrote:

Hi guys

I'd like to call a vote for geronimo javamail 1.8.4

It mainly fixes a bug for pop3 protocol where INBOX was replaced by
INPUT in our code (https://issues.apache.org/jira/browse/GERONIMO-6523)

Here is the staging repo:
https://repository.apache.org/content/repositories/orgapachegeronimo-1002/

vote will be opened for 3 days or until 3 pmc votes are obtained as usually.


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: [VOTE] geronimo javamail 1.8.4

2014-07-20 Thread Romain Manni-Bucau
here is my +1



Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-07-20 9:40 GMT+02:00 Romain Manni-Bucau :

> Hi guys
>
> I'd like to call a vote for geronimo javamail 1.8.4
>
> It mainly fixes a bug for pop3 protocol where INBOX was replaced by INPUT
> in our code (https://issues.apache.org/jira/browse/GERONIMO-6523)
>
> Here is the staging repo:
> https://repository.apache.org/content/repositories/orgapachegeronimo-1002/
>
> vote will be opened for 3 days or until 3 pmc votes are obtained as
> usually.
>
>
> Romain Manni-Bucau
> Twitter: @rmannibucau
> Blog: http://rmannibucau.wordpress.com/
> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> Github: https://github.com/rmannibucau
>


[VOTE] geronimo javamail 1.8.4

2014-07-20 Thread Romain Manni-Bucau
Hi guys

I'd like to call a vote for geronimo javamail 1.8.4

It mainly fixes a bug for pop3 protocol where INBOX was replaced by INPUT
in our code (https://issues.apache.org/jira/browse/GERONIMO-6523)

Here is the staging repo:
https://repository.apache.org/content/repositories/orgapachegeronimo-1002/

vote will be opened for 3 days or until 3 pmc votes are obtained as usually.


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


[jira] [Updated] (GERONIMO-6523) javamail pop folder doesn't consider INBOX exists?

2014-07-20 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated GERONIMO-6523:
-

Component/s: mail

> javamail pop folder doesn't consider INBOX exists?
> --
>
> Key: GERONIMO-6523
> URL: https://issues.apache.org/jira/browse/GERONIMO-6523
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: mail
>Reporter: Romain Manni-Bucau
>Assignee: Romain Manni-Bucau
>
> Hi
> didn't check that much but 
> org.apache.geronimo.javamail.store.pop3.POP3Folder#POP3Folder states:
> "The name of the folder.  Note that POP3 stores only
>  *   have 2 real folders, the root ("") and the in-basket
>  *   ("INBOX")."
> as javadoc but implements:
> {code}
> if (name.equalsIgnoreCase("INPUT")) {
> exists = true; 
> }
> {code}
> (root case is handled in a subclass correctly)
> Shouldn't this INPUT be INBOX?



--
This message was sent by Atlassian JIRA
(v6.2#6252)