This is an automated email from the ASF dual-hosted git repository.
rskraba pushed a change to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
from 12edf207e Bump wasm-bindgen-test from 0.3.32 to 0.3.33 in /lang/rust
(#1864)
new 7464920d0 AVRO-2831: add ResolverTest (#1858)
new d75abd591 AVRO-3628: [Java] JUnit 4.x tests are not executed (#1863)
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:
.../avro-service-archetype/src/main/pom/pom.xml | 8 +-
.../SimpleOrderServiceIntegrationTest.java | 18 +--
.../src/main/java/org/apache/avro/Resolver.java | 10 +-
.../test/java/org/apache/avro/TestResolver.java | 122 +++++++++++++++++++++
lang/java/maven-plugin/pom.xml | 3 +-
lang/java/pom.xml | 10 +-
6 files changed, 143 insertions(+), 28 deletions(-)
create mode 100644
lang/java/avro/src/test/java/org/apache/avro/TestResolver.java