Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVRO-3732: [gradle-plugin] import gradle plugin from gradle-avro-plugin #2310

This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    482f457 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a89d14d View commit details
    Browse the repository at this point in the history
  3. fix ci syntax

    davidmc24 committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    bc0e047 View commit details
    Browse the repository at this point in the history
  4. ci: fix yaml indentation

    davidmc24 committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    16f1213 View commit details
    Browse the repository at this point in the history
  5. ci: comment out fail fast

    davidmc24 committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    6024013 View commit details
    Browse the repository at this point in the history
  6. ci: fix matrix structure

    davidmc24 committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    f6addc8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e7e41c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    986a35c View commit details
    Browse the repository at this point in the history
  9. CI: info output for builds

    davidmc24 committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    e06261f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ada5123 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c376d5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7bf9337 View commit details
    Browse the repository at this point in the history
  13. CI: run the unsupported java versions job on all the OS versions

    After all, they'll all fail almost immediately anyway
    davidmc24 committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    7d9b9be View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Configuration menu
    Copy the full SHA
    29103e0 View commit details
    Browse the repository at this point in the history
  2. add support for generating optional getters

    Ben Speakmon committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    2c8725e View commit details
    Browse the repository at this point in the history
  3. README: fix CI badge syntax

    davidmc24 committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    e375c75 View commit details
    Browse the repository at this point in the history
  4. README: fix CI badge image

    davidmc24 committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    a2e1725 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c83b7d View commit details
    Browse the repository at this point in the history
  6. add doc for optional getter field generation

    Ben Speakmon committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    cbcce71 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Merge pull request apache#90 from bspeakmon/feature/add-optional-type…

    …-support
    
    Add support for generating getters that return Optional
    davidmc24 committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    1d5674a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aa5f6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4b09a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7da5f43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95f992d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Working version of custom conversions against modern gradle; still ne…

    …ed to adjust for earlier versions
    davidmc24 committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    5fa162d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb62c99 View commit details
    Browse the repository at this point in the history
  3. Don't use ListProperty

    It changed incompatibly between Gradle 4.4 and Gralde 4.5
    davidmc24 committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    a861cf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0b1206 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Update issue templates

    davidmc24 committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    5070f7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6483614 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aafbe2a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    01e0cee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    852d719 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc7a521 View commit details
    Browse the repository at this point in the history
  4. version: 0.18.0

    davidmc24 committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    84e1392 View commit details
    Browse the repository at this point in the history
  5. version: 0.18.1-SNAPSHOT

    davidmc24 committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    740f352 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

  1. update to Avro 1.9.2 since https://issues.apache.org/jira/browse/AVRO…

    …-2548 has been fixed there
    markush81 authored and Markus Helbig committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    302f895 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    97e2999 View commit details
    Browse the repository at this point in the history
  2. Merge pull request apache#104 from markush81/master

    update to Avro 1.9.2 to fix AVRO-2548
    davidmc24 committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    d58d332 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fe19a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Add support for Java 13

    davidmc24 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    6b1f1df View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    5dfc8b8 View commit details
    Browse the repository at this point in the history
  2. Update plugin's own build to address some deprecation warnings of API…

    …s being removed in Gradle 7
    davidmc24 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    8706374 View commit details
    Browse the repository at this point in the history
  3. BuildCacheSupportFunctionalSpec no longer needs an @IgnoreIf, as we o…

    …nly support versions where the Build Cache is supported.
    davidmc24 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    d0d1baf View commit details
    Browse the repository at this point in the history
  4. Remove license plugin

    It was resulting in deprecation warnings about Gradle 7, a new version wasn't available, and I don't think it was providing real value.
    davidmc24 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    b5a655d View commit details
    Browse the repository at this point in the history
  5. Lots of test updates

    * Remove taskInfoAbsent, as it isn't needed any more with the versions of Gradle we support
    * Remove isMultipleClassDirectoriesUsed, as all versions of Gradle we support now use it
    * Leverage GradleRunner's withPluginClasspath feature when able to use plugin DSL to apply the test plugin
    * Add addDefaultRepository utility method
    * Add applyPlugin override that takes a version
    * Rename addDependency to addImplementationDependency; add addRuntimeDependency and addDependency that takes a configuration argument
    * Use stripMargin more consistently
    davidmc24 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    923956d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    271fef0 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Configuration menu
    Copy the full SHA
    c7b0172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4debab9 View commit details
    Browse the repository at this point in the history
  3. Update to gradle 6.2.2

    davidmc24 committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    28f166c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bfbcb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    33b182c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a89f26f View commit details
    Browse the repository at this point in the history
  3. Work around a bug showing in Gradle 5.1

    It appears that in Gradle 5.1, TaskContainer's `withType` overwrites the results of `matching`, causing java compilation tasks to be returned.
    This results in a circular task dependency.
    Changing the order to filter by type first fixes it.
    davidmc24 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    8c51d8e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    a365cda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    597214d View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. version: 0.19.0

    davidmc24 committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    68c0076 View commit details
    Browse the repository at this point in the history
  2. version: 0.19.1-SNAPSHOT

    davidmc24 committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    02c43f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Create FUNDING.yml

    davidmc24 committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    4a67920 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Update bug_report.md

    davidmc24 committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    9eddf00 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Fix schema dependency resolution when types are referenced with a `{ …

    …"type": NAME }` block rather than just `NAME` (apache#107)
    davidmc24 committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    f277616 View commit details
    Browse the repository at this point in the history
  2. Eliminate NullPointerException handling in schema dependency resolu…

    …tion, as it no longer appears to be needed.
    davidmc24 committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    9c633b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. version: 0.19.1

    davidmc24 committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    e54847a View commit details
    Browse the repository at this point in the history
  2. version: 0.19.2-SNAPSHOT

    davidmc24 committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    ff699b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Add (apache#115)

    davidmc24 committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    644a744 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Update version compatibility support

    * Built using Gradle 6.5
    * Updated compatibility testing to include Java 14
    * Updated compatibility testing through Gradle 6.5
    davidmc24 committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    7c82319 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. version: 0.20.0

    davidmc24 committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    5bad604 View commit details
    Browse the repository at this point in the history
  2. version: 0.20.1-SNAPSHOT

    davidmc24 committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    0dd326f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. ci: Tweak how the jobs are run to reduce execution time and unreliabi…

    …lity
    
    Mac OS X jobs have been failing with messages that they were cancelled.
    
    My theory is that either Mac OS X jobs are flakey right now, or I'm hitting an execution timeout of some kind.
    
    Either way, this reduces how long jobs run for and how many are run on Mac OS X.
    Hopefully it will complete faster (providing faster feedback) and be more reliable.
    davidmc24 committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    a5ad2f5 View commit details
    Browse the repository at this point in the history
  2. CI: try using eskatos/gradle-command-action to improve build speed

    This enables use of the daemon and easy caching of wrapper
    Might enable depenendcy caching latter (isn't on by default yet)
    davidmc24 committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    dd0a7a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0d48fe View commit details
    Browse the repository at this point in the history
  4. CI: fix the build

    It looks like there may be an incompatibility between gradle-entrprise and gradle-github-actions; try just gradle-enterprise for now.
    Also, gralde-enterprise needs to be applied in the settings file with the latest version.
    davidmc24 committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    ea06bcc View commit details
    Browse the repository at this point in the history
  5. CI: some build tweaks for performance

    Enable github actions plugin to capture metadata in build scans
    Enable parallel builds
    Enable dependency caching
    davidmc24 committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    46956aa View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    109e700 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8424b7c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. Merge pull request apache#118 from dcabasson/cache

    Correcting cache annotation for classpath
    davidmc24 committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    bde328d View commit details
    Browse the repository at this point in the history
  2. Update to Avro 1.10.0

    mcwhitak committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    71a4507 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Configuration menu
    Copy the full SHA
    0fc1ba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84dd600 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa47f0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aca1563 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c49025 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f02b712 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef0ed53 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27d921d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    2235edd View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    1c33e4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c429e71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    461b565 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3d8b11 View commit details
    Browse the repository at this point in the history
  5. Merge pull request apache#119 from mcwhitak/avro-1.10.0

    Update to Avro 1.10.0
    davidmc24 committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    6d3d676 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. version: 0.21.0

    davidmc24 committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    8fd8f5f View commit details
    Browse the repository at this point in the history
  2. version: 0.21.1-SNAPSHOT

    davidmc24 committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    25eab8b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    3fd9988 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ed611b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb8c500 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec6b119 View commit details
    Browse the repository at this point in the history
  5. Fix codenarc failures

    davidmc24 committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    852e371 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    c82a1be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35ea37e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    1d0a257 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    443a410 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

  1. Configuration menu
    Copy the full SHA
    470db3d View commit details
    Browse the repository at this point in the history
  2. More spock assert about generated Java Code was added. Type uuid is n…

    …ot compilable with Avro 1.10.1
    vlk32 committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    1fe0eb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa7d7a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Merge pull request apache#131 from vlk32/master

    Upgrade to Avro 0.10.1
    davidmc24 committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    7a24f2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ef6052 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe564af View commit details
    Browse the repository at this point in the history
  4. Improve Java version support

    Use a Java 15-compatible version of Jacoco (currently requires a snapshot build)
    Use a new Java 9+ option in Gradle 6.6 that use cross-compilation to ensure that APIs not available in previous versions aren't used improperly
    davidmc24 committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    099719f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    842c328 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    5ba8e29 View commit details
    Browse the repository at this point in the history
  2. Make codenarc happy

    Fix ClosureStatementOnOpeningLineOfMultipleLineClosure violation
    davidmc24 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    ee13037 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    0b45c89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request apache#132 from davidmc24/config-cache

    Add support for configuration cache and update kotlin testing
    davidmc24 committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    c4393b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. version: 0.22.0

    davidmc24 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    58ecb42 View commit details
    Browse the repository at this point in the history
  2. version: 0.23.0-SNAPSHOT

    davidmc24 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    a9ae91c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    946cf47 View commit details
    Browse the repository at this point in the history
  2. Revert "Add link to discussions for Q&A"

    This reverts commit 946cf47.
    davidmc24 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    37a023c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef5a83d View commit details
    Browse the repository at this point in the history
  4. Merge pull request apache#137 from davidmc24/template-chooser

    Add link to discussions for Q&A
    davidmc24 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    fd16d06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31ce146 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c28094d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15f1b33 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    a21c0a7 View commit details
    Browse the repository at this point in the history
  2. Work towards a 1.0 release

    davidmc24 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    8c2d2e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4301939 View commit details
    Browse the repository at this point in the history
  4. version: 1.0.0

    davidmc24 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    9d2bf1b View commit details
    Browse the repository at this point in the history
  5. version: 1.0.1-SNAPSHOT

    davidmc24 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    8042994 View commit details
    Browse the repository at this point in the history
  6. version: 1.0.0 (take 2)

    davidmc24 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    d46e154 View commit details
    Browse the repository at this point in the history
  7. version: 1.0.0 (take 3)

    davidmc24 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    5c0020d View commit details
    Browse the repository at this point in the history
  8. version: 1.0.1-SNAPSHOT

    davidmc24 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    6c8b229 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    d0889bb View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Build using Avro 1.10.2

    davidmc24 committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    1e0491c View commit details
    Browse the repository at this point in the history
  2. Build using Gradle 6.8.3

    davidmc24 committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    5f22915 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d6b03c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    361e517 View commit details
    Browse the repository at this point in the history
  2. Try to fix CI job

    davidmc24 committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    8c3108e View commit details
    Browse the repository at this point in the history
  3. Try to fix CI job

    davidmc24 committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    2fcae90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0b980d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81d4b8f View commit details
    Browse the repository at this point in the history
  6. More matrix stuff

    davidmc24 committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    e3b76bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a442243 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ffba98d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ec08b3e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45dca86 View commit details
    Browse the repository at this point in the history
  11. Upgrade gradle used to build the project to 7.0-rc-1 in order to supp…

    …ort the build running on Java 16
    davidmc24 committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    022745b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    016c5a5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d19a36e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    79a619d View commit details
    Browse the repository at this point in the history
  2. Fix checkstyle violation

    davidmc24 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    1ede2cb View commit details
    Browse the repository at this point in the history
  3. Tweak CI targets

    davidmc24 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    5066bb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b845b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7a4a7c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'publishing'

    davidmc24 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    814182e View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into matrix-compat

    # Conflicts:
    #	.github/workflows/publish.yml
    davidmc24 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    27dfa92 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e15472b View commit details
    Browse the repository at this point in the history
  9. Fix os compatibility tests

    davidmc24 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    d4bec4c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fac4739 View commit details
    Browse the repository at this point in the history
  11. Update changelog

    davidmc24 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    bb799dd View commit details
    Browse the repository at this point in the history
  12. version: 1.1.0

    davidmc24 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    0a5dad3 View commit details
    Browse the repository at this point in the history
  13. version: 1.1.1-SNAPSHOT

    davidmc24 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    31abdf9 View commit details
    Browse the repository at this point in the history
  14. Try to fix publishing

    davidmc24 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    7cd0ed7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4fb85a4 View commit details
    Browse the repository at this point in the history
  16. Revert "Temporary change to test the CI publishing fix"

    This reverts commit 4fb85a4.
    davidmc24 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    9cda2c7 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'fix-publish'

    davidmc24 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    b43641a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    71583e8 View commit details
    Browse the repository at this point in the history
  2. Update release notes

    davidmc24 committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    a519def View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    b78769e View commit details
    Browse the repository at this point in the history
  2. Add to changelog

    olahungerford committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    fcedbd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    269014e View commit details
    Browse the repository at this point in the history
  2. Add support for better coverage reporting... and disable it because i…

    …t conflicts with configuration caching in Gradle 7.0
    davidmc24 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    9b0a7d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4711f6f View commit details
    Browse the repository at this point in the history
  4. version: 1.2.0

    davidmc24 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    eca77e9 View commit details
    Browse the repository at this point in the history
  5. version: 1.2.1-SNAPSHOT

    davidmc24 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    326331c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    3a6f034 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Update for Gradle 7.1

    davidmc24 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    361bc67 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    877db97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c34b67 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    055f74c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70214ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f20f200 View commit details
    Browse the repository at this point in the history
  4. Satisfy checkstyle

    davidmc24 committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    20f6337 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38240de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd422f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. version: 1.2.1

    davidmc24 committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    ff461cd View commit details
    Browse the repository at this point in the history
  2. version: 1.2.2-SNAPSHOT

    davidmc24 committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    5187e40 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Upgrade to Gradle 7.2

    davidmc24 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    c0aad52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee31f56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d46f11 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    9519330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c8fcf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    346c4f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0dca7b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ba17b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2aac740 View commit details
    Browse the repository at this point in the history
  7. Update avsc-from-subproject example to compile schema for schema proj…

    …ect, exclude generated classes from cat jar
    davidmc24 committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    48671b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6050048 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    035a038 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Configuration menu
    Copy the full SHA
    e8412e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Configuration menu
    Copy the full SHA
    25f7a0e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Update for avro 1.11.0

    davidmc24 committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    023d4f9 View commit details
    Browse the repository at this point in the history
  2. Drop support for Avro 1.9.0-1.10.2

    Due to an incompatibility introduced in Avro 1.11.0
    
    error: no suitable constructor found for SpecificRecordBuilderBase(Schema,SpecificData)
    davidmc24 committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    7a91926 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b8d3ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2aef20a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    6024396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f3e11c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf83393 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0969bea View commit details
    Browse the repository at this point in the history
  5. version: 1.3.0

    davidmc24 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    6fa428d View commit details
    Browse the repository at this point in the history
  6. version: 1.3.1-SNAPSHOT

    davidmc24 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    a672c48 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    e524dc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    603c4a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6feee57 View commit details
    Browse the repository at this point in the history
  3. version: 1.4.0

    davidmc24 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    b4bd11e View commit details
    Browse the repository at this point in the history
  4. version: 1.4.1-SNAPSHOT

    davidmc24 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    6784b20 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Add 'additionalVelocityTool' capability. Allows user to provide tools…

    … that will be available in Velocity templates at generation time.
    Dave Cracauer committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    9dd9790 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Merge pull request apache#211 from dcracauer/master

    Add 'additionalVelocityTool' capability.
    davidmc24 committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    65577c5 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    davidmc24 committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    8e2ac1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ad29b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. version: 1.5.0

    davidmc24 committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    9e8c9af View commit details
    Browse the repository at this point in the history
  2. version: 1.5.1-SNAPSHOT

    davidmc24 committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    9b81a23 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    5a7e497 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    e4f1ede View commit details
    Browse the repository at this point in the history
  2. Merge pull request apache#222 from crtlib/master

    Support specifying classpath for additional velocity tool classes
    davidmc24 committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e69bbe7 View commit details
    Browse the repository at this point in the history
  3. Minor cleanup

    davidmc24 committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    1947802 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    e778f21 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Merge pull request apache#223 from crtlib/master

    Fix test: escape backslashes in a Windows path
    davidmc24 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    2e182a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    b18c0fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8f7ee7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1d84f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Update changelog

    davidmc24 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    96cffb3 View commit details
    Browse the repository at this point in the history
  2. version: 1.6.0

    davidmc24 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    05e1a8b View commit details
    Browse the repository at this point in the history
  3. version: 1.6.1-SNAPSHOT

    davidmc24 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    af1134c View commit details
    Browse the repository at this point in the history
  4. Update changelog

    davidmc24 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    cc62833 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    c165119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ede65a View commit details
    Browse the repository at this point in the history
  3. Add documentation for using conversions and type factories located ou…

    …tside of build classpath
    erdi committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    09fafb2 View commit details
    Browse the repository at this point in the history
  4. Add deprecations for methods used to configure conversions and type f…

    …actories with classes
    erdi committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    b4ac5ba View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Merge pull request apache#228 from erdi/conversions-and-type-factorie…

    …s-outside-build-classpath
    
    Add ability to use conversions and type factories residing outside of build classpath
    davidmc24 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    457b926 View commit details
    Browse the repository at this point in the history
  2. Prep for 1.7.0 release

    davidmc24 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    dda836f View commit details
    Browse the repository at this point in the history
  3. version: 1.7.1-SNAPSHOT

    davidmc24 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    55608b3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Fix vulnerabilities in transitive dependencies

    Marcel Henrich committed May 3, 2023
    Configuration menu
    Copy the full SHA
    036875f View commit details
    Browse the repository at this point in the history
  2. Merge pull request apache#229 from BlacCello/fix-vuln

    Fix vulnerabilities in transitive dependencies
    davidmc24 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    92a6fd9 View commit details
    Browse the repository at this point in the history
  3. version: 1.7.1

    davidmc24 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    a81ffc6 View commit details
    Browse the repository at this point in the history
  4. version: 1.7.2-SNAPSHOT

    davidmc24 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    bf84ab2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17210cd View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Configuration menu
    Copy the full SHA
    a953c19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    194db28 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    cb17b3d View commit details
    Browse the repository at this point in the history
  2. merge gradle-avro-plugin

    SingingBush committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3bc92f3 View commit details
    Browse the repository at this point in the history