This is an automated email from the ASF dual-hosted git repository.
papegaaij pushed a change to branch performance-improvements
in repository https://gitbox.apache.org/repos/asf/wicket.git
from 8bee01bfa4 Remove unused imports
add 2933690373 Reject a null behavior before it is stored
add b7b3df5034 Do not assume a cipher fills the buffer it was given
add 7323acaf3f Describe how behavior ids are actually assigned
add 93cf2634f4 Restore a javadoc and account for the benchmarks module
No new revisions were added by this update.
Summary of changes:
.../org/apache/wicket/behavior/BehaviorTest.java | 15 +++++
.../src/main/java/org/apache/wicket/Component.java | 10 +++
.../core/util/crypt/AbstractAesGcmCryptScheme.java | 14 ++++-
.../wicket/core/util/crypt/ICryptScheme.java | 73 +++++++---------------
.../apache/wicket/core/util/crypt/SchemeCrypt.java | 14 ++---
.../request/component/IRequestableComponent.java | 13 +++-
.../wicket/serialize/java/JavaSerializer.java | 6 +-
wicket-coverage/pom.xml | 1 +
8 files changed, 78 insertions(+), 68 deletions(-)