* Downloaded and built from source (with Java 1.8.0_144-b01)
* Ran Knox tests
* Manually tested service discovery and topology generation from simple
descriptors
* Manually tested the admin API

I did encounter an issue with the Admin API; specifically, the server
version API:

/gateway/admin/api/v1/version yields an unexpected result.
Instead of the server version hash, the response has "${buildNumber}"

XML Response:
<?xml version="1.0" encoding="UTF-8"?>
<ServerVersion>
   <version>0.14.0</version>
   <hash>${buildNumber}</hash>
</ServerVersion>

JSON Response:
{
   "ServerVersion" : {
      "version" : "0.14.0",
      "hash" : "${buildNumber}"
}

I built a couple of different ways, and the result is the same.
It looks like the build.properties isn't being updated, and I'm not sure
how/where that happens.




On Fri, Nov 10, 2017 at 12:56 AM, larry mccay <lmc...@apache.org> wrote:

> All -
>
> A candidate for the Apache Knox 0.14.0 release is available at:
>
> https://dist.apache.org/repos/dist/dev/knox/knox-0.14.0/
>
> The release candidate is a zip archive of the sources in:
>
> https://git-wip-us.apache.org/repos/asf/knox.git
> Branch v0.14.0 (git checkout -b v0.14.0)
>
> The KEYS file for signature validation is available at:
> https://dist.apache.org/repos/dist/release/knox/KEYS
>
> Please vote on releasing this package as Apache Knox 0.14.0.
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 Apache Knox PMC votes are cast.
>
> [ ] +1 Release this package as Apache Knox 0.14.0
> [ ] -1 Do not release this package because...
>
> thanks,
>
> --larry
>

Reply via email to