+1 (binding) I am using the new version of HTML/Java API in my MPD UI project https://github.com/jtulach/mpdui/commit/711e62d2a787b94c7e2ca1ab9912d5a18845ff79 without the "...wait4j=true" workaround and so far I haven't found any deadlock/starvation. I continue to hope I finally fixed the generic presenter! Moreover the performance is much better with deferred Java to JavaScript calls being allowed.
út 29. 6. 2021 v 11:00 odesílatel Eric Barboni <[email protected]> napsal: > Hi Jaroslav, > I guess the notice file is not having the good date range :/. (Did'nt pay > attention for 1.7.1) > Thanks Eric. The releases of HTML/Java API are so infrequent that we have run out of the range a lot. Fixed in https://github.com/apache/netbeans-html4j/commit/2065359488d82a4dc1455f13c84cc35783036bf0 - hopefully it is a minor problem and not a reason to restart the vote. -jt > Rest is ok gpg, sha512 > > Best Regards > Eric > -----Message d'origine----- > De : Anton Epple <[email protected]> > Envoyé : mardi 29 juin 2021 09:51 > À : [email protected] > Objet : Re: [VOTE] Release 1.7.2 of NetBeans HTML/Java API > > +1 > > Upgraded some existing projects to 1.7.2 and tested specifically with > Android Presenter. > > Great Work! > > --Toni > > Am 29.06.21, 08:33 schrieb "Jaroslav Tulach" <[email protected]>: > > Hello guys, > interop among Java and JavaScript continues to be a hot topic and as > such, I > am here to announce new milestone with a magnificent improvement[1] in > the > Apache NetBeans HTML/Java API. New version 1.7.2 comes with new > annotation > processor, support for other Java compilers than `javac` and > robustness fix in > the generic presenter. Please find the sources at > > > https://dist.apache.org/repos/dist/dev/netbeans/netbeans-html4j/netbeans-html4j-1.7.2/ > > with SHA512: > > 5537b073f9ae9378ad3f97047b42fc1e2214931e31f635c1604cb842dcf8ea0c85d14539df3e09c980b84b9e4d09f9b7ef4845cee3c3e916d10b27ce925afd6e > > The bits have been uploaded to staging Maven repository > > https://repository.apache.org/content/repositories/orgapachenetbeans-1088/ > that I am about to release if the vote passes. > > The sources as well as the Maven bits are produced from > https://github.com/apache/netbeans-html4j/tree/release-1.7.2 > tag in the main HTML/Java github repository. > > Please test the new release in your project and cast your vote. Thank > you for > your HTML/Java API usage! > -jt > > [1] Getting the generic presenter right is a tough intellectual > challenge - > converting method invocations into synchronous message passing has > many > gotchas - I hope I finally found the right approach with the `Frame` > based > solution. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > >
