sob., 19 wrz 2020 o 22:57 James Chaplin <jchap...@apache.org> napisał(a):
>
> Hello Łukasz.
>
>      Thanks for putting together the new 2.5.25 test build.  It looks like 
> the date/time stamp fix is still working for the .zip packaging, too.
>
>      I tried out the 2.5.25 test build by running both Showcase applications 
> on JDK 7 / Tomcat 8.5.  The build seems to be working properly based on those 
> tests (i.e. no no issues seen).  :)
>
>      When I tested the main Showcase application, I may have uncovered a 
> couple of minor issues within the Showcase itself, but I confirmed the same 
> behaviour for those things as far back as 2.5.20 (and even 2.3.37 for another 
> check).  So, there are no indications that 2.5.25 "broke" anything in the 
> Showcase.

Thanks a lot for testing those!

>      My Maven inexperience may be the reason, but I was not able to use the 
> Staging Maven Repository (using the URI below as-is as well as replacing 
> /groups/ with /repositories/ ) in my IDE to try and build a demo application. 
>  By trying to browse directly to the "./index/" for the staging repo, I 
> noticed that the result was empty (and actually was also empty for the 
> Snapshot Maven Repository as well).
>
>      Maybe that is normal for staging/snapshot repositories, but if not, then 
> maybe it could indicate an infrastructure issue for those repositories ?
>
>     Instead, I locally built the 2.5.26-SNAPSHOT (which should be the same as 
> 2.5.25 at this point), and used it for the demo application (to test the OSGi 
> bundles from the 2.5.25 test build).  Everything worked as expected for that 
> as well.
>
>      If there is something specific you would like us to check for the 2.5.25 
> test build, let the dev list know.

To use the staging version you must define a staging repository as
below, either in pom.xml or in ~/.m2/settings.xml

    <repositories>
        <repository>
            <id>apache-staging</id>
            <url>https://repository.apache.org/content/groups/staging/</url>
            <layout>default</layout>
        </repository>
    </repositories>


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to