This is an automated email from the ASF dual-hosted git repository.
jtulach pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git
omit acae468d Preparing version 1.8
add c8cf8085 Only expect promises and results when invoking AsyncJavaTest
add 25ade6fd Merge pull request #47 from jtulach/jtulach/OnlyPromises
add e8c378f7 Treat ko4j values as promises that may resolve later
add bb97eb62 Removing the more and more outdated test based on env.js
emulation for nashorn
add cc66069e Merge pull request #48 from
jtulach/jtulach/KnockoutValuesArePromises
add f031ed4d In asynchronous mode: schedule flush on first added task
add 1cc4c41b What's new in version 1.8.1
add af9b7e12 Suppress Graal.js interpreter warning
add 61fa63c4 Include type of the presenter in the test name
add 3a57153c Converting to text block
add 074b0b94 Register global function callbacks under different names
add 80696b1b Give each executor explicit name
add be94a6b7 Check Promise.then isn't called prematurelly
add e6a259ac Execute all tests in dedicated presenter's executor
add f0d4774c Removing CallbackTest - tries to execute JavaScript from
multiple threads
add 082aef0b Bump groovy from 1.8.3 to 2.4.21 in /html4j-maven-plugin
add 2b3148e0 Merge pull request #49 from
apache/dependabot/maven/html4j-maven-plugin/org.codehaus.groovy-groovy-2.4.21
add 27a930a0 Ready to release version 1.8.1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (acae468d)
\
N -- N -- N refs/heads/release (27a930a0)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
boot-agent-test/pom.xml | 2 +-
boot-fx/pom.xml | 4 +-
boot-script/pom.xml | 4 +-
.../java/html/boot/script/KnockoutEnvJSTest.java | 268 ---------------------
boot/pom.xml | 4 +-
browser/pom.xml | 2 +-
context/pom.xml | 4 +-
ecj-test/pom.xml | 4 +-
equinox-agentclass-hook/pom.xml | 2 +-
generic/pom.xml | 4 +-
.../org/netbeans/html/presenters/spi/Generic.java | 19 +-
.../presenters/spi/test/AsyncJavaOnlyTest.java | 60 +++++
.../html/presenters/spi/test/CallbackTest.java | 63 -----
.../netbeans/html/presenters/spi/test/Case.java | 14 +-
.../netbeans/html/presenters/spi/test/Counter.java | 15 +-
.../html/presenters/spi/test/GenericTest.java | 27 ++-
.../html/presenters/spi/test/SynchronizedTest.java | 36 ++-
.../netbeans/html/presenters/spi/test/Testing.java | 45 ++--
geo/pom.xml | 4 +-
html4j-maven-plugin/pom.xml | 6 +-
json-tck/pom.xml | 6 +-
.../java/html/js/tests/AsyncJavaScriptAction.java | 33 ++-
.../java/net/java/html/js/tests/AsyncJavaTest.java | 42 +++-
json/pom.xml | 4 +-
ko-felix-test/pom.xml | 2 +-
ko-osgi-test/pom.xml | 2 +-
ko-ws-tyrus/pom.xml | 4 +-
ko4j/pom.xml | 4 +-
.../main/java/org/netbeans/html/ko4j/Knockout.java | 37 ++-
pom.xml | 2 +-
renderer/pom.xml | 2 +-
sound/pom.xml | 4 +-
src/main/javadoc/overview.html | 72 +++---
webkit/pom.xml | 2 +-
xhr4j/pom.xml | 4 +-
35 files changed, 340 insertions(+), 467 deletions(-)
delete mode 100644
boot-script/src/test/java/net/java/html/boot/script/KnockoutEnvJSTest.java
create mode 100644
generic/src/test/java/org/netbeans/html/presenters/spi/test/AsyncJavaOnlyTest.java
delete mode 100644
generic/src/test/java/org/netbeans/html/presenters/spi/test/CallbackTest.java
---------------------------------------------------------------------
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