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

[#1403] šŸ› Fix Groovy compilation unit that tries to write in applicatā€¦ #1406

Merged
merged 2 commits into from Apr 23, 2022

Commits on Apr 21, 2022

  1. [playframework#1403] šŸ› Fix Groovy compilation unit that tries to writā€¦

    ā€¦e in application root folder
    
    * Restore the old reflection code that completely replace the OUTPUT phase of Groovy compilation unit
    * Fix the compilation exception handling that was producing cast error as not checking properly exception type
    holajsh committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    5d057d4 View commit details
    Browse the repository at this point in the history
  2. [playframework#1403] šŸ› Add a comment to explain why reflection is useā€¦

    ā€¦d instead of Groovy native methods
    holajsh committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    1dbaf5c View commit details
    Browse the repository at this point in the history