I did a cowboy commit and merged my own PR, not the best practice but... it wasn't going to break *more* :D Looks like it did the trick.
Now it looks like we're running into https://issues.apache.org/jira/browse/AVRO-4129 (the ubuntu 20.04 image runner was retired on April 15th). Again, I can take a look tomorrow but anybody can feel free to pick it up today if they want an easy commit. All my best, Ryan On Wed, 16 Apr 2025 at 19:14, Ryan Skraba <rskr...@apache.org> wrote: > > Hello Martin! It looks like the bump to the ASF parent pom 34 removes > the SNAPSHOT repos for dependencies and plugins. > > This probably shouldn't take much effort to fix (just build the > project before javadocs). I can't get to my workstation until tomorrow > morning, so I created > https://issues.apache.org/jira/browse/AVRO-4127. > > All my best, Ryan > > On Mon, 14 Apr 2025 at 10:46, Martin Grigorov <mgrigo...@apache.org> wrote: > > > > Hi everyone, > > > > The Javadocs build started failing few weeks ago - > > https://github.com/apache/avro/actions/workflows/deploy-docs.yml > > > > [INFO] > > ------------------------------------------------------------------------ > > 347[INFO] Reactor Summary for Apache Avro Java 1.13.0-SNAPSHOT: > > 348[INFO] > > 349[INFO] Apache Avro Java ................................... FAILURE [ > > 0.059 s] > > 350[INFO] Apache Avro ........................................ SKIPPED > > 351[INFO] Apache Avro Android Compatibility .................. SKIPPED > > 352[INFO] Apache Avro IDL .................................... SKIPPED > > 353[INFO] Apache Avro Compiler ............................... SKIPPED > > 354[INFO] Apache Avro Maven Plugin ........................... SKIPPED > > 355[INFO] Apache Avro IPC .................................... SKIPPED > > 356[INFO] Apache Avro IPC Jetty .............................. SKIPPED > > 357[INFO] Apache Avro IPC Netty .............................. SKIPPED > > 358[INFO] Trevni Java ........................................ SKIPPED > > 359[INFO] Trevni Java Core ................................... SKIPPED > > 360[INFO] Apache Avro Mapred API ............................. SKIPPED > > 361[INFO] Trevni Java Avro ................................... SKIPPED > > 362[INFO] Trevni Specification ............................... SKIPPED > > 363[INFO] Apache Avro Tools .................................. SKIPPED > > 364[INFO] Apache Avro Protobuf Compatibility ................. SKIPPED > > 365[INFO] Apache Avro Thrift Compatibility ................... SKIPPED > > 366[INFO] Apache Avro Maven Archetypes ....................... SKIPPED > > 367[INFO] Apache Avro Maven Service Archetype ................ SKIPPED > > 368[INFO] Apache Avro gRPC ................................... SKIPPED > > 369[INFO] Avro Integration Tests ............................. SKIPPED > > 370[INFO] Apache Avro Codegen Test dependencies .............. SKIPPED > > 371[INFO] Apache Avro Codegen Test ........................... SKIPPED > > 372[INFO] Apache Avro Performance Test Suite ................. SKIPPED > > 373[INFO] Apache Avro interop-data-test ...................... SKIPPED > > 374[INFO] > > ------------------------------------------------------------------------ > > 375[INFO] BUILD FAILURE > > 376[INFO] > > ------------------------------------------------------------------------ > > 377[INFO] Total time: 3.492 s > > 378[INFO] Finished at: 2025-04-14T08:43:07Z > > 379[INFO] > > ------------------------------------------------------------------------ > > 380Error: Plugin org.apache.avro:avro-maven-plugin:1.13.0-SNAPSHOT or one > > of its dependencies could not be resolved: > > 381Error: Could not find artifact > > org.apache.avro:avro-maven-plugin:jar:1.13.0-SNAPSHOT > > 382Error: -> [Help 1] > > > > > > Could someone please take a look ? > > > > Martin