You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@isis.apache.org by Dan Haywood <da...@apache.org> on 2020/10/13 07:45:30 UTC

[VOTE] Apache Isis Core release 2.0.0-M4 RC1

Folks,

I've just cut a new release of the Apache Isis Framework.

The source code zip artifact has been uploaded to a staging repository on
https://repository.apache.org, along with its corresponding .asc signature.

In the source code repo the code has been tagged as isis-2.0.0-M4-RC1;
see https://github.com/apache/isis/tags

To verify the source code itself, you can use the following commands
(in an empty directory):

----------------------------------------------------------------
VERSION=2.0.0-M4
RC=RC1
NEXUSREPONUM=1106

curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
gpg --import /tmp/KEYS

rm -rf isis-$VERSION

curl -O -L
https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh

chmod +x ./verify-isis-release.sh
./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
----------------------------------------------------------------

You can then test the helloworld or simpleapp starter apps, see:
https://isis.staged.apache.org/comguide/latest/verifying-releases.html.

You can also inspect the website in general, available at:
https://isis.staged.apache.org.

Please verify the release and cast your vote.
The vote will be open for a minimum of 72 hours.

[ ] +1
[ ]  0
[ ] -1

Re: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Posted by Dan Haywood <da...@haywood-associates.co.uk>.
OK, I'm going to close this vote.  I'll announce the results on a new
thread.

On Sat, 17 Oct 2020 at 06:28, Dan Haywood <da...@haywood-associates.co.uk>
wrote:

> Hi Kevin,
> I'll update the documentation to specify that an up-to-date JDK8 distro
> must be used.
>
> For now, it's right that we target only JDK8, not JDK11, because by most
> surveys it is still the most commonly used distribution in production.  I
> expect that to change a lot over the next year, especially as JDK17 (the
> next LTS after JDK11) comes out in Sept 2021.
>
> Thanks
> Dan
>
> On Fri, 16 Oct 2020 at 20:38, Andi Huber <ah...@apache.org> wrote:
>
>> Hi Kevin,
>>
>> if I understand correctly, the OpenJDK project does not provide (latest)
>> builds, just the sources. You can download builds from 3rd parties like
>>
>> https://adoptopenjdk.net/releases.html?variant=openjdk8&jvmVariant=hotspot
>>
>> (Possibly you downloaded an outdated version of OpenJDK 8.)
>>
>> Cheers, Andi
>>
>> On 16.10.2020 20:49, Kevin Meyer wrote:
>> > Hi Andi,
>> >
>> > I understand your words, but I can't parse what you mean: what I
>> > should have done differently.
>> >
>> > I had a clean Windows 10 system, I went to Open Java for installation
>> > instructions [1], which took me to Java JDK [2]. From there I
>> > installed the only Java 8 installation I could find [3].
>> >
>> > What "recent" JDK build should I have used, that would have proper
>> > ca-certificates?
>> >
>> > What I meant was that, if developers can't compile Apache Isis using
>> > an off-the-shelf JDK, should we not change the list of supported
>> > JDKs?  If developers try on their own, and make unsupported JDKs work,
>> > then good for them. But otherwise, don't we have an obligation to
>> > document how they can make non-functional JDKs work?
>> >
>> > I simply feel that, based on the information available to me from the
>> > Vote announcement email, if we say that Apache Isis compiles under JDK
>> > 8, then I should have voted -1, because I could not compile it until I
>> > installed JDK 11.
>> >
>> > Cheers,
>> > Kevin
>> >
>> > [1] https://openjdk.java.net/install/
>> > [2] https://jdk.java.net/
>> > [3] https://jdk.java.net/java-se-ri/8-MR3
>> >
>> >
>> > On 2020-10-15 16:42, Andi Huber wrote:
>> >> Thanks Kevin!
>> >>
>> >> I suspect OpenJDK 8 is fine, one just needs a recent build that has
>> >> proper ca-certificates.
>> >>
>> >> I also suspect, that maven downloads from https sites will be an issue
>> >> with newer JDK versions as well, once their bundled ca-certificates
>> >> get out of date.
>> >>
>> >> Anyway thanks for taking your time!
>> >>
>> >> Cheers, Andi
>> >>
>> >>
>> >> On 15.10.2020 16:32, Kevin Meyer wrote:
>> >>> Thanks, Dan, Andi,
>> >>>
>> >>> My vote +1
>> >>>
>> >>> As mentioned in a previous mail, I recommend to remove support for
>> >>> OpenJDK 8 from the developer instructions and documents.
>> >>>
>> >>> C:\Isis\testing>mvn -version
>> >>> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
>> >>> Maven home: C:\Apps\apache-maven-3.6.3\bin\..
>> >>> Java version: 11, vendor: Oracle Corporation, runtime: C:\Apps\jdk-11
>> >>> Default locale: en_GB, platform encoding: Cp1252
>> >>> OS name: "windows 10", version: "10.0", arch: "amd64", family:
>> >>> "windows"
>> >>>
>> >>> ...
>> >>> [INFO]
>> >>>
>> ------------------------------------------------------------------------
>> >>>
>> >>> [INFO] BUILD SUCCESS
>> >>> [INFO]
>> >>>
>> ------------------------------------------------------------------------
>> >>>
>> >>> [INFO] Total time:  06:15 min (Wall Clock)
>> >>> [INFO] Finished at: 2020-10-15T16:04:49+02:00
>> >>> [INFO]
>> >>>
>> ------------------------------------------------------------------------
>> >>>
>> >>>
>> >>>
>> >>> On 2020-10-13 09:45, Dan Haywood wrote:
>> >>>> Folks,
>> >>>>
>> >>>> I've just cut a new release of the Apache Isis Framework.
>> >>>>
>> >>>> The source code zip artifact has been uploaded to a staging
>> >>>> repository on
>> >>>> https://repository.apache.org, along with its corresponding .asc
>> >>>> signature.
>> >>>>
>> >>>> In the source code repo the code has been tagged as
>> isis-2.0.0-M4-RC1;
>> >>>> see https://github.com/apache/isis/tags
>> >>>>
>> >>>> To verify the source code itself, you can use the following commands
>> >>>> (in an empty directory):
>> >>>>
>> >>>> ----------------------------------------------------------------
>> >>>> VERSION=2.0.0-M4
>> >>>> RC=RC1
>> >>>> NEXUSREPONUM=1106
>> >>>>
>> >>>> curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
>> >>>> gpg --import /tmp/KEYS
>> >>>>
>> >>>> rm -rf isis-$VERSION
>> >>>>
>> >>>> curl -O -L
>> >>>>
>> https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh
>> >>>> chmod +x ./verify-isis-release.sh
>> >>>> ./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
>> >>>> ----------------------------------------------------------------
>> >>>>
>> >>>> You can then test the helloworld or simpleapp starter apps, see:
>> >>>>
>> https://isis.staged.apache.org/comguide/latest/verifying-releases.html.
>> >>>>
>> >>>>
>> >>>> You can also inspect the website in general, available at:
>> >>>> https://isis.staged.apache.org.
>> >>>>
>> >>>> Please verify the release and cast your vote.
>> >>>> The vote will be open for a minimum of 72 hours.
>> >>>>
>> >>>> [ ] +1
>> >>>> [ ]  0
>> >>>> [ ] -1
>> >>>
>> >
>>
>

Re: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Posted by Dan Haywood <da...@haywood-associates.co.uk>.
Hi Kevin,
I'll update the documentation to specify that an up-to-date JDK8 distro
must be used.

For now, it's right that we target only JDK8, not JDK11, because by most
surveys it is still the most commonly used distribution in production.  I
expect that to change a lot over the next year, especially as JDK17 (the
next LTS after JDK11) comes out in Sept 2021.

Thanks
Dan

On Fri, 16 Oct 2020 at 20:38, Andi Huber <ah...@apache.org> wrote:

> Hi Kevin,
>
> if I understand correctly, the OpenJDK project does not provide (latest)
> builds, just the sources. You can download builds from 3rd parties like
>
> https://adoptopenjdk.net/releases.html?variant=openjdk8&jvmVariant=hotspot
>
> (Possibly you downloaded an outdated version of OpenJDK 8.)
>
> Cheers, Andi
>
> On 16.10.2020 20:49, Kevin Meyer wrote:
> > Hi Andi,
> >
> > I understand your words, but I can't parse what you mean: what I
> > should have done differently.
> >
> > I had a clean Windows 10 system, I went to Open Java for installation
> > instructions [1], which took me to Java JDK [2]. From there I
> > installed the only Java 8 installation I could find [3].
> >
> > What "recent" JDK build should I have used, that would have proper
> > ca-certificates?
> >
> > What I meant was that, if developers can't compile Apache Isis using
> > an off-the-shelf JDK, should we not change the list of supported
> > JDKs?  If developers try on their own, and make unsupported JDKs work,
> > then good for them. But otherwise, don't we have an obligation to
> > document how they can make non-functional JDKs work?
> >
> > I simply feel that, based on the information available to me from the
> > Vote announcement email, if we say that Apache Isis compiles under JDK
> > 8, then I should have voted -1, because I could not compile it until I
> > installed JDK 11.
> >
> > Cheers,
> > Kevin
> >
> > [1] https://openjdk.java.net/install/
> > [2] https://jdk.java.net/
> > [3] https://jdk.java.net/java-se-ri/8-MR3
> >
> >
> > On 2020-10-15 16:42, Andi Huber wrote:
> >> Thanks Kevin!
> >>
> >> I suspect OpenJDK 8 is fine, one just needs a recent build that has
> >> proper ca-certificates.
> >>
> >> I also suspect, that maven downloads from https sites will be an issue
> >> with newer JDK versions as well, once their bundled ca-certificates
> >> get out of date.
> >>
> >> Anyway thanks for taking your time!
> >>
> >> Cheers, Andi
> >>
> >>
> >> On 15.10.2020 16:32, Kevin Meyer wrote:
> >>> Thanks, Dan, Andi,
> >>>
> >>> My vote +1
> >>>
> >>> As mentioned in a previous mail, I recommend to remove support for
> >>> OpenJDK 8 from the developer instructions and documents.
> >>>
> >>> C:\Isis\testing>mvn -version
> >>> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> >>> Maven home: C:\Apps\apache-maven-3.6.3\bin\..
> >>> Java version: 11, vendor: Oracle Corporation, runtime: C:\Apps\jdk-11
> >>> Default locale: en_GB, platform encoding: Cp1252
> >>> OS name: "windows 10", version: "10.0", arch: "amd64", family:
> >>> "windows"
> >>>
> >>> ...
> >>> [INFO]
> >>>
> ------------------------------------------------------------------------
> >>>
> >>> [INFO] BUILD SUCCESS
> >>> [INFO]
> >>>
> ------------------------------------------------------------------------
> >>>
> >>> [INFO] Total time:  06:15 min (Wall Clock)
> >>> [INFO] Finished at: 2020-10-15T16:04:49+02:00
> >>> [INFO]
> >>>
> ------------------------------------------------------------------------
> >>>
> >>>
> >>>
> >>> On 2020-10-13 09:45, Dan Haywood wrote:
> >>>> Folks,
> >>>>
> >>>> I've just cut a new release of the Apache Isis Framework.
> >>>>
> >>>> The source code zip artifact has been uploaded to a staging
> >>>> repository on
> >>>> https://repository.apache.org, along with its corresponding .asc
> >>>> signature.
> >>>>
> >>>> In the source code repo the code has been tagged as isis-2.0.0-M4-RC1;
> >>>> see https://github.com/apache/isis/tags
> >>>>
> >>>> To verify the source code itself, you can use the following commands
> >>>> (in an empty directory):
> >>>>
> >>>> ----------------------------------------------------------------
> >>>> VERSION=2.0.0-M4
> >>>> RC=RC1
> >>>> NEXUSREPONUM=1106
> >>>>
> >>>> curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
> >>>> gpg --import /tmp/KEYS
> >>>>
> >>>> rm -rf isis-$VERSION
> >>>>
> >>>> curl -O -L
> >>>>
> https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh
> >>>> chmod +x ./verify-isis-release.sh
> >>>> ./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
> >>>> ----------------------------------------------------------------
> >>>>
> >>>> You can then test the helloworld or simpleapp starter apps, see:
> >>>>
> https://isis.staged.apache.org/comguide/latest/verifying-releases.html.
> >>>>
> >>>>
> >>>> You can also inspect the website in general, available at:
> >>>> https://isis.staged.apache.org.
> >>>>
> >>>> Please verify the release and cast your vote.
> >>>> The vote will be open for a minimum of 72 hours.
> >>>>
> >>>> [ ] +1
> >>>> [ ]  0
> >>>> [ ] -1
> >>>
> >
>

Re: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Posted by Andi Huber <ah...@apache.org>.
Hi Kevin,

if I understand correctly, the OpenJDK project does not provide (latest) 
builds, just the sources. You can download builds from 3rd parties like

https://adoptopenjdk.net/releases.html?variant=openjdk8&jvmVariant=hotspot

(Possibly you downloaded an outdated version of OpenJDK 8.)

Cheers, Andi

On 16.10.2020 20:49, Kevin Meyer wrote:
> Hi Andi,
>
> I understand your words, but I can't parse what you mean: what I 
> should have done differently.
>
> I had a clean Windows 10 system, I went to Open Java for installation 
> instructions [1], which took me to Java JDK [2]. From there I 
> installed the only Java 8 installation I could find [3].
>
> What "recent" JDK build should I have used, that would have proper 
> ca-certificates?
>
> What I meant was that, if developers can't compile Apache Isis using 
> an off-the-shelf JDK, should we not change the list of supported 
> JDKs?  If developers try on their own, and make unsupported JDKs work, 
> then good for them. But otherwise, don't we have an obligation to 
> document how they can make non-functional JDKs work?
>
> I simply feel that, based on the information available to me from the 
> Vote announcement email, if we say that Apache Isis compiles under JDK 
> 8, then I should have voted -1, because I could not compile it until I 
> installed JDK 11.
>
> Cheers,
> Kevin
>
> [1] https://openjdk.java.net/install/
> [2] https://jdk.java.net/
> [3] https://jdk.java.net/java-se-ri/8-MR3
>
>
> On 2020-10-15 16:42, Andi Huber wrote:
>> Thanks Kevin!
>>
>> I suspect OpenJDK 8 is fine, one just needs a recent build that has
>> proper ca-certificates.
>>
>> I also suspect, that maven downloads from https sites will be an issue
>> with newer JDK versions as well, once their bundled ca-certificates
>> get out of date.
>>
>> Anyway thanks for taking your time!
>>
>> Cheers, Andi
>>
>>
>> On 15.10.2020 16:32, Kevin Meyer wrote:
>>> Thanks, Dan, Andi,
>>>
>>> My vote +1
>>>
>>> As mentioned in a previous mail, I recommend to remove support for 
>>> OpenJDK 8 from the developer instructions and documents.
>>>
>>> C:\Isis\testing>mvn -version
>>> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
>>> Maven home: C:\Apps\apache-maven-3.6.3\bin\..
>>> Java version: 11, vendor: Oracle Corporation, runtime: C:\Apps\jdk-11
>>> Default locale: en_GB, platform encoding: Cp1252
>>> OS name: "windows 10", version: "10.0", arch: "amd64", family: 
>>> "windows"
>>>
>>> ...
>>> [INFO] 
>>> ------------------------------------------------------------------------ 
>>>
>>> [INFO] BUILD SUCCESS
>>> [INFO] 
>>> ------------------------------------------------------------------------ 
>>>
>>> [INFO] Total time:  06:15 min (Wall Clock)
>>> [INFO] Finished at: 2020-10-15T16:04:49+02:00
>>> [INFO] 
>>> ------------------------------------------------------------------------ 
>>>
>>>
>>>
>>> On 2020-10-13 09:45, Dan Haywood wrote:
>>>> Folks,
>>>>
>>>> I've just cut a new release of the Apache Isis Framework.
>>>>
>>>> The source code zip artifact has been uploaded to a staging 
>>>> repository on
>>>> https://repository.apache.org, along with its corresponding .asc 
>>>> signature.
>>>>
>>>> In the source code repo the code has been tagged as isis-2.0.0-M4-RC1;
>>>> see https://github.com/apache/isis/tags
>>>>
>>>> To verify the source code itself, you can use the following commands
>>>> (in an empty directory):
>>>>
>>>> ----------------------------------------------------------------
>>>> VERSION=2.0.0-M4
>>>> RC=RC1
>>>> NEXUSREPONUM=1106
>>>>
>>>> curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
>>>> gpg --import /tmp/KEYS
>>>>
>>>> rm -rf isis-$VERSION
>>>>
>>>> curl -O -L
>>>> https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh 
>>>> chmod +x ./verify-isis-release.sh
>>>> ./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
>>>> ----------------------------------------------------------------
>>>>
>>>> You can then test the helloworld or simpleapp starter apps, see:
>>>> https://isis.staged.apache.org/comguide/latest/verifying-releases.html. 
>>>>
>>>>
>>>> You can also inspect the website in general, available at:
>>>> https://isis.staged.apache.org.
>>>>
>>>> Please verify the release and cast your vote.
>>>> The vote will be open for a minimum of 72 hours.
>>>>
>>>> [ ] +1
>>>> [ ]  0
>>>> [ ] -1
>>>
>

Re: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Posted by Kevin Meyer <ke...@apache.org>.
Hi Andi,

I understand your words, but I can't parse what you mean: what I should 
have done differently.

I had a clean Windows 10 system, I went to Open Java for installation 
instructions [1], which took me to Java JDK [2]. From there I installed 
the only Java 8 installation I could find [3].

What "recent" JDK build should I have used, that would have proper 
ca-certificates?

What I meant was that, if developers can't compile Apache Isis using an 
off-the-shelf JDK, should we not change the list of supported JDKs?  If 
developers try on their own, and make unsupported JDKs work, then good 
for them. But otherwise, don't we have an obligation to document how 
they can make non-functional JDKs work?

I simply feel that, based on the information available to me from the 
Vote announcement email, if we say that Apache Isis compiles under JDK 
8, then I should have voted -1, because I could not compile it until I 
installed JDK 11.

Cheers,
Kevin

[1] https://openjdk.java.net/install/
[2] https://jdk.java.net/
[3] https://jdk.java.net/java-se-ri/8-MR3


On 2020-10-15 16:42, Andi Huber wrote:
> Thanks Kevin!
> 
> I suspect OpenJDK 8 is fine, one just needs a recent build that has
> proper ca-certificates.
> 
> I also suspect, that maven downloads from https sites will be an issue
> with newer JDK versions as well, once their bundled ca-certificates
> get out of date.
> 
> Anyway thanks for taking your time!
> 
> Cheers, Andi
> 
> 
> On 15.10.2020 16:32, Kevin Meyer wrote:
>> Thanks, Dan, Andi,
>> 
>> My vote +1
>> 
>> As mentioned in a previous mail, I recommend to remove support for 
>> OpenJDK 8 from the developer instructions and documents.
>> 
>> C:\Isis\testing>mvn -version
>> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
>> Maven home: C:\Apps\apache-maven-3.6.3\bin\..
>> Java version: 11, vendor: Oracle Corporation, runtime: C:\Apps\jdk-11
>> Default locale: en_GB, platform encoding: Cp1252
>> OS name: "windows 10", version: "10.0", arch: "amd64", family: 
>> "windows"
>> 
>> ...
>> [INFO] 
>> ------------------------------------------------------------------------
>> [INFO] BUILD SUCCESS
>> [INFO] 
>> ------------------------------------------------------------------------
>> [INFO] Total time:  06:15 min (Wall Clock)
>> [INFO] Finished at: 2020-10-15T16:04:49+02:00
>> [INFO] 
>> ------------------------------------------------------------------------
>> 
>> 
>> On 2020-10-13 09:45, Dan Haywood wrote:
>>> Folks,
>>> 
>>> I've just cut a new release of the Apache Isis Framework.
>>> 
>>> The source code zip artifact has been uploaded to a staging 
>>> repository on
>>> https://repository.apache.org, along with its corresponding .asc 
>>> signature.
>>> 
>>> In the source code repo the code has been tagged as 
>>> isis-2.0.0-M4-RC1;
>>> see https://github.com/apache/isis/tags
>>> 
>>> To verify the source code itself, you can use the following commands
>>> (in an empty directory):
>>> 
>>> ----------------------------------------------------------------
>>> VERSION=2.0.0-M4
>>> RC=RC1
>>> NEXUSREPONUM=1106
>>> 
>>> curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
>>> gpg --import /tmp/KEYS
>>> 
>>> rm -rf isis-$VERSION
>>> 
>>> curl -O -L
>>> https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh 
>>> chmod +x ./verify-isis-release.sh
>>> ./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
>>> ----------------------------------------------------------------
>>> 
>>> You can then test the helloworld or simpleapp starter apps, see:
>>> https://isis.staged.apache.org/comguide/latest/verifying-releases.html.
>>> 
>>> You can also inspect the website in general, available at:
>>> https://isis.staged.apache.org.
>>> 
>>> Please verify the release and cast your vote.
>>> The vote will be open for a minimum of 72 hours.
>>> 
>>> [ ] +1
>>> [ ]  0
>>> [ ] -1
>> 

-- 
Kevin Meyer
Slovenske Konjice, Slovenia
PMC, Apache Isis (https://isis.apache.org)
The Apache Software Foundation

Re: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Posted by Andi Huber <ah...@apache.org>.
Thanks Kevin!

I suspect OpenJDK 8 is fine, one just needs a recent build that has 
proper ca-certificates.

I also suspect, that maven downloads from https sites will be an issue 
with newer JDK versions as well, once their bundled ca-certificates get 
out of date.

Anyway thanks for taking your time!

Cheers, Andi


On 15.10.2020 16:32, Kevin Meyer wrote:
> Thanks, Dan, Andi,
>
> My vote +1
>
> As mentioned in a previous mail, I recommend to remove support for 
> OpenJDK 8 from the developer instructions and documents.
>
> C:\Isis\testing>mvn -version
> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> Maven home: C:\Apps\apache-maven-3.6.3\bin\..
> Java version: 11, vendor: Oracle Corporation, runtime: C:\Apps\jdk-11
> Default locale: en_GB, platform encoding: Cp1252
> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>
> ...
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  06:15 min (Wall Clock)
> [INFO] Finished at: 2020-10-15T16:04:49+02:00
> [INFO] 
> ------------------------------------------------------------------------
>
>
> On 2020-10-13 09:45, Dan Haywood wrote:
>> Folks,
>>
>> I've just cut a new release of the Apache Isis Framework.
>>
>> The source code zip artifact has been uploaded to a staging 
>> repository on
>> https://repository.apache.org, along with its corresponding .asc 
>> signature.
>>
>> In the source code repo the code has been tagged as isis-2.0.0-M4-RC1;
>> see https://github.com/apache/isis/tags
>>
>> To verify the source code itself, you can use the following commands
>> (in an empty directory):
>>
>> ----------------------------------------------------------------
>> VERSION=2.0.0-M4
>> RC=RC1
>> NEXUSREPONUM=1106
>>
>> curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
>> gpg --import /tmp/KEYS
>>
>> rm -rf isis-$VERSION
>>
>> curl -O -L
>> https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh 
>>
>>
>> chmod +x ./verify-isis-release.sh
>> ./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
>> ----------------------------------------------------------------
>>
>> You can then test the helloworld or simpleapp starter apps, see:
>> https://isis.staged.apache.org/comguide/latest/verifying-releases.html.
>>
>> You can also inspect the website in general, available at:
>> https://isis.staged.apache.org.
>>
>> Please verify the release and cast your vote.
>> The vote will be open for a minimum of 72 hours.
>>
>> [ ] +1
>> [ ]  0
>> [ ] -1
>

Re: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Posted by Kevin Meyer <ke...@apache.org>.
Thanks, Dan, Andi,

My vote +1

As mentioned in a previous mail, I recommend to remove support for 
OpenJDK 8 from the developer instructions and documents.

C:\Isis\testing>mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\Apps\apache-maven-3.6.3\bin\..
Java version: 11, vendor: Oracle Corporation, runtime: C:\Apps\jdk-11
Default locale: en_GB, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

...
[INFO] 
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] 
------------------------------------------------------------------------
[INFO] Total time:  06:15 min (Wall Clock)
[INFO] Finished at: 2020-10-15T16:04:49+02:00
[INFO] 
------------------------------------------------------------------------


On 2020-10-13 09:45, Dan Haywood wrote:
> Folks,
> 
> I've just cut a new release of the Apache Isis Framework.
> 
> The source code zip artifact has been uploaded to a staging repository 
> on
> https://repository.apache.org, along with its corresponding .asc 
> signature.
> 
> In the source code repo the code has been tagged as isis-2.0.0-M4-RC1;
> see https://github.com/apache/isis/tags
> 
> To verify the source code itself, you can use the following commands
> (in an empty directory):
> 
> ----------------------------------------------------------------
> VERSION=2.0.0-M4
> RC=RC1
> NEXUSREPONUM=1106
> 
> curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
> gpg --import /tmp/KEYS
> 
> rm -rf isis-$VERSION
> 
> curl -O -L
> https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh
> 
> chmod +x ./verify-isis-release.sh
> ./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
> ----------------------------------------------------------------
> 
> You can then test the helloworld or simpleapp starter apps, see:
> https://isis.staged.apache.org/comguide/latest/verifying-releases.html.
> 
> You can also inspect the website in general, available at:
> https://isis.staged.apache.org.
> 
> Please verify the release and cast your vote.
> The vote will be open for a minimum of 72 hours.
> 
> [ ] +1
> [ ]  0
> [ ] -1

-- 
Kevin Meyer
Slovenske Konjice, Slovenia
PMC, Apache Isis (https://isis.apache.org)
The Apache Software Foundation

Re: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Posted by Andi Huber <ah...@apache.org>.
Hi Johan,

could be due to your specific network environment. This link might give 
some clues

https://stackoverflow.com/questions/21338721/gpg-no-valid-openpgp-data-found

Cheers, Andi

On 17.10.2020 11:51, Johan Doornenbal wrote:
> Hi Dan,
>
> I tried again today.
> No luck - this time it fails early with gpg: no valid OpenPGP data found.
> gpg: the signature could not be verified 1)
>
> Best regards / Met vriendelijke groet,
>
> Johan Doornenbal
>
> 1)
>
> Downloading
> http://repository.apache.org/content/repositories/orgapacheisis-1106/org/apache/isis/isis-parent/2.0.0-M4/isis-parent-2.0.0-M4-source-release.zip
> curl -L -O
> http://repository.apache.org/content/repositories/orgapacheisis-1106/org/apache/isis/isis-parent/2.0.0-M4/isis-parent-2.0.0-M4-source-release.zip
>    % Total    % Received % Xferd  Average Speed   Time    Time     Time
>   Current
>                                   Dload  Upload   Total   Spent    Left
>   Speed
> 100   330  100   330    0     0   7333      0 --:--:-- --:--:-- --:--:--
>   7333
> 100   738    0   738    0     0   4855      0 --:--:-- --:--:-- --:--:--
>   4855
> curl -L -O
> http://repository.apache.org/content/repositories/orgapacheisis-1106/org/apache/isis/isis-parent/2.0.0-M4/isis-parent-2.0.0-M4-source-release.zip.asc
>    % Total    % Received % Xferd  Average Speed   Time    Time     Time
>   Current
>                                   Dload  Upload   Total   Spent    Left
>   Speed
> 100   334  100   334    0     0   8146      0 --:--:-- --:--:-- --:--:--
>   8146
> 100   738    0   738    0     0   5904      0 --:--:-- --:--:-- --:--:--
>   5904
> Verifying isis-parent-2.0.0-M4-source-release.zip
> gpg --verify isis-parent-2.0.0-M4-source-release.zip.asc
> isis-parent-2.0.0-M4-source-release.zip
> Warning: Failed to set locale category LC_NUMERIC to en_NL.
> Warning: Failed to set locale category LC_TIME to en_NL.
> Warning: Failed to set locale category LC_COLLATE to en_NL.
> Warning: Failed to set locale category LC_MONETARY to en_NL.
> Warning: Failed to set locale category LC_MESSAGES to en_NL.
> gpg: no valid OpenPGP data found.
> gpg: the signature could not be verified.
> Please remember that the signature file (.sig or .asc)
> should be the first file given on the command line.
> Command gpg --verify isis-parent-2.0.0-M4-source-release.zip.asc
> isis-parent-2.0.0-M4-source-release.zip failed! [error 2] Exiting...
>
>
> Op di 13 okt. 2020 om 09:45 schreef Dan Haywood <da...@apache.org>:
>
>> Folks,
>>
>> I've just cut a new release of the Apache Isis Framework.
>>
>> The source code zip artifact has been uploaded to a staging repository on
>> https://repository.apache.org, along with its corresponding .asc
>> signature.
>>
>> In the source code repo the code has been tagged as isis-2.0.0-M4-RC1;
>> see https://github.com/apache/isis/tags
>>
>> To verify the source code itself, you can use the following commands
>> (in an empty directory):
>>
>> ----------------------------------------------------------------
>> VERSION=2.0.0-M4
>> RC=RC1
>> NEXUSREPONUM=1106
>>
>> curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
>> gpg --import /tmp/KEYS
>>
>> rm -rf isis-$VERSION
>>
>> curl -O -L
>>
>> https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh
>>
>> chmod +x ./verify-isis-release.sh
>> ./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
>> ----------------------------------------------------------------
>>
>> You can then test the helloworld or simpleapp starter apps, see:
>> https://isis.staged.apache.org/comguide/latest/verifying-releases.html.
>>
>> You can also inspect the website in general, available at:
>> https://isis.staged.apache.org.
>>
>> Please verify the release and cast your vote.
>> The vote will be open for a minimum of 72 hours.
>>
>> [ ] +1
>> [ ]  0
>> [ ] -1
>>

Re: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Posted by Johan Doornenbal <jo...@yodo.nl>.
Hi Dan,

I tried again today.
No luck - this time it fails early with gpg: no valid OpenPGP data found.
gpg: the signature could not be verified 1)

Best regards / Met vriendelijke groet,

Johan Doornenbal

1)

Downloading
http://repository.apache.org/content/repositories/orgapacheisis-1106/org/apache/isis/isis-parent/2.0.0-M4/isis-parent-2.0.0-M4-source-release.zip
curl -L -O
http://repository.apache.org/content/repositories/orgapacheisis-1106/org/apache/isis/isis-parent/2.0.0-M4/isis-parent-2.0.0-M4-source-release.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
 Current
                                 Dload  Upload   Total   Spent    Left
 Speed
100   330  100   330    0     0   7333      0 --:--:-- --:--:-- --:--:--
 7333
100   738    0   738    0     0   4855      0 --:--:-- --:--:-- --:--:--
 4855
curl -L -O
http://repository.apache.org/content/repositories/orgapacheisis-1106/org/apache/isis/isis-parent/2.0.0-M4/isis-parent-2.0.0-M4-source-release.zip.asc
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
 Current
                                 Dload  Upload   Total   Spent    Left
 Speed
100   334  100   334    0     0   8146      0 --:--:-- --:--:-- --:--:--
 8146
100   738    0   738    0     0   5904      0 --:--:-- --:--:-- --:--:--
 5904
Verifying isis-parent-2.0.0-M4-source-release.zip
gpg --verify isis-parent-2.0.0-M4-source-release.zip.asc
isis-parent-2.0.0-M4-source-release.zip
Warning: Failed to set locale category LC_NUMERIC to en_NL.
Warning: Failed to set locale category LC_TIME to en_NL.
Warning: Failed to set locale category LC_COLLATE to en_NL.
Warning: Failed to set locale category LC_MONETARY to en_NL.
Warning: Failed to set locale category LC_MESSAGES to en_NL.
gpg: no valid OpenPGP data found.
gpg: the signature could not be verified.
Please remember that the signature file (.sig or .asc)
should be the first file given on the command line.
Command gpg --verify isis-parent-2.0.0-M4-source-release.zip.asc
isis-parent-2.0.0-M4-source-release.zip failed! [error 2] Exiting...


Op di 13 okt. 2020 om 09:45 schreef Dan Haywood <da...@apache.org>:

> Folks,
>
> I've just cut a new release of the Apache Isis Framework.
>
> The source code zip artifact has been uploaded to a staging repository on
> https://repository.apache.org, along with its corresponding .asc
> signature.
>
> In the source code repo the code has been tagged as isis-2.0.0-M4-RC1;
> see https://github.com/apache/isis/tags
>
> To verify the source code itself, you can use the following commands
> (in an empty directory):
>
> ----------------------------------------------------------------
> VERSION=2.0.0-M4
> RC=RC1
> NEXUSREPONUM=1106
>
> curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
> gpg --import /tmp/KEYS
>
> rm -rf isis-$VERSION
>
> curl -O -L
>
> https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh
>
> chmod +x ./verify-isis-release.sh
> ./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
> ----------------------------------------------------------------
>
> You can then test the helloworld or simpleapp starter apps, see:
> https://isis.staged.apache.org/comguide/latest/verifying-releases.html.
>
> You can also inspect the website in general, available at:
> https://isis.staged.apache.org.
>
> Please verify the release and cast your vote.
> The vote will be open for a minimum of 72 hours.
>
> [ ] +1
> [ ]  0
> [ ] -1
>

Re: Unable to vote: Apache Isis Core release 2.0.0-M4 RC1

Posted by Kevin Meyer <ke...@kmz.co.za>.
Hi Andi,

It would appear that you are correct. The build is proceeding with Maven 
downloading dependencies.

I recommend that the voting instructions (and other developer 
documentation) be modified to remove apparent support for JDK 8.

I will vote after the sources have compiled.

Cheers,
Kevin

On 2020-10-15 12:02, Andi Huber wrote:
> Hi Kevin,
> 
> if I read this correctly, your issue might be unrelated to Apache
> Isis, as you cannot even download spring-boot-starter-parent from
> maven central.
> 
> Just guessing, but maybe your JDK installation is missing some newer
> ca-certificates ...
> 
> https://stackoverflow.com/questions/6784463/error-trustanchors-parameter-must-be-non-empty
> 
> Maybe installing a newer JDK build/version could help!?
> 
> Cheers Andi
> 
> On 15.10.2020 11:50, Kevin Meyer wrote:
>> Hi,
>> 
>> On a Debian shell (under Windows 10), with OpenJDK 8, Maven 3.6.3, I 
>> can't compile the pom.
>> 
>> I've tried native Windows, and within a Debian shell. I've also 
>> disabled the firewall. No luck.
>> 
>> I can not vote.
>> 
>> Cheers,
>> Kevin
>> 
>> kevin@Baelin:/mnt/c/Users/simpl/Isis/testing/isis-parent-2.0.0-M4/isis-parent$ 
>> mvn clean install -Dskip.git -Preleased,-all
>> [INFO] Scanning for projects...
>> Downloading from central: 
>> https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/2.3.4.RELEASE/spring-boot-starter-parent-2.3.4.RELEASE.pom
>> [ERROR] [ERROR] Some problems were encountered while processing the 
>> POMs:
>> [FATAL] Non-resolvable parent POM for 
>> org.apache.isis:isis-parent:2.0.0-M4: Could not transfer artifact 
>> org.springframework.boot:spring-boot-starter-parent:pom:2.3.4.RELEASE 
>> from/to central (https://repo.maven.apache.org/maven2): Transfer 
>> failed for 
>> https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/2.3.4.RELEASE/spring-boot-starter-parent-2.3.4.RELEASE.pom 
>> and 'parent.relativePath' points at no local POM @ line 45, column 10
>>  @
>> [ERROR] The build could not read 1 project -> [Help 1]
>> [ERROR]
>> [ERROR]   The project org.apache.isis:isis-parent:2.0.0-M4 
>> (/mnt/c/Users/simpl/Isis/testing/isis-parent-2.0.0-M4/isis-parent/pom.xml) 
>> has 1 error
>> [ERROR]     Non-resolvable parent POM for 
>> org.apache.isis:isis-parent:2.0.0-M4: Could not transfer artifact 
>> org.springframework.boot:spring-boot-starter-parent:pom:2.3.4.RELEASE 
>> from/to central (https://repo.maven.apache.org/maven2): Transfer 
>> failed for 
>> https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/2.3.4.RELEASE/spring-boot-starter-parent-2.3.4.RELEASE.pom 
>> and 'parent.relativePath' points at no local POM @ line 45, column 10: 
>> java.lang.RuntimeException: Unexpected error: 
>> java.security.InvalidAlgorithmParameterException: the trustAnchors 
>> parameter must be non-empty -> [Help 2]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with 
>> the -e switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions, 
>> please read the following articles:
>> [ERROR] [Help 1] 
>> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
>> [ERROR] [Help 2] 
>> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
>> 
>> 
>> 
>> 
>> On 2020-10-13 09:45, Dan Haywood wrote:
>>> Folks,
>>> 
>>> I've just cut a new release of the Apache Isis Framework.
>>> 
>>> The source code zip artifact has been uploaded to a staging 
>>> repository on
>>> https://repository.apache.org, along with its corresponding .asc 
>>> signature.
>>> 
>>> In the source code repo the code has been tagged as 
>>> isis-2.0.0-M4-RC1;
>>> see https://github.com/apache/isis/tags
>>> 
>>> To verify the source code itself, you can use the following commands
>>> (in an empty directory):
>>> 
>>> ----------------------------------------------------------------
>>> VERSION=2.0.0-M4
>>> RC=RC1
>>> NEXUSREPONUM=1106
>>> 
>>> curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
>>> gpg --import /tmp/KEYS
>>> 
>>> rm -rf isis-$VERSION
>>> 
>>> curl -O -L
>>> https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh 
>>> chmod +x ./verify-isis-release.sh
>>> ./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
>>> ----------------------------------------------------------------
>>> 
>>> You can then test the helloworld or simpleapp starter apps, see:
>>> https://isis.staged.apache.org/comguide/latest/verifying-releases.html.
>>> 
>>> You can also inspect the website in general, available at:
>>> https://isis.staged.apache.org.
>>> 
>>> Please verify the release and cast your vote.
>>> The vote will be open for a minimum of 72 hours.
>>> 
>>> [ ] +1
>>> [ ]  0
>>> [ ] -1
>> 

-- 
Kevin Meyer
Ljubljana, Slovenia

Re: Unable to vote: Apache Isis Core release 2.0.0-M4 RC1

Posted by Andi Huber <ah...@apache.org>.
Hi Kevin,

if I read this correctly, your issue might be unrelated to Apache Isis, 
as you cannot even download spring-boot-starter-parent from maven central.

Just guessing, but maybe your JDK installation is missing some newer 
ca-certificates ...

https://stackoverflow.com/questions/6784463/error-trustanchors-parameter-must-be-non-empty

Maybe installing a newer JDK build/version could help!?

Cheers Andi

On 15.10.2020 11:50, Kevin Meyer wrote:
> Hi,
>
> On a Debian shell (under Windows 10), with OpenJDK 8, Maven 3.6.3, I 
> can't compile the pom.
>
> I've tried native Windows, and within a Debian shell. I've also 
> disabled the firewall. No luck.
>
> I can not vote.
>
> Cheers,
> Kevin
>
> kevin@Baelin:/mnt/c/Users/simpl/Isis/testing/isis-parent-2.0.0-M4/isis-parent$ 
> mvn clean install -Dskip.git -Preleased,-all
> [INFO] Scanning for projects...
> Downloading from central: 
> https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/2.3.4.RELEASE/spring-boot-starter-parent-2.3.4.RELEASE.pom
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [FATAL] Non-resolvable parent POM for 
> org.apache.isis:isis-parent:2.0.0-M4: Could not transfer artifact 
> org.springframework.boot:spring-boot-starter-parent:pom:2.3.4.RELEASE 
> from/to central (https://repo.maven.apache.org/maven2): Transfer 
> failed for 
> https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/2.3.4.RELEASE/spring-boot-starter-parent-2.3.4.RELEASE.pom 
> and 'parent.relativePath' points at no local POM @ line 45, column 10
>  @
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR]   The project org.apache.isis:isis-parent:2.0.0-M4 
> (/mnt/c/Users/simpl/Isis/testing/isis-parent-2.0.0-M4/isis-parent/pom.xml) 
> has 1 error
> [ERROR]     Non-resolvable parent POM for 
> org.apache.isis:isis-parent:2.0.0-M4: Could not transfer artifact 
> org.springframework.boot:spring-boot-starter-parent:pom:2.3.4.RELEASE 
> from/to central (https://repo.maven.apache.org/maven2): Transfer 
> failed for 
> https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/2.3.4.RELEASE/spring-boot-starter-parent-2.3.4.RELEASE.pom 
> and 'parent.relativePath' points at no local POM @ line 45, column 10: 
> java.lang.RuntimeException: Unexpected error: 
> java.security.InvalidAlgorithmParameterException: the trustAnchors 
> parameter must be non-empty -> [Help 2]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with 
> the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, 
> please read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] 
> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
>
>
>
>
> On 2020-10-13 09:45, Dan Haywood wrote:
>> Folks,
>>
>> I've just cut a new release of the Apache Isis Framework.
>>
>> The source code zip artifact has been uploaded to a staging 
>> repository on
>> https://repository.apache.org, along with its corresponding .asc 
>> signature.
>>
>> In the source code repo the code has been tagged as isis-2.0.0-M4-RC1;
>> see https://github.com/apache/isis/tags
>>
>> To verify the source code itself, you can use the following commands
>> (in an empty directory):
>>
>> ----------------------------------------------------------------
>> VERSION=2.0.0-M4
>> RC=RC1
>> NEXUSREPONUM=1106
>>
>> curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
>> gpg --import /tmp/KEYS
>>
>> rm -rf isis-$VERSION
>>
>> curl -O -L
>> https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh 
>>
>>
>> chmod +x ./verify-isis-release.sh
>> ./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
>> ----------------------------------------------------------------
>>
>> You can then test the helloworld or simpleapp starter apps, see:
>> https://isis.staged.apache.org/comguide/latest/verifying-releases.html.
>>
>> You can also inspect the website in general, available at:
>> https://isis.staged.apache.org.
>>
>> Please verify the release and cast your vote.
>> The vote will be open for a minimum of 72 hours.
>>
>> [ ] +1
>> [ ]  0
>> [ ] -1
>

Unable to vote: Apache Isis Core release 2.0.0-M4 RC1

Posted by Kevin Meyer <ke...@kmz.co.za>.
Hi,

On a Debian shell (under Windows 10), with OpenJDK 8, Maven 3.6.3, I 
can't compile the pom.

I've tried native Windows, and within a Debian shell. I've also disabled 
the firewall. No luck.

I can not vote.

Cheers,
Kevin

kevin@Baelin:/mnt/c/Users/simpl/Isis/testing/isis-parent-2.0.0-M4/isis-parent$ 
mvn clean install -Dskip.git -Preleased,-all
[INFO] Scanning for projects...
Downloading from central: 
https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/2.3.4.RELEASE/spring-boot-starter-parent-2.3.4.RELEASE.pom
[ERROR] [ERROR] Some problems were encountered while processing the 
POMs:
[FATAL] Non-resolvable parent POM for 
org.apache.isis:isis-parent:2.0.0-M4: Could not transfer artifact 
org.springframework.boot:spring-boot-starter-parent:pom:2.3.4.RELEASE 
from/to central (https://repo.maven.apache.org/maven2): Transfer failed 
for 
https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/2.3.4.RELEASE/spring-boot-starter-parent-2.3.4.RELEASE.pom 
and 'parent.relativePath' points at no local POM @ line 45, column 10
  @
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.apache.isis:isis-parent:2.0.0-M4 
(/mnt/c/Users/simpl/Isis/testing/isis-parent-2.0.0-M4/isis-parent/pom.xml) 
has 1 error
[ERROR]     Non-resolvable parent POM for 
org.apache.isis:isis-parent:2.0.0-M4: Could not transfer artifact 
org.springframework.boot:spring-boot-starter-parent:pom:2.3.4.RELEASE 
from/to central (https://repo.maven.apache.org/maven2): Transfer failed 
for 
https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/2.3.4.RELEASE/spring-boot-starter-parent-2.3.4.RELEASE.pom 
and 'parent.relativePath' points at no local POM @ line 45, column 10: 
java.lang.RuntimeException: Unexpected error: 
java.security.InvalidAlgorithmParameterException: the trustAnchors 
parameter must be non-empty -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the 
-e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, 
please read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] 
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException




On 2020-10-13 09:45, Dan Haywood wrote:
> Folks,
> 
> I've just cut a new release of the Apache Isis Framework.
> 
> The source code zip artifact has been uploaded to a staging repository 
> on
> https://repository.apache.org, along with its corresponding .asc 
> signature.
> 
> In the source code repo the code has been tagged as isis-2.0.0-M4-RC1;
> see https://github.com/apache/isis/tags
> 
> To verify the source code itself, you can use the following commands
> (in an empty directory):
> 
> ----------------------------------------------------------------
> VERSION=2.0.0-M4
> RC=RC1
> NEXUSREPONUM=1106
> 
> curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
> gpg --import /tmp/KEYS
> 
> rm -rf isis-$VERSION
> 
> curl -O -L
> https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh
> 
> chmod +x ./verify-isis-release.sh
> ./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
> ----------------------------------------------------------------
> 
> You can then test the helloworld or simpleapp starter apps, see:
> https://isis.staged.apache.org/comguide/latest/verifying-releases.html.
> 
> You can also inspect the website in general, available at:
> https://isis.staged.apache.org.
> 
> Please verify the release and cast your vote.
> The vote will be open for a minimum of 72 hours.
> 
> [ ] +1
> [ ]  0
> [ ] -1

-- 
Kevin Meyer
Ljubljana, Slovenia

AW: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Posted by "Rade, Joerg / Kuehne + Nagel / HAM MI-DD" <Jo...@Kuehne-Nagel.com>.
+1

C:\Users\joerg.rade>mvn -version
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T20:41:47+02:00)
Maven home: C:\data\apps\apache-maven-3.6.0\bin\..
Java version: 1.8.0_212, vendor: AdoptOpenJDK, runtime: C:\bin\OpenJDK8U-OpenJFX-jdk_x64_windows_hotspot-8u212b03\jre
Default locale: de_DE, platform encoding: UTF8
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

-----Ursprüngliche Nachricht-----
Von: Dan Haywood <da...@haywood-associates.co.uk>
Gesendet: Dienstag, 13. Oktober 2020 12:49
An: dev <de...@isis.apache.org>
Betreff: Re: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

my own +1

On Tue, 13 Oct 2020 at 10:53, Andi Huber <ah...@apache.org> wrote:

> +1
>
> $ mvn -version
> Apache Maven 3.6.3
> Maven home: /usr/share/maven
> Java version: 11.0.8, vendor: Ubuntu, runtime:
> /usr/lib/jvm/java-11-openjdk-amd64
> Default locale: en_US, platform encoding: UTF-8 OS name: "linux",
> version: "5.4.0-48-generic", arch: "amd64", family:
> "unix"
>
> For the build we recommend using JDK 8 or 11+ with maven 3.6.x.
>
> Cheers, Andi
>
> On 2020/10/13 07:45:30, Dan Haywood <da...@apache.org> wrote:
> > Folks,
> >
> > I've just cut a new release of the Apache Isis Framework.
> >
> > The source code zip artifact has been uploaded to a staging
> > repository on https://repository.apache.org, along with its
> > corresponding .asc
> signature.
> >
> > In the source code repo the code has been tagged as
> > isis-2.0.0-M4-RC1; see https://github.com/apache/isis/tags
> >
> > To verify the source code itself, you can use the following commands
> > (in an empty directory):
> >
> > ----------------------------------------------------------------
> > VERSION=2.0.0-M4
> > RC=RC1
> > NEXUSREPONUM=1106
> >
> > curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS gpg --import
> > /tmp/KEYS
> >
> > rm -rf isis-$VERSION
> >
> > curl -O -L
> >
> https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scr
> ipts/verify-isis-release.sh
> >
> > chmod +x ./verify-isis-release.sh
> > ./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
> > ----------------------------------------------------------------
> >
> > You can then test the helloworld or simpleapp starter apps, see:
> > https://isis.staged.apache.org/comguide/latest/verifying-releases.html.
> >
> > You can also inspect the website in general, available at:
> > https://isis.staged.apache.org.
> >
> > Please verify the release and cast your vote.
> > The vote will be open for a minimum of 72 hours.
> >
> > [ ] +1
> > [ ]  0
> > [ ] -1
> >
>

Kühne + Nagel (AG & Co.) KG
Rechtsform: Kommanditgesellschaft, Bremen HRA 21928, USt-IdNr.: DE 812773878.
Geschäftsleitung Kühne + Nagel (AG & Co.) KG: Holger Ketz (Vors.), Martin Brinkmann, Lars-Olof Grün, Matthias Knicky, Axel Krichel, Nicholas Minde, Johannes Trimborn, Lars Wedel.
Persönlich haftende Gesellschafterin: Kühne & Nagel A.G., Rechtsform: Aktiengesellschaft nach luxemburgischem Recht, HR-Nr.: B 18745, Geschäftsführendes Verwaltungsratsmitglied: Karl Gernandt.
Geschäftsleitung Region Europa: Dr. Hansjörg Rodi (Vors.), Ants Anupold, Dominic Edmonds, Thierry Held, Uwe Hött, Richard Huhn, Jan-Hendrik Köstergarten, André Schiffer, Heiko Schuhmacher.

Wir arbeiten ausschließlich auf Grundlage der Allgemeinen Deutschen Spediteurbedingungen 2017 (ADSp 2017). Hinweis: Die ADSp 2017 weichen in Ziffer 23 hinsichtlich des Haftungshöchstbetrages für Güterschäden (§ 431 HGB) vom Gesetz ab, indem sie die Haftung bei multimodalen Transporten unter Einschluss einer Seebeförderung und bei unbekanntem Schadenort auf 2 SZR/kg und im Übrigen die Regelhaftung von 8,33 SZR/kg zusätzlich auf 1,25 Millionen Euro je Schadenfall sowie 2,5 Millionen Euro je Schadenereignis, mindestens aber 2 SZR/kg, beschränken. Die ADSp sind auf unserer Webseite als Download erhältlich. Auf Anfrage senden wir Ihnen diese auch gerne zu.

Re: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Posted by Dan Haywood <da...@haywood-associates.co.uk>.
my own +1

On Tue, 13 Oct 2020 at 10:53, Andi Huber <ah...@apache.org> wrote:

> +1
>
> $ mvn -version
> Apache Maven 3.6.3
> Maven home: /usr/share/maven
> Java version: 11.0.8, vendor: Ubuntu, runtime:
> /usr/lib/jvm/java-11-openjdk-amd64
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "5.4.0-48-generic", arch: "amd64", family:
> "unix"
>
> For the build we recommend using JDK 8 or 11+ with maven 3.6.x.
>
> Cheers, Andi
>
> On 2020/10/13 07:45:30, Dan Haywood <da...@apache.org> wrote:
> > Folks,
> >
> > I've just cut a new release of the Apache Isis Framework.
> >
> > The source code zip artifact has been uploaded to a staging repository on
> > https://repository.apache.org, along with its corresponding .asc
> signature.
> >
> > In the source code repo the code has been tagged as isis-2.0.0-M4-RC1;
> > see https://github.com/apache/isis/tags
> >
> > To verify the source code itself, you can use the following commands
> > (in an empty directory):
> >
> > ----------------------------------------------------------------
> > VERSION=2.0.0-M4
> > RC=RC1
> > NEXUSREPONUM=1106
> >
> > curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
> > gpg --import /tmp/KEYS
> >
> > rm -rf isis-$VERSION
> >
> > curl -O -L
> >
> https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh
> >
> > chmod +x ./verify-isis-release.sh
> > ./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
> > ----------------------------------------------------------------
> >
> > You can then test the helloworld or simpleapp starter apps, see:
> > https://isis.staged.apache.org/comguide/latest/verifying-releases.html.
> >
> > You can also inspect the website in general, available at:
> > https://isis.staged.apache.org.
> >
> > Please verify the release and cast your vote.
> > The vote will be open for a minimum of 72 hours.
> >
> > [ ] +1
> > [ ]  0
> > [ ] -1
> >
>

Re: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Posted by Andi Huber <ah...@apache.org>.
+1

$ mvn -version
Apache Maven 3.6.3
Maven home: /usr/share/maven
Java version: 11.0.8, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.4.0-48-generic", arch: "amd64", family: "unix"

For the build we recommend using JDK 8 or 11+ with maven 3.6.x.

Cheers, Andi

On 2020/10/13 07:45:30, Dan Haywood <da...@apache.org> wrote: 
> Folks,
> 
> I've just cut a new release of the Apache Isis Framework.
> 
> The source code zip artifact has been uploaded to a staging repository on
> https://repository.apache.org, along with its corresponding .asc signature.
> 
> In the source code repo the code has been tagged as isis-2.0.0-M4-RC1;
> see https://github.com/apache/isis/tags
> 
> To verify the source code itself, you can use the following commands
> (in an empty directory):
> 
> ----------------------------------------------------------------
> VERSION=2.0.0-M4
> RC=RC1
> NEXUSREPONUM=1106
> 
> curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
> gpg --import /tmp/KEYS
> 
> rm -rf isis-$VERSION
> 
> curl -O -L
> https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh
> 
> chmod +x ./verify-isis-release.sh
> ./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
> ----------------------------------------------------------------
> 
> You can then test the helloworld or simpleapp starter apps, see:
> https://isis.staged.apache.org/comguide/latest/verifying-releases.html.
> 
> You can also inspect the website in general, available at:
> https://isis.staged.apache.org.
> 
> Please verify the release and cast your vote.
> The vote will be open for a minimum of 72 hours.
> 
> [ ] +1
> [ ]  0
> [ ] -1
> 

AW: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Posted by "Rade, Joerg / Kuehne + Nagel / HAM MI-DD" <Jo...@Kuehne-Nagel.com>.
I was completely astray – forget everything after the greeting.
Sorry -j.

Von: Rade, Joerg / Kuehne + Nagel / HAM MI-DD
Gesendet: Donnerstag, 15. Oktober 2020 11:32
An: dev <de...@isis.apache.org>; 'johan@yodo.nl' <jo...@yodo.nl>; users@isis.apache.org
Betreff: AW: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Hi Johan,

do you have <url>https://github.com/apache/isis/tags</url<https://github.com/apache/isis/tags%3c/url>> in the list?
(Didn’t see it in the log).

Best regards
Jörg

Von: Johan Doornenbal <jo...@yodo.nl>>
Gesendet: Donnerstag, 15. Oktober 2020 09:42
An: users@isis.apache.org<ma...@isis.apache.org>
Cc: dev <de...@isis.apache.org>>
Betreff: Re: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Hi Dan,

When verifying it fails with the attached console output on my machine.

Best regards / Met vriendelijke groet,

Johan Doornenbal



M 06 227 666 28

johan@yodo.nl<ma...@filternet.nl>

www.yodo.nl<http://www.yodo.nl/>



Griene Daam 7

9084 DG Goutum


Op di 13 okt. 2020 om 09:45 schreef Dan Haywood <da...@apache.org>>:
Folks,

I've just cut a new release of the Apache Isis Framework.

The source code zip artifact has been uploaded to a staging repository on
https://repository.apache.org, along with its corresponding .asc signature.

In the source code repo the code has been tagged as isis-2.0.0-M4-RC1;
see https://github.com/apache/isis/tags

To verify the source code itself, you can use the following commands
(in an empty directory):

----------------------------------------------------------------
VERSION=2.0.0-M4
RC=RC1
NEXUSREPONUM=1106

curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
gpg --import /tmp/KEYS

rm -rf isis-$VERSION

curl -O -L
https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh

chmod +x ./verify-isis-release.sh
./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
----------------------------------------------------------------

You can then test the helloworld or simpleapp starter apps, see:
https://isis.staged.apache.org/comguide/latest/verifying-releases.html.

You can also inspect the website in general, available at:
https://isis.staged.apache.org.

Please verify the release and cast your vote.
The vote will be open for a minimum of 72 hours.

[ ] +1
[ ]  0
[ ] -1

Kühne + Nagel (AG & Co.) KG
Rechtsform: Kommanditgesellschaft, Bremen HRA 21928, USt-IdNr.: DE 812773878.
Geschäftsleitung Kühne + Nagel (AG & Co.) KG: Holger Ketz (Vors.), Martin Brinkmann, Lars-Olof Grün, Matthias Knicky, Axel Krichel, Nicholas Minde, Johannes Trimborn, Lars Wedel.
Persönlich haftende Gesellschafterin: Kühne & Nagel A.G., Rechtsform: Aktiengesellschaft nach luxemburgischem Recht, HR-Nr.: B 18745, Geschäftsführendes Verwaltungsratsmitglied: Karl Gernandt.
Geschäftsleitung Region Europa: Dr. Hansjörg Rodi (Vors.), Ants Anupold, Dominic Edmonds, Thierry Held, Uwe Hött, Richard Huhn, Jan-Hendrik Köstergarten, André Schiffer, Heiko Schuhmacher.

Wir arbeiten ausschließlich auf Grundlage der Allgemeinen Deutschen Spediteurbedingungen 2017 (ADSp 2017). Hinweis: Die ADSp 2017 weichen in Ziffer 23 hinsichtlich des Haftungshöchstbetrages für Güterschäden (§ 431 HGB) vom Gesetz ab, indem sie die Haftung bei multimodalen Transporten unter Einschluss einer Seebeförderung und bei unbekanntem Schadenort auf 2 SZR/kg und im Übrigen die Regelhaftung von 8,33 SZR/kg zusätzlich auf 1,25 Millionen Euro je Schadenfall sowie 2,5 Millionen Euro je Schadenereignis, mindestens aber 2 SZR/kg, beschränken. Die ADSp sind auf unserer Webseite als Download erhältlich. Auf Anfrage senden wir Ihnen diese auch gerne zu.

AW: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Posted by "Rade, Joerg / Kuehne + Nagel / HAM MI-DD" <Jo...@Kuehne-Nagel.com>.
I was completely astray – forget everything after the greeting.
Sorry -j.

Von: Rade, Joerg / Kuehne + Nagel / HAM MI-DD
Gesendet: Donnerstag, 15. Oktober 2020 11:32
An: dev <de...@isis.apache.org>; 'johan@yodo.nl' <jo...@yodo.nl>; users@isis.apache.org
Betreff: AW: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Hi Johan,

do you have <url>https://github.com/apache/isis/tags</url<https://github.com/apache/isis/tags%3c/url>> in the list?
(Didn’t see it in the log).

Best regards
Jörg

Von: Johan Doornenbal <jo...@yodo.nl>>
Gesendet: Donnerstag, 15. Oktober 2020 09:42
An: users@isis.apache.org<ma...@isis.apache.org>
Cc: dev <de...@isis.apache.org>>
Betreff: Re: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Hi Dan,

When verifying it fails with the attached console output on my machine.

Best regards / Met vriendelijke groet,

Johan Doornenbal



M 06 227 666 28

johan@yodo.nl<ma...@filternet.nl>

www.yodo.nl<http://www.yodo.nl/>



Griene Daam 7

9084 DG Goutum


Op di 13 okt. 2020 om 09:45 schreef Dan Haywood <da...@apache.org>>:
Folks,

I've just cut a new release of the Apache Isis Framework.

The source code zip artifact has been uploaded to a staging repository on
https://repository.apache.org, along with its corresponding .asc signature.

In the source code repo the code has been tagged as isis-2.0.0-M4-RC1;
see https://github.com/apache/isis/tags

To verify the source code itself, you can use the following commands
(in an empty directory):

----------------------------------------------------------------
VERSION=2.0.0-M4
RC=RC1
NEXUSREPONUM=1106

curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
gpg --import /tmp/KEYS

rm -rf isis-$VERSION

curl -O -L
https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh

chmod +x ./verify-isis-release.sh
./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
----------------------------------------------------------------

You can then test the helloworld or simpleapp starter apps, see:
https://isis.staged.apache.org/comguide/latest/verifying-releases.html.

You can also inspect the website in general, available at:
https://isis.staged.apache.org.

Please verify the release and cast your vote.
The vote will be open for a minimum of 72 hours.

[ ] +1
[ ]  0
[ ] -1

Kühne + Nagel (AG & Co.) KG
Rechtsform: Kommanditgesellschaft, Bremen HRA 21928, USt-IdNr.: DE 812773878.
Geschäftsleitung Kühne + Nagel (AG & Co.) KG: Holger Ketz (Vors.), Martin Brinkmann, Lars-Olof Grün, Matthias Knicky, Axel Krichel, Nicholas Minde, Johannes Trimborn, Lars Wedel.
Persönlich haftende Gesellschafterin: Kühne & Nagel A.G., Rechtsform: Aktiengesellschaft nach luxemburgischem Recht, HR-Nr.: B 18745, Geschäftsführendes Verwaltungsratsmitglied: Karl Gernandt.
Geschäftsleitung Region Europa: Dr. Hansjörg Rodi (Vors.), Ants Anupold, Dominic Edmonds, Thierry Held, Uwe Hött, Richard Huhn, Jan-Hendrik Köstergarten, André Schiffer, Heiko Schuhmacher.

Wir arbeiten ausschließlich auf Grundlage der Allgemeinen Deutschen Spediteurbedingungen 2017 (ADSp 2017). Hinweis: Die ADSp 2017 weichen in Ziffer 23 hinsichtlich des Haftungshöchstbetrages für Güterschäden (§ 431 HGB) vom Gesetz ab, indem sie die Haftung bei multimodalen Transporten unter Einschluss einer Seebeförderung und bei unbekanntem Schadenort auf 2 SZR/kg und im Übrigen die Regelhaftung von 8,33 SZR/kg zusätzlich auf 1,25 Millionen Euro je Schadenfall sowie 2,5 Millionen Euro je Schadenereignis, mindestens aber 2 SZR/kg, beschränken. Die ADSp sind auf unserer Webseite als Download erhältlich. Auf Anfrage senden wir Ihnen diese auch gerne zu.

AW: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Posted by "Rade, Joerg / Kuehne + Nagel / HAM MI-DD" <Jo...@Kuehne-Nagel.com>.
Hi Johan,

do you have <url>https://github.com/apache/isis/tags</url<https://github.com/apache/isis/tags%3c/url>> in the list?
(Didn’t see it in the log).

Best regards
Jörg

Von: Johan Doornenbal <jo...@yodo.nl>
Gesendet: Donnerstag, 15. Oktober 2020 09:42
An: users@isis.apache.org
Cc: dev <de...@isis.apache.org>
Betreff: Re: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Hi Dan,

When verifying it fails with the attached console output on my machine.

Best regards / Met vriendelijke groet,

Johan Doornenbal



M 06 227 666 28

johan@yodo.nl<ma...@filternet.nl>

www.yodo.nl<http://www.yodo.nl/>



Griene Daam 7

9084 DG Goutum


Op di 13 okt. 2020 om 09:45 schreef Dan Haywood <da...@apache.org>>:
Folks,

I've just cut a new release of the Apache Isis Framework.

The source code zip artifact has been uploaded to a staging repository on
https://repository.apache.org, along with its corresponding .asc signature.

In the source code repo the code has been tagged as isis-2.0.0-M4-RC1;
see https://github.com/apache/isis/tags

To verify the source code itself, you can use the following commands
(in an empty directory):

----------------------------------------------------------------
VERSION=2.0.0-M4
RC=RC1
NEXUSREPONUM=1106

curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
gpg --import /tmp/KEYS

rm -rf isis-$VERSION

curl -O -L
https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh

chmod +x ./verify-isis-release.sh
./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
----------------------------------------------------------------

You can then test the helloworld or simpleapp starter apps, see:
https://isis.staged.apache.org/comguide/latest/verifying-releases.html.

You can also inspect the website in general, available at:
https://isis.staged.apache.org.

Please verify the release and cast your vote.
The vote will be open for a minimum of 72 hours.

[ ] +1
[ ]  0
[ ] -1

Kühne + Nagel (AG & Co.) KG
Rechtsform: Kommanditgesellschaft, Bremen HRA 21928, USt-IdNr.: DE 812773878.
Geschäftsleitung Kühne + Nagel (AG & Co.) KG: Holger Ketz (Vors.), Martin Brinkmann, Lars-Olof Grün, Matthias Knicky, Axel Krichel, Nicholas Minde, Johannes Trimborn, Lars Wedel.
Persönlich haftende Gesellschafterin: Kühne & Nagel A.G., Rechtsform: Aktiengesellschaft nach luxemburgischem Recht, HR-Nr.: B 18745, Geschäftsführendes Verwaltungsratsmitglied: Karl Gernandt.
Geschäftsleitung Region Europa: Dr. Hansjörg Rodi (Vors.), Ants Anupold, Dominic Edmonds, Thierry Held, Uwe Hött, Richard Huhn, Jan-Hendrik Köstergarten, André Schiffer, Heiko Schuhmacher.

Wir arbeiten ausschließlich auf Grundlage der Allgemeinen Deutschen Spediteurbedingungen 2017 (ADSp 2017). Hinweis: Die ADSp 2017 weichen in Ziffer 23 hinsichtlich des Haftungshöchstbetrages für Güterschäden (§ 431 HGB) vom Gesetz ab, indem sie die Haftung bei multimodalen Transporten unter Einschluss einer Seebeförderung und bei unbekanntem Schadenort auf 2 SZR/kg und im Übrigen die Regelhaftung von 8,33 SZR/kg zusätzlich auf 1,25 Millionen Euro je Schadenfall sowie 2,5 Millionen Euro je Schadenereignis, mindestens aber 2 SZR/kg, beschränken. Die ADSp sind auf unserer Webseite als Download erhältlich. Auf Anfrage senden wir Ihnen diese auch gerne zu.

AW: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Posted by "Rade, Joerg / Kuehne + Nagel / HAM MI-DD" <Jo...@Kuehne-Nagel.com>.
Hi Johan,

do you have <url>https://github.com/apache/isis/tags</url<https://github.com/apache/isis/tags%3c/url>> in the list?
(Didn’t see it in the log).

Best regards
Jörg

Von: Johan Doornenbal <jo...@yodo.nl>
Gesendet: Donnerstag, 15. Oktober 2020 09:42
An: users@isis.apache.org
Cc: dev <de...@isis.apache.org>
Betreff: Re: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Hi Dan,

When verifying it fails with the attached console output on my machine.

Best regards / Met vriendelijke groet,

Johan Doornenbal



M 06 227 666 28

johan@yodo.nl<ma...@filternet.nl>

www.yodo.nl<http://www.yodo.nl/>



Griene Daam 7

9084 DG Goutum


Op di 13 okt. 2020 om 09:45 schreef Dan Haywood <da...@apache.org>>:
Folks,

I've just cut a new release of the Apache Isis Framework.

The source code zip artifact has been uploaded to a staging repository on
https://repository.apache.org, along with its corresponding .asc signature.

In the source code repo the code has been tagged as isis-2.0.0-M4-RC1;
see https://github.com/apache/isis/tags

To verify the source code itself, you can use the following commands
(in an empty directory):

----------------------------------------------------------------
VERSION=2.0.0-M4
RC=RC1
NEXUSREPONUM=1106

curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
gpg --import /tmp/KEYS

rm -rf isis-$VERSION

curl -O -L
https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh

chmod +x ./verify-isis-release.sh
./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
----------------------------------------------------------------

You can then test the helloworld or simpleapp starter apps, see:
https://isis.staged.apache.org/comguide/latest/verifying-releases.html.

You can also inspect the website in general, available at:
https://isis.staged.apache.org.

Please verify the release and cast your vote.
The vote will be open for a minimum of 72 hours.

[ ] +1
[ ]  0
[ ] -1

Kühne + Nagel (AG & Co.) KG
Rechtsform: Kommanditgesellschaft, Bremen HRA 21928, USt-IdNr.: DE 812773878.
Geschäftsleitung Kühne + Nagel (AG & Co.) KG: Holger Ketz (Vors.), Martin Brinkmann, Lars-Olof Grün, Matthias Knicky, Axel Krichel, Nicholas Minde, Johannes Trimborn, Lars Wedel.
Persönlich haftende Gesellschafterin: Kühne & Nagel A.G., Rechtsform: Aktiengesellschaft nach luxemburgischem Recht, HR-Nr.: B 18745, Geschäftsführendes Verwaltungsratsmitglied: Karl Gernandt.
Geschäftsleitung Region Europa: Dr. Hansjörg Rodi (Vors.), Ants Anupold, Dominic Edmonds, Thierry Held, Uwe Hött, Richard Huhn, Jan-Hendrik Köstergarten, André Schiffer, Heiko Schuhmacher.

Wir arbeiten ausschließlich auf Grundlage der Allgemeinen Deutschen Spediteurbedingungen 2017 (ADSp 2017). Hinweis: Die ADSp 2017 weichen in Ziffer 23 hinsichtlich des Haftungshöchstbetrages für Güterschäden (§ 431 HGB) vom Gesetz ab, indem sie die Haftung bei multimodalen Transporten unter Einschluss einer Seebeförderung und bei unbekanntem Schadenort auf 2 SZR/kg und im Übrigen die Regelhaftung von 8,33 SZR/kg zusätzlich auf 1,25 Millionen Euro je Schadenfall sowie 2,5 Millionen Euro je Schadenereignis, mindestens aber 2 SZR/kg, beschränken. Die ADSp sind auf unserer Webseite als Download erhältlich. Auf Anfrage senden wir Ihnen diese auch gerne zu.

Re: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Posted by Johan Doornenbal <jo...@yodo.nl>.
Hi Dan,

When verifying it fails with the attached console output on my machine.

Best regards / Met vriendelijke groet,

Johan Doornenbal


M 06 227 666 28

johan@yodo.nl <jo...@filternet.nl>

www.yodo.nl


Griene Daam 7

9084 DG Goutum


Op di 13 okt. 2020 om 09:45 schreef Dan Haywood <da...@apache.org>:

> Folks,
>
> I've just cut a new release of the Apache Isis Framework.
>
> The source code zip artifact has been uploaded to a staging repository on
> https://repository.apache.org, along with its corresponding .asc
> signature.
>
> In the source code repo the code has been tagged as isis-2.0.0-M4-RC1;
> see https://github.com/apache/isis/tags
>
> To verify the source code itself, you can use the following commands
> (in an empty directory):
>
> ----------------------------------------------------------------
> VERSION=2.0.0-M4
> RC=RC1
> NEXUSREPONUM=1106
>
> curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
> gpg --import /tmp/KEYS
>
> rm -rf isis-$VERSION
>
> curl -O -L
>
> https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh
>
> chmod +x ./verify-isis-release.sh
> ./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
> ----------------------------------------------------------------
>
> You can then test the helloworld or simpleapp starter apps, see:
> https://isis.staged.apache.org/comguide/latest/verifying-releases.html.
>
> You can also inspect the website in general, available at:
> https://isis.staged.apache.org.
>
> Please verify the release and cast your vote.
> The vote will be open for a minimum of 72 hours.
>
> [ ] +1
> [ ]  0
> [ ] -1
>

Re: [VOTE] Apache Isis Core release 2.0.0-M4 RC1

Posted by Johan Doornenbal <jo...@yodo.nl>.
Hi Dan,

When verifying it fails with the attached console output on my machine.

Best regards / Met vriendelijke groet,

Johan Doornenbal


M 06 227 666 28

johan@yodo.nl <jo...@filternet.nl>

www.yodo.nl


Griene Daam 7

9084 DG Goutum


Op di 13 okt. 2020 om 09:45 schreef Dan Haywood <da...@apache.org>:

> Folks,
>
> I've just cut a new release of the Apache Isis Framework.
>
> The source code zip artifact has been uploaded to a staging repository on
> https://repository.apache.org, along with its corresponding .asc
> signature.
>
> In the source code repo the code has been tagged as isis-2.0.0-M4-RC1;
> see https://github.com/apache/isis/tags
>
> To verify the source code itself, you can use the following commands
> (in an empty directory):
>
> ----------------------------------------------------------------
> VERSION=2.0.0-M4
> RC=RC1
> NEXUSREPONUM=1106
>
> curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS
> gpg --import /tmp/KEYS
>
> rm -rf isis-$VERSION
>
> curl -O -L
>
> https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh
>
> chmod +x ./verify-isis-release.sh
> ./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC
> ----------------------------------------------------------------
>
> You can then test the helloworld or simpleapp starter apps, see:
> https://isis.staged.apache.org/comguide/latest/verifying-releases.html.
>
> You can also inspect the website in general, available at:
> https://isis.staged.apache.org.
>
> Please verify the release and cast your vote.
> The vote will be open for a minimum of 72 hours.
>
> [ ] +1
> [ ]  0
> [ ] -1
>