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

Java: support abstract return types #224

Merged
merged 5 commits into from
Sep 13, 2018
Merged

Commits on Sep 12, 2018

  1. Java: support abstract return types

    Generate a $proxy class for all abstract classes
    and use them when the return type is abstract,
    similar to interface proxies.
    
    This change also adds "abstract: true" to all
    interface members, so the proxy generator can
    treat interfaces and classes polymorphically.
    
    Added a compliance test "returnAbstract" which
    verifies this behavior.
    
    Fixes #220
    Related to #223 (.NET)
    Related to aws/aws-cdk#680 (require jsii update)
    Elad Ben-Israel committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    319341e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Address CR comments about .NET optional types

    Elad Ben-Israel committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    143d923 View commit details
    Browse the repository at this point in the history
  2. Fix .NET generator

    Elad Ben-Israel committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    f6c8c5e View commit details
    Browse the repository at this point in the history
  3. Revert "sealed"

    Elad Ben-Israel committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    9e095b0 View commit details
    Browse the repository at this point in the history
  4. update .net tests

    Elad Ben-Israel committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    ba9ee08 View commit details
    Browse the repository at this point in the history