+3

Thanks a lot Junichi, John and Jan for verification and testing. Now is
time to pass the vote to IPMC. I'll do that in a separate email.

> BTW, I came across the following error but I'm not sure whether it is a
problem:
> Configuring TestNG with: TestNG652Configurator
> java.lang.Exception: Error
> at
org.netbeans.html.json.impl.OnReceiveTest.performErrorJSONCallNoHandling(OnReceiveTest.java:64)

There is a test that checks behavior of a broken connection to a REST end
point and logs the problem to System.err. Thus the error is logged, but
then it is properly processed. I've reported myself a bug to track it:
https://issues.apache.org/jira/browse/NETBEANS-1703

čt 15. 11. 2018 v 21:06 odesílatel Jan Lahoda <lah...@gmail.com> napsal:

> +1
>
> I was looking at incubating-netbeans-html4j-1.6.zip, SHA1 sum
> 46b8679e780d2dc07927f23dba1deefd557ea7af. The hash matches, looking at the
> mandatory files, looks OK. Maybe NOTICE should have 2017-2018 as copyright
>

Yes, it should. Hopefully it can pass the vote anyway. I promise to make
sure it is increased by two to 2019 when publishing the next release.

Thank you all for your testing.
-jt


> years? I can build. I've seen the same exception as Junichi during the
> build, but the build passes.
>
> Jan
>
> On Sat, Nov 10, 2018 at 6:21 PM Jaroslav Tulach <jaroslav.tul...@gmail.com
> >
> wrote:
>
> > Dear members of the Apache NetBeans community.
> > I have prepared second attempt of HTML/Java 1.6 bits and uploaded them
> > to [Apache Nexus](https://repository.apache.org/) staging repository.
> > The upload is the final piece in the whole HTML/Java API donation
> process -
> > it was only possible now, when the netbeans.org domain (and thus
> > org.netbeans.html groupId) has been donated to Apache Foundation.
> >
> > To finish the whole process, I am calling for a vote on Apache NetBeans
> > HTML/Java 1.6 release. The release is staged at
> >
> >
> >
> https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/
> >
> > In addition to that the Maven artifacts built from the same changeset
> > [release-1.6](
> > https://github.com/apache/incubator-netbeans-html4j/tree/release-1.6)
> > are available at the following staging repository:
> >
> >
> https://repository.apache.org/content/repositories/orgapachenetbeans-1002/
> >
> > Please do some testing and cast your vote by Tuesday Nov 13, 2018. Thanks
> > for your support.
> > -jt
> >
> > PS: This release of HTML/Java API doesn't influence release 10 of Apache
> > NetBeans in any way
> > PPS: You can test the Maven bits by adding following snippet (with
> > appropriate XML closing tags) to your $HOME/.m2/settings.xml file:
> >
> >         <?xml version="1.0" encoding="UTF-8"?>
> >         <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0";
> > xmlns:xsi="
> >         http://www.w3.org/2001/XMLSchema-instance";
> >           xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
> >         http://maven.apache.org/xsd/settings-1.0.0.xsd";>
> >             <profiles>
> >                 <profile>
> >                     <activation>
> >                         <file>
> >                             <exists>.</exists>
> >                         </file>
> >                     </activation>
> >                     <repositories>
> >                         <repository>
> >                             <id>html-java-api-1.6</id>
> >                             <url>
> >
> >
> https://repository.apache.org/content/repositories/orgapachenetbeans-1002/
> >         </url>
> >                         </repository>
> >                     </repositories>
> >                     <pluginRepositories>
> >                         <pluginRepository>
> >                             <id>html-java-api-1.6</id>
> >                             <url>
> >
> >
> https://repository.apache.org/content/repositories/orgapachenetbeans-1002/
> >         </url>
> >                         </pluginRepository>
> >                     </pluginRepositories>
> >                 </profile>
> >
>

Reply via email to