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...@haywood-associates.co.uk> on 2022/08/21 17:39:30 UTC

[VOTE] Apache Isis Core release 2.0.0-M8 RC1

Hi 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-M8-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-M8 RC=RC1 NEXUSREPONUM=1121 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-M8 RC1

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

Note:
You need a JDK-11 or newer to build. Make sure you have the 'jar' command, as required by the verification script. (Usually available with a proper JDK installation.)

----
mvn -v
Apache Maven 3.6.3
Maven home: /usr/share/maven
Java version: 11.0.16, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.0-46-generic", arch: "amd64", family: "unix"
----
mvn -v
Apache Maven 3.6.3
Maven home: /usr/share/maven
Java version: 17.0.3, vendor: Debian, runtime: /usr/lib/jvm/java-17-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.0-8-amd64", arch: "amd64", family: "unix"
----

Cheers Andi

On 2022/08/21 17:39:30 Dan Haywood wrote:
> Hi 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-M8-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-M8 RC=RC1 NEXUSREPONUM=1121 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-M8 RC1

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

Note:
You need a JDK-11 or newer to build. Make sure you have the 'jar' command, as required by the verification script. (Usually available with a proper JDK installation.)

----
mvn -v
Apache Maven 3.6.3
Maven home: /usr/share/maven
Java version: 11.0.16, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.0-46-generic", arch: "amd64", family: "unix"
----
mvn -v
Apache Maven 3.6.3
Maven home: /usr/share/maven
Java version: 17.0.3, vendor: Debian, runtime: /usr/lib/jvm/java-17-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.0-8-amd64", arch: "amd64", family: "unix"
----

Cheers Andi

On 2022/08/21 17:39:30 Dan Haywood wrote:
> Hi 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-M8-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-M8 RC=RC1 NEXUSREPONUM=1121 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-M8 RC1

Posted by Dan Haywood <da...@haywood-associates.co.uk>.
Thanks, Johan.

We might pull this RC though - we've had one or two reports of small bugs
since, that Andi's gonna try to address, and then we'll go round the loop.

On Tue, 23 Aug 2022 at 09:31, Johan Doornenbal <jo...@yodo.nl> wrote:

> +1
>
> Apache Maven 3.6.3
> Maven home: /usr/local/Cellar/maven/3.6.3/libexec
> Java version: 11.0.10, vendor: AdoptOpenJDK, runtime:
> /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home
> Default locale: en_GB, platform encoding: UTF-8
> OS name: "mac os x", version: "10.15.7", arch: "x86_64", family: "mac"
>
> 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 zo 21 aug. 2022 om 19:39 schreef Dan Haywood <
> dan@haywood-associates.co.uk>:
>
> > Hi 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-M8-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-M8 RC=RC1 NEXUSREPONUM=1121 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-M8 RC1

Posted by Dan Haywood <da...@haywood-associates.co.uk>.
Thanks, Johan.

We might pull this RC though - we've had one or two reports of small bugs
since, that Andi's gonna try to address, and then we'll go round the loop.

On Tue, 23 Aug 2022 at 09:31, Johan Doornenbal <jo...@yodo.nl> wrote:

> +1
>
> Apache Maven 3.6.3
> Maven home: /usr/local/Cellar/maven/3.6.3/libexec
> Java version: 11.0.10, vendor: AdoptOpenJDK, runtime:
> /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home
> Default locale: en_GB, platform encoding: UTF-8
> OS name: "mac os x", version: "10.15.7", arch: "x86_64", family: "mac"
>
> 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 zo 21 aug. 2022 om 19:39 schreef Dan Haywood <
> dan@haywood-associates.co.uk>:
>
> > Hi 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-M8-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-M8 RC=RC1 NEXUSREPONUM=1121 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-M8 RC1

Posted by Johan Doornenbal <jo...@yodo.nl>.
+1

Apache Maven 3.6.3
Maven home: /usr/local/Cellar/maven/3.6.3/libexec
Java version: 11.0.10, vendor: AdoptOpenJDK, runtime:
/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home
Default locale: en_GB, platform encoding: UTF-8
OS name: "mac os x", version: "10.15.7", arch: "x86_64", family: "mac"

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 zo 21 aug. 2022 om 19:39 schreef Dan Haywood <
dan@haywood-associates.co.uk>:

> Hi 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-M8-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-M8 RC=RC1 NEXUSREPONUM=1121 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
>