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

[OIL] Use mustache templates to build Java SDK + Add Java SDK build step to actions #5595

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on May 9, 2024

  1. Use templates to generate Types.java

    Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com>
    danilo-delbusso committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2e97b77 View commit details
    Browse the repository at this point in the history
  2. Use templates to generate Java classes

    Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com>
    danilo-delbusso committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9e56c82 View commit details
    Browse the repository at this point in the history
  3. Split generation of Types.java into separate functions

    Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com>
    danilo-delbusso committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0046f5b View commit details
    Browse the repository at this point in the history
  4. Split generation of classes into separate functions

    Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com>
    danilo-delbusso committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e031604 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Add misc formatting adjustments

    Also adds a better definition of the compare function for module Ty. The previous one was leaving duplicates in the set by relying on the underlying `Set.compare`.
    
    Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com>
    
    misc fixes to classes.mustache
    
    Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com>
    danilo-delbusso committed May 21, 2024
    Configuration menu
    Copy the full SHA
    52992e6 View commit details
    Browse the repository at this point in the history
  2. Add Java SDK to SDK actions

    Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com>
    danilo-delbusso committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1d7c90c View commit details
    Browse the repository at this point in the history
  3. Move BadAsyncResult at the bottom of exception list

    Also update wording in `parseResult`
    
    Signed-off-by: Danilo Del Busso <danilo.delbusso@cloud.com>
    danilo-delbusso committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3935ae0 View commit details
    Browse the repository at this point in the history