This is an automated email from the ASF dual-hosted git repository.
benweidig pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
from d973f4f40 TAP5-2829: Css class typo in Errors component (#60)
new b4f38e270 TAP5-2828: build.gradle use javadoc convention
new e873e175d TAP5-2830: Automate ASM vendoring, update to 9.9.1
The 2 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:
build.gradle | 8 +-
justfile | 4 +
.../{LICENSE-ASM-9_2.txt => LICENSE-ASM_9_9_1.txt} | 0
plastic/NOTICE.txt | 4 +-
.../tapestry5/internal/plastic/asm/Attribute.java | 3 +-
.../internal/plastic/asm/ClassReader.java | 5 +-
.../internal/plastic/asm/ClassWriter.java | 2 +-
.../tapestry5/internal/plastic/asm/Constants.java | 6 +-
.../tapestry5/internal/plastic/asm/Handle.java | 2 +-
.../internal/plastic/asm/MethodVisitor.java | 2 +-
.../tapestry5/internal/plastic/asm/Opcodes.java | 3 +-
.../plastic/asm/commons/AnnotationRemapper.java | 6 +-
.../plastic/asm/commons/ClassRemapper.java | 2 +-
.../plastic/asm/commons/FieldRemapper.java | 2 +-
.../plastic/asm/commons/InstructionAdapter.java | 6 +-
.../plastic/asm/commons/MethodRemapper.java | 2 +-
.../asm/commons/RecordComponentRemapper.java | 2 +-
.../internal/plastic/asm/commons/Remapper.java | 128 ++++++++++++++++++--
.../plastic/asm/commons/SimpleRemapper.java | 15 ++-
.../internal/plastic/asm/commons/package.html | 2 +-
.../tapestry5/internal/plastic/asm/package.html | 28 ++---
.../internal/plastic/asm/signature/package.html | 2 +-
.../plastic/asm/tree/analysis/package.html | 2 +-
.../internal/plastic/asm/tree/package.html | 2 +-
.../plastic/asm/util/CheckMethodAdapter.java | 7 +-
.../internal/plastic/asm/util/Printer.java | 2 +-
.../internal/plastic/asm/util/Textifier.java | 8 +-
.../internal/plastic/asm/util/package.html | 2 +-
.../apache/tapestry5/plastic/PlasticConstants.java | 2 +-
plastic/vendor-asm.sh | 130 +++++++++++++++++++++
30 files changed, 323 insertions(+), 66 deletions(-)
rename plastic/{LICENSE-ASM-9_2.txt => LICENSE-ASM_9_9_1.txt} (100%)
mode change 100755 => 100644
create mode 100755 plastic/vendor-asm.sh