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

Add changes from prior branches #920

Closed
wants to merge 4 commits into from

Commits on Nov 11, 2024

  1. Update params.adoc (#881)

    params are of type GrailsParameterMap and have some features that are not included in this part but should be mentioned.
    
    (cherry picked from commit f5fa45f)
    leonheyna authored and jamesfredley committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4f9d1a6 View commit details
    Browse the repository at this point in the history
  2. Update callingRestServices.adoc

    Using HttpClient client = HttpClient.create(baseUrl.toURL()).toBlocking() causes GroovyCastException because toBlocking() returns an instance of BlockingHttpClient.
    
    (cherry picked from commit 38651a8)
    SayyedF authored and jamesfredley committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2df964b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8834c93 View commit details
    Browse the repository at this point in the history
  4. Update documentation (#884)

    (cherry picked from commit 15aa4cd)
    guillermocalvo authored and jamesfredley committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    1e69244 View commit details
    Browse the repository at this point in the history