You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Amit Jain <am...@apache.org> on 2016/09/12 06:36:31 UTC

[VOTE] Release Apache Jackrabbit Oak 1.2.19

A candidate for the Jackrabbit Oak 1.2.19 release is available at:

    https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.2.19/

The release candidate is a zip archive of the sources in:


https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.2.19/

The SHA1 checksum of the archive is
b65a77717bef5163e9c0fbbce78c9e1108c02f83.

A staged Maven repository is available for review at:

    https://repository.apache.org/

The command for running automated checks against this release candidate is:

    $ sh check-release.sh oak 1.2.19
b65a77717bef5163e9c0fbbce78c9e1108c02f83

Please vote on releasing this package as Apache Jackrabbit Oak 1.2.19.
The vote is open for the next 72 hours and passes if a majority of at
least three +1 Jackrabbit PMC votes are cast.

    [ ] +1 Release this package as Apache Jackrabbit Oak 1.2.19
    [ ] -1 Do not release this package because...

My vote is +1.

Thanks
Amit

Re: [VOTE] Release Apache Jackrabbit Oak 1.2.19

Posted by Dominique Jaeggi <dj...@apache.org>.
[X] +1 Release this package as Apache Jackrabbit Oak 1.2.19

Re: [VOTE] Release Apache Jackrabbit Oak 1.2.19

Posted by Julian Reschke <ju...@greenbytes.de>.
On 2016-09-12 10:09, Marcel Reutegger wrote:
> On 12/09/16 08:36, Amit Jain wrote:
>> Please vote on releasing this package as Apache Jackrabbit Oak 1.2.19.
>> The vote is open for the next 72 hours and passes if a majority of at
>> least three +1 Jackrabbit PMC votes are cast.
>
> -1 Do not release this package because...
>
> ...sources cannot be built with Java 6.
>
> In my view the dependency to a newer Java version was introduced
> accidentally and not on purpose. We increased it to Java 7 only
> on trunk. See OAK-4189.
>
> Regards
>  Marcel

Unfortunately, the 1.4 branch (just released) has the same problem.

Best regards, Julian

Re: [VOTE] Release Apache Jackrabbit Oak 1.2.19

Posted by Marcel Reutegger <mr...@adobe.com>.
On 12/09/16 08:36, Amit Jain wrote:
> Please vote on releasing this package as Apache Jackrabbit Oak 1.2.19.
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 Jackrabbit PMC votes are cast.

-1 Do not release this package because...

...sources cannot be built with Java 6.

In my view the dependency to a newer Java version was introduced
accidentally and not on purpose. We increased it to Java 7 only
on trunk. See OAK-4189.

Regards
  Marcel

Re: [VOTE] Release Apache Jackrabbit Oak 1.2.19

Posted by Amit Jain <am...@apache.org>.
Hi,

Due to the compile errors with JDK 6 cancelling the release.

Thanks
Amit

On Mon, Sep 12, 2016 at 1:40 PM, Marcel Reutegger <mr...@adobe.com>
wrote:

> On 12/09/16 10:03, Amit Jain wrote:
>
>> On Mon, Sep 12, 2016 at 12:23 PM, Julian Reschke <ju...@gmx.de>
>> wrote:
>>
>> Isn't this still supposed to compile with JDK6?
>>>
>>
>> Probably yes. This was introduced with OAK-4454 in 1.2.18. So, what are
>> the
>> options now?
>>
>
> I'd say, cancel the release, fix the code and prepare a new 1.2.19 release.
>
> Regards
>  Marcel
>

Re: [VOTE] Release Apache Jackrabbit Oak 1.2.19

Posted by Marcel Reutegger <mr...@adobe.com>.
On 12/09/16 10:03, Amit Jain wrote:
> On Mon, Sep 12, 2016 at 12:23 PM, Julian Reschke <ju...@gmx.de>
> wrote:
>
>> Isn't this still supposed to compile with JDK6?
>
> Probably yes. This was introduced with OAK-4454 in 1.2.18. So, what are the
> options now?

I'd say, cancel the release, fix the code and prepare a new 1.2.19 release.

Regards
  Marcel

Re: [VOTE] Release Apache Jackrabbit Oak 1.2.19

Posted by Amit Jain <am...@ieee.org>.
On Mon, Sep 12, 2016 at 12:23 PM, Julian Reschke <ju...@gmx.de>
wrote:

> Isn't this still supposed to compile with JDK6?


Probably yes. This was introduced with OAK-4454 in 1.2.18. So, what are the
options now?

Thanks
Amit

Re: [VOTE] Release Apache Jackrabbit Oak 1.2.19

Posted by Julian Reschke <ju...@gmx.de>.
On 2016-09-12 08:36, Amit Jain wrote:
> ...

Isn't this still supposed to compile with JDK6?

Asking because:

> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project oak-commons: Compilation failure: Compilation failure:
> [ERROR] C:\projects\apache\jackrabbit\jackrabbit-dev\target\jackrabbit-oak-1.2.19\zip\jackrabbit-oak-1.2.19\oak-commons\src\main\java\org\apache\jackrabbit\oak\commons\FileIOUtils.java:[37,30] cannot find symbol
> [ERROR] symbol  : class StandardCharsets
> [ERROR] location: package java.nio.charset
> [ERROR] C:\projects\apache\jackrabbit\jackrabbit-dev\target\jackrabbit-oak-1.2.19\zip\jackrabbit-oak-1.2.19\oak-commons\src\main\java\org\apache\jackrabbit\oak\commons\FileIOUtils.java:[37,0] static import only from classes and interfaces
> [ERROR] C:\projects\apache\jackrabbit\jackrabbit-dev\target\jackrabbit-oak-1.2.19\zip\jackrabbit-oak-1.2.19\oak-commons\src\main\java\org\apache\jackrabbit\oak\commons\FileIOUtils.java:[79,46] cannot find symbol
> [ERROR] symbol  : variable UTF_8
> [ERROR] location: class org.apache.jackrabbit.oak.commons.FileIOUtils
> [ERROR] -> [Help 1]

Best regards, Julian