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

Enhanced Spring Boot AOT Native Support #3831

Merged
merged 7 commits into from Feb 7, 2024

Commits on Jan 30, 2024

  1. Initial spring boot aot/native support

    Co-authored-by: Josh Long <josh@joshlong.com>
    2 people authored and filiphr committed Jan 30, 2024
    Copy the full SHA
    50b72d7 View commit details
    Browse the repository at this point in the history
  2. GraalVM throws an UnsupportedException, which isn't caught by the IOE…

    …xception in CommonAutoDeploymentStrategy
    jbarrez authored and filiphr committed Jan 30, 2024
    Copy the full SHA
    2a7dc63 View commit details
    Browse the repository at this point in the history
  3. Spring Boot AOT - add cmmn/dmn resources

    jbarrez authored and filiphr committed Jan 30, 2024
    Copy the full SHA
    e5ca587 View commit details
    Browse the repository at this point in the history
  4. Add base sample native example

    The example is from https://github.com/spring-tips/flowable-processes
    
    Co-Authored-By: Joram Barrez <jbarrez@users.noreply.github.com>
    2 people authored and filiphr committed Jan 30, 2024
    Copy the full SHA
    b02a53a View commit details
    Browse the repository at this point in the history
  5. Split Native Runtime Hints generation in appropriate packages + try t…

    …o register types using the mappings.xml
    filiphr committed Jan 30, 2024
    Copy the full SHA
    0d66ff1 View commit details
    Browse the repository at this point in the history
  6. Use correct parameter type in MyBatis mappers

    This makes sure that our logic for registering runtime hints works as expected and we don't need to register certain classes manually
    filiphr committed Jan 30, 2024
    Copy the full SHA
    cd3cf6b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    317c406 View commit details
    Browse the repository at this point in the history