[VOTE] Release Archiva 1.2.2 (Take 2)

View: New views
10 Messages — Rating Filter:   Alert me  

[VOTE] Release Archiva 1.2.2 (Take 2)

by Deng Ching-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,

The Archiva 1.2.2 release candidate has been staged.

You can take a look at the release notes here:

http://people.apache.org/~oching/archiva/1.2.2/release-notes.html or
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=15292&styleName=Text&projectId=10980&Create=Create

The staging repository where the binaries, including the sources, signatures
and checksums, is here:

http://vmbuild.apache.org/archiva/repository/staged-archiva/

While the site has been staged at:

http://people.apache.org/~oching/archiva/1.2.2/

Everyone is encouraged to vote and give their feedback :)

[ ] +1 Release it!
[ ] 0
[ ] -1 Don't release it, because...

The vote will be open for 72 hours.

Thanks,
Deng

Re : [VOTE] Release Archiva 1.2.2 (Take 2)

by Julien HENRY :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Deng,

I have tested metadata issue and now it works fine.

Concerning encoding issue, here is some details:
    - when accessing Archiva directly (http://vs0126-picj-ag:8080) there is no issue and the browser detects that encoding is ISO-8859-1
    - when accessing Archiva through the apache mod_proxy (http://archiva.mycompany.fr) all characters are messed up. This is because browser detects encoding is UTF-8. Forcing encoding to ISO-8859-1 works fine.

I set up a Continuum instance with exactly the same configuration, and both way (with or without proxy) to access the site make the browser use UTF-8 (and I have no issue with characters).

As Archiva and Continuum are using the same version of redback the issue come from Archiva itself.

I think it can be solved by adding

<filter>
    <filter-name>encodingFilter</filter-name>
    <filter-class> org.springframework.web.filter.CharacterEncodingFilter</filter-class>
    <init-param>
      <param-name>encoding</param-name>
      <param-value>UTF-8</param-value>
    </init-param>
    <init-param>
      <param-name>forceEncoding</param-name>
      <param-value>true</param-value>
    </init-param>
  </filter>  

 
  <filter-mapping>
    <filter-name>encodingFilter</filter-name>
    <url-pattern>/*</url-pattern>
  </filter-mapping>

to Archiva web.xml. I'll test and let you know.

Regards,

Julien




________________________________
De : Deng Ching <oching@...>
À : dev@...
Envoyé le : Jeudi, 27 Août 2009, 12h31mn 36s
Objet : [VOTE] Release Archiva 1.2.2 (Take 2)

Hi All,

The Archiva 1.2.2 release candidate has been staged.

You can take a look at the release notes here:

http://people.apache.org/~oching/archiva/1.2.2/release-notes.html or
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=15292&styleName=Text&projectId=10980&Create=Create

The staging repository where the binaries, including the sources, signatures
and checksums, is here:

http://vmbuild.apache.org/archiva/repository/staged-archiva/

While the site has been staged at:

http://people.apache.org/~oching/archiva/1.2.2/

Everyone is encouraged to vote and give their feedback :)

[ ] +1 Release it!
[ ] 0
[ ] -1 Don't release it, because...

The vote will be open for 72 hours.

Thanks,
Deng




Re : Re : [VOTE] Release Archiva 1.2.2 (Take 2)

by Julien HENRY :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Adding Spring filter fix my encoding issue. I've opened a JIRA issue: MRM-1243 with a patch.

Sorry for being so long, I will understand if you don't want to restart the release again.

Regards,

Julien




________________________________
De : Julien HENRY <henryju@...>
À : dev@...
Envoyé le : Jeudi, 27 Août 2009, 14h05mn 39s
Objet : Re : [VOTE] Release Archiva 1.2.2 (Take 2)

Hi Deng,

I have tested metadata issue and now it works fine.

Concerning encoding issue, here is some details:
    - when accessing Archiva directly (http://vs0126-picj-ag:8080) there is no issue and the browser detects that encoding is ISO-8859-1
    - when accessing Archiva through the apache mod_proxy (http://archiva.mycompany.fr) all characters are messed up. This is because browser detects encoding is UTF-8. Forcing encoding to ISO-8859-1 works fine.

I set up a Continuum instance with exactly the same configuration, and both way (with or without proxy) to access the site make the browser use UTF-8 (and I have no issue with characters).

As Archiva and Continuum are using the same version of redback the issue come from Archiva itself.

I think it can be solved by adding

<filter>
    <filter-name>encodingFilter</filter-name>
    <filter-class> org.springframework.web.filter.CharacterEncodingFilter</filter-class>
    <init-param>
      <param-name>encoding</param-name>
      <param-value>UTF-8</param-value>
    </init-param>
    <init-param>
      <param-name>forceEncoding</param-name>
      <param-value>true</param-value>
    </init-param>
  </filter>  

 
  <filter-mapping>
    <filter-name>encodingFilter</filter-name>
    <url-pattern>/*</url-pattern>
  </filter-mapping>

to Archiva web.xml. I'll test and let you know.

Regards,

Julien




________________________________
De : Deng Ching <oching@...>
À : dev@...
Envoyé le : Jeudi, 27 Août 2009, 12h31mn 36s
Objet : [VOTE] Release Archiva 1.2.2 (Take 2)

Hi All,

The Archiva 1.2.2 release candidate has been staged.

You can take a look at the release notes here:

http://people.apache.org/~oching/archiva/1.2.2/release-notes.html or
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=15292&styleName=Text&projectId=10980&Create=Create

The staging repository where the binaries, including the sources, signatures
and checksums, is here:

http://vmbuild.apache.org/archiva/repository/staged-archiva/

While the site has been staged at:

http://people.apache.org/~oching/archiva/1.2.2/

Everyone is encouraged to vote and give their feedback :)

[ ] +1 Release it!
[ ] 0
[ ] -1 Don't release it, because...

The vote will be open for 72 hours.

Thanks,
Deng



Re: Re : Re : [VOTE] Release Archiva 1.2.2 (Take 2)

by Deng Ching-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for looking into this Julien :) I guess we can just include MRM-1243
in 1.2.3 if there aren't any release blockers in the staged 1.2.2. I want to
wrap up 1.2.x soon and I'm hoping to release 1.2.3 after a few weeks
anyway..

-Deng

On Thu, Aug 27, 2009 at 10:21 PM, Julien HENRY <henryju@...> wrote:

> Adding Spring filter fix my encoding issue. I've opened a JIRA issue:
> MRM-1243 with a patch.
>
> Sorry for being so long, I will understand if you don't want to restart the
> release again.
>
> Regards,
>
> Julien
>
>
>
>
> ________________________________
> De : Julien HENRY <henryju@...>
> À : dev@...
> Envoyé le : Jeudi, 27 Août 2009, 14h05mn 39s
> Objet : Re : [VOTE] Release Archiva 1.2.2 (Take 2)
>
> Hi Deng,
>
> I have tested metadata issue and now it works fine.
>
> Concerning encoding issue, here is some details:
>    - when accessing Archiva directly (http://vs0126-picj-ag:8080) there is
> no issue and the browser detects that encoding is ISO-8859-1
>    - when accessing Archiva through the apache mod_proxy (
> http://archiva.mycompany.fr) all characters are messed up. This is because
> browser detects encoding is UTF-8. Forcing encoding to ISO-8859-1 works
> fine.
>
> I set up a Continuum instance with exactly the same configuration, and both
> way (with or without proxy) to access the site make the browser use UTF-8
> (and I have no issue with characters).
>
> As Archiva and Continuum are using the same version of redback the issue
> come from Archiva itself.
>
> I think it can be solved by adding
>
> <filter>
>    <filter-name>encodingFilter</filter-name>
>    <filter-class>
> org.springframework.web.filter.CharacterEncodingFilter</filter-class>
>    <init-param>
>      <param-name>encoding</param-name>
>      <param-value>UTF-8</param-value>
>    </init-param>
>    <init-param>
>      <param-name>forceEncoding</param-name>
>      <param-value>true</param-value>
>    </init-param>
>  </filter>
>
>
>  <filter-mapping>
>    <filter-name>encodingFilter</filter-name>
>    <url-pattern>/*</url-pattern>
>  </filter-mapping>
>
> to Archiva web.xml. I'll test and let you know.
>
> Regards,
>
> Julien
>
>
>
>
> ________________________________
> De : Deng Ching <oching@...>
> À : dev@...
> Envoyé le : Jeudi, 27 Août 2009, 12h31mn 36s
> Objet : [VOTE] Release Archiva 1.2.2 (Take 2)
>
> Hi All,
>
> The Archiva 1.2.2 release candidate has been staged.
>
> You can take a look at the release notes here:
>
> http://people.apache.org/~oching/archiva/1.2.2/release-notes.html<http://people.apache.org/%7Eoching/archiva/1.2.2/release-notes.html>or
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=15292&styleName=Text&projectId=10980&Create=Create
>
> The staging repository where the binaries, including the sources,
> signatures
> and checksums, is here:
>
> http://vmbuild.apache.org/archiva/repository/staged-archiva/
>
> While the site has been staged at:
>
> http://people.apache.org/~oching/archiva/1.2.2/<http://people.apache.org/%7Eoching/archiva/1.2.2/>
>
> Everyone is encouraged to vote and give their feedback :)
>
> [ ] +1 Release it!
> [ ] 0
> [ ] -1 Don't release it, because...
>
> The vote will be open for 72 hours.
>
> Thanks,
> Deng
>
>
>
>

Re: Re : Re : [VOTE] Release Archiva 1.2.2 (Take 2)

by Shi Yusen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It's great to know UTF-8 will be the default encoding.


在 2009-08-28五的 14:01 +0800,Deng Ching写道:

> Thanks for looking into this Julien :) I guess we can just include MRM-1243
> in 1.2.3 if there aren't any release blockers in the staged 1.2.2. I want to
> wrap up 1.2.x soon and I'm hoping to release 1.2.3 after a few weeks
> anyway..
>
> -Deng
>
> On Thu, Aug 27, 2009 at 10:21 PM, Julien HENRY <henryju@...> wrote:
>
> > Adding Spring filter fix my encoding issue. I've opened a JIRA issue:
> > MRM-1243 with a patch.
> >
> > Sorry for being so long, I will understand if you don't want to restart the
> > release again.
> >
> > Regards,
> >
> > Julien
> >
> >
> >
> >
> > ________________________________
> > De : Julien HENRY <henryju@...>
> > À : dev@...
> > Envoyé le : Jeudi, 27 Août 2009, 14h05mn 39s
> > Objet : Re : [VOTE] Release Archiva 1.2.2 (Take 2)
> >
> > Hi Deng,
> >
> > I have tested metadata issue and now it works fine.
> >
> > Concerning encoding issue, here is some details:
> >    - when accessing Archiva directly (http://vs0126-picj-ag:8080) there is
> > no issue and the browser detects that encoding is ISO-8859-1
> >    - when accessing Archiva through the apache mod_proxy (
> > http://archiva.mycompany.fr) all characters are messed up. This is because
> > browser detects encoding is UTF-8. Forcing encoding to ISO-8859-1 works
> > fine.
> >
> > I set up a Continuum instance with exactly the same configuration, and both
> > way (with or without proxy) to access the site make the browser use UTF-8
> > (and I have no issue with characters).
> >
> > As Archiva and Continuum are using the same version of redback the issue
> > come from Archiva itself.
> >
> > I think it can be solved by adding
> >
> > <filter>
> >    <filter-name>encodingFilter</filter-name>
> >    <filter-class>
> > org.springframework.web.filter.CharacterEncodingFilter</filter-class>
> >    <init-param>
> >      <param-name>encoding</param-name>
> >      <param-value>UTF-8</param-value>
> >    </init-param>
> >    <init-param>
> >      <param-name>forceEncoding</param-name>
> >      <param-value>true</param-value>
> >    </init-param>
> >  </filter>
> >
> >
> >  <filter-mapping>
> >    <filter-name>encodingFilter</filter-name>
> >    <url-pattern>/*</url-pattern>
> >  </filter-mapping>
> >
> > to Archiva web.xml. I'll test and let you know.
> >
> > Regards,
> >
> > Julien
> >
> >
> >
> >
> > ________________________________
> > De : Deng Ching <oching@...>
> > À : dev@...
> > Envoyé le : Jeudi, 27 Août 2009, 12h31mn 36s
> > Objet : [VOTE] Release Archiva 1.2.2 (Take 2)
> >
> > Hi All,
> >
> > The Archiva 1.2.2 release candidate has been staged.
> >
> > You can take a look at the release notes here:
> >
> > http://people.apache.org/~oching/archiva/1.2.2/release-notes.html<http://people.apache.org/%7Eoching/archiva/1.2.2/release-notes.html>or
> >
> > http://jira.codehaus.org/secure/ReleaseNote.jspa?version=15292&styleName=Text&projectId=10980&Create=Create
> >
> > The staging repository where the binaries, including the sources,
> > signatures
> > and checksums, is here:
> >
> > http://vmbuild.apache.org/archiva/repository/staged-archiva/
> >
> > While the site has been staged at:
> >
> > http://people.apache.org/~oching/archiva/1.2.2/<http://people.apache.org/%7Eoching/archiva/1.2.2/>
> >
> > Everyone is encouraged to vote and give their feedback :)
> >
> > [ ] +1 Release it!
> > [ ] 0
> > [ ] -1 Don't release it, because...
> >
> > The vote will be open for 72 hours.
> >
> > Thanks,
> > Deng
> >
> >
> >
> >


Re: [VOTE] Release Archiva 1.2.2 (Take 2)

by Deng Ching-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Here's my +1, verified the following:
- proxying from Archiva repos and using repository groups
- search and browse
- deploying artifacts to repository
- adding and deleting repos
- user management (using built-in database)

Thanks,
Deng

On Thu, Aug 27, 2009 at 6:31 PM, Deng Ching <oching@...> wrote:

> Hi All,
>
> The Archiva 1.2.2 release candidate has been staged.
>
> You can take a look at the release notes here:
>
> http://people.apache.org/~oching/archiva/1.2.2/release-notes.html<http://people.apache.org/%7Eoching/archiva/1.2.2/release-notes.html>or
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=15292&styleName=Text&projectId=10980&Create=Create
>
> The staging repository where the binaries, including the sources,
> signatures and checksums, is here:
>
> http://vmbuild.apache.org/archiva/repository/staged-archiva/
>
> While the site has been staged at:
>
> http://people.apache.org/~oching/archiva/1.2.2/<http://people.apache.org/%7Eoching/archiva/1.2.2/>
>
> Everyone is encouraged to vote and give their feedback :)
>
> [ ] +1 Release it!
> [ ] 0
> [ ] -1 Don't release it, because...
>
> The vote will be open for 72 hours.
>
> Thanks,
> Deng
>

Re: [VOTE] Release Archiva 1.2.2 (Take 2)

by Emmanuel Venisse-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

Emmanuel

On Thu, Aug 27, 2009 at 12:31 PM, Deng Ching <oching@...> wrote:

> Hi All,
>
> The Archiva 1.2.2 release candidate has been staged.
>
> You can take a look at the release notes here:
>
> http://people.apache.org/~oching/archiva/1.2.2/release-notes.html<http://people.apache.org/%7Eoching/archiva/1.2.2/release-notes.html>or
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=15292&styleName=Text&projectId=10980&Create=Create
>
> The staging repository where the binaries, including the sources,
> signatures
> and checksums, is here:
>
> http://vmbuild.apache.org/archiva/repository/staged-archiva/
>
> While the site has been staged at:
>
> http://people.apache.org/~oching/archiva/1.2.2/<http://people.apache.org/%7Eoching/archiva/1.2.2/>
>
> Everyone is encouraged to vote and give their feedback :)
>
> [ ] +1 Release it!
> [ ] 0
> [ ] -1 Don't release it, because...
>
> The vote will be open for 72 hours.
>
> Thanks,
> Deng
>

Re: [VOTE] Release Archiva 1.2.2 (Take 2)

by Deng Ching-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

ping? We need 1 more binding vote to get this release out :)

Thanks,
Deng

On Thu, Aug 27, 2009 at 6:31 PM, Deng Ching <oching@...> wrote:

> Hi All,
>
> The Archiva 1.2.2 release candidate has been staged.
>
> You can take a look at the release notes here:
>
> http://people.apache.org/~oching/archiva/1.2.2/release-notes.html<http://people.apache.org/%7Eoching/archiva/1.2.2/release-notes.html>or
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=15292&styleName=Text&projectId=10980&Create=Create
>
> The staging repository where the binaries, including the sources,
> signatures and checksums, is here:
>
> http://vmbuild.apache.org/archiva/repository/staged-archiva/
>
> While the site has been staged at:
>
> http://people.apache.org/~oching/archiva/1.2.2/<http://people.apache.org/%7Eoching/archiva/1.2.2/>
>
> Everyone is encouraged to vote and give their feedback :)
>
> [ ] +1 Release it!
> [ ] 0
> [ ] -1 Don't release it, because...
>
> The vote will be open for 72 hours.
>
> Thanks,
> Deng
>

Re: [VOTE] Release Archiva 1.2.2 (Take 2)

by James William Dumay :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

Go go go :)

Deng Ching wrote:

> ping? We need 1 more binding vote to get this release out :)
>
> Thanks,
> Deng
>
> On Thu, Aug 27, 2009 at 6:31 PM, Deng Ching<oching@...>  wrote:
>
>    
>> Hi All,
>>
>> The Archiva 1.2.2 release candidate has been staged.
>>
>> You can take a look at the release notes here:
>>
>> http://people.apache.org/~oching/archiva/1.2.2/release-notes.html<http://people.apache.org/%7Eoching/archiva/1.2.2/release-notes.html>or
>> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=15292&styleName=Text&projectId=10980&Create=Create
>>
>> The staging repository where the binaries, including the sources,
>> signatures and checksums, is here:
>>
>> http://vmbuild.apache.org/archiva/repository/staged-archiva/
>>
>> While the site has been staged at:
>>
>> http://people.apache.org/~oching/archiva/1.2.2/<http://people.apache.org/%7Eoching/archiva/1.2.2/>
>>
>> Everyone is encouraged to vote and give their feedback :)
>>
>> [ ] +1 Release it!
>> [ ] 0
>> [ ] -1 Don't release it, because...
>>
>> The vote will be open for 72 hours.
>>
>> Thanks,
>> Deng
>>
>>      
>
>    

[Results] [VOTE] Release Archiva 1.2.2 (Take 2)

by Deng Ching-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The vote has passed with 3 binding votes:

+1 - Emmanuel, James, Deng
No 0s and -1s..

Thanks for testing and voting :) I'll finalize the release..

-Deng


On Thu, Aug 27, 2009 at 6:31 PM, Deng Ching <oching@...> wrote:

> Hi All,
>
> The Archiva 1.2.2 release candidate has been staged.
>
> You can take a look at the release notes here:
>
> http://people.apache.org/~oching/archiva/1.2.2/release-notes.html<http://people.apache.org/%7Eoching/archiva/1.2.2/release-notes.html>or
> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=15292&styleName=Text&projectId=10980&Create=Create
>
> The staging repository where the binaries, including the sources,
> signatures and checksums, is here:
>
> http://vmbuild.apache.org/archiva/repository/staged-archiva/
>
> While the site has been staged at:
>
> http://people.apache.org/~oching/archiva/1.2.2/<http://people.apache.org/%7Eoching/archiva/1.2.2/>
>
> Everyone is encouraged to vote and give their feedback :)
>
> [ ] +1 Release it!
> [ ] 0
> [ ] -1 Don't release it, because...
>
> The vote will be open for 72 hours.
>
> Thanks,
> Deng
>