-1 or -1 or -1. Explanation follows...

I didn't have Java 8 installed on the laptop I have with me (I'm in Japan, not
at home in New Zealand), so I tried building it with Java 11 first:

 ► java -version
java version "11.0.14" 2022-01-18 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.14+8-LTS-263)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.14+8-LTS-263, mixed mode)

1st try:

...
[INFO] Apache JSPWiki AWS Kendra Search provider .......... SUCCESS [ 11.955 s]
[INFO] Apache JSPWiki test extensions not using public api  SUCCESS [  0.517 s]
[INFO] Apache JSPWiki adapters for pre-public api ......... SUCCESS [  2.446 s]
[INFO] Apache JSPWiki Main War ............................ FAILURE [ 43.885 s]
[INFO] Apache JSPWiki portable ............................ SKIPPED
[INFO] jspwiki-it-builder ................................. SKIPPED

2nd try:

...
[INFO] Apache JSPWiki AWS Kendra Search provider .......... SUCCESS [  4.328 s]
[INFO] Apache JSPWiki test extensions not using public api  SUCCESS [  0.813 s]
[INFO] Apache JSPWiki adapters for pre-public api ......... SUCCESS [  3.025 s]
[INFO] Apache JSPWiki Main War ............................ FAILURE [ 44.743 s]
[INFO] Apache JSPWiki portable ............................ SKIPPED
[INFO] jspwiki-it-builder ................................. SKIPPED


Then I built jspwiki-main on its own successfully and "mvn install test -rf"'d
from there, with this failure:

...
[INFO] Apache JSPWiki Main War ............................ SUCCESS [ 40.523 s]
[INFO] Apache JSPWiki portable ............................ FAILURE [ 10.504 s]
[INFO] jspwiki-it-builder ................................. SKIPPED
[INFO] jspwiki-selenide-tests ............................. SKIPPED

...so: I'm not finding this very stable in Java 11. There were a ton of warnings
but ultimately I wasn't able to build it in one go.

Summary #1: Now, I realise before that JSPWiki is a Java 8 application. If it's
meant to be buildable using Java 11, then I must vote -1. But maybe that's not
fair.

So, I went ahead and installed Java 8:

 ► java -version
java version "1.8.0_202"
Java(TM) SE Runtime Environment (build 1.8.0_202-b08)
Java HotSpot(TM) Server VM (build 25.202-b08, mixed mode)

But failed again on the build (with a new terminal):

...
[INFO] Apache JSPWiki markdown support .................... SUCCESS [  8.529 s]
[INFO] Apache JSPWiki Tika Search provider ................ FAILURE [  6.852 s]
[INFO] Apache JSPWiki AWS Kendra Search provider .......... SKIPPED
[INFO] Apache JSPWiki test extensions not using public api  SKIPPED

Summary #2: so, even with Java 8 installed I wasn't able to build JSPWiki, with
just "mvn install test" from the download.

I tried yet a third time with Java 8 but am still failing when trying to build
jspwiki-tika-searchprovider. :-(

Cheers,

Murray

On 2022/08/01 17:29, Harry Metske wrote:
+1

On Sat, 30 Jul 2022 at 14:58, Juan Pablo Santos Rodríguez <
juanpa...@apache.org> wrote:

This is a release vote for Apache JSPWiki, version 2.11.3. The vote will be
open for at least 72 hours from now.

It fixes the following issues:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=12351386

You can see a curated changelog at
https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.11

Note that we are voting upon the source (tag), binaries are provided for
convenience.

Everybody is encouraged to vote.

Source and binary files:
https://dist.apache.org/repos/dist/dev/jspwiki/2.11.3-RC1

Nexus staging repo:
https://repository.apache.org/content/repositories/orgapachejspwiki-1028

The tag to be voted upon:
https://github.com/apache/jspwiki/tree/2.11.3-RC1

JSPWiki's KEYS file containing PGP keys we use to sign the release:
https://www.apache.org/dist/jspwiki/KEYS

*** Please download, test and vote:

[ ] +1 Approve the release
[ ]  0 Don't mind
[ ] -1 Disapprove the release (please provide specific comments)



--

...........................................................................
Murray Altheim <murray18 at altheim dot com>                       = =  ===
http://www.altheim.com/murray/                                     ===  ===
                                                                   = =  ===
    In the evening
    The rice leaves in the garden
    Rustle in the autumn wind
    That blows through my reed hut.
           -- Minamoto no Tsunenobu

Reply via email to