This is an automated email from the ASF dual-hosted git repository.
reuvenlax pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 3230f41 Merge pull request #6264: [BEAM-5060] Fix issue with
KinesisIO deps
add d3f91e9 Added @onWindowExpiration annotation to use for annotating a
user defined method to be called when Dofn's window expires.
add bef0c18 Incorporated the OutputReceiver changes.
new 2f02b27 Merge pull request #4482: [BEAM-1589] Added
@onWindowExpiration annotation.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/beam/sdk/transforms/DoFn.java | 32 +++++-
.../reflect/ByteBuddyDoFnInvokerFactory.java | 83 ++++++++++------
.../reflect/ByteBuddyOnTimerInvokerFactory.java | 35 +------
.../beam/sdk/transforms/reflect/DoFnInvoker.java | 3 +
.../beam/sdk/transforms/reflect/DoFnSignature.java | 44 +++++++++
.../sdk/transforms/reflect/DoFnSignatures.java | 62 +++++++++++-
.../sdk/transforms/reflect/DoFnInvokersTest.java | 36 +++++++
.../sdk/transforms/reflect/DoFnSignaturesTest.java | 107 +++++++++++++++++++++
8 files changed, 339 insertions(+), 63 deletions(-)