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

Initialize useUserAccessToken to false. #6072

Closed
wants to merge 1 commit into from

Commits on Nov 14, 2024

  1. Initialize useUserAccessToken to false.

    With the effort to remove deprecated methods from TaskConfigurationProperties:
    spring-cloud@b27f0c2
    We introduced a NPE when DefaultTaskExecutionService.handleAccessToken tried to use useUserAccessToken.
    The original code would use TaskServiceUtils to return a false if it was null.
    
    Add Tests
    
    Signed-off-by: Glenn Renfro <[email protected]>
    cppwfs committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b66182a View commit details
    Browse the repository at this point in the history