Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-lambda-java-libs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8147e7a
Choose a base ref
...
head repository: aws/aws-lambda-java-libs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 345f321
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Jul 15, 2025

  1. Version bump: serialization 1.1.5→1.1.6, events 3.16.0→3.16.1, update…

    … dependencies
    
    - Bump aws-lambda-java-serialization from 1.1.5 to 1.1.6
    - Bump aws-lambda-java-events from 3.16.0 to 3.16.1
    - Update aws-lambda-java-tests dependencies to use new versions
    - Update aws-lambda-java-runtime-interface-client serialization dependency 1.1.2→1.1.6
    - Update aws-lambda-java-events-sdk-transformer events dependency 3.11.2→3.16.1
    PartiallyUntyped committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    bdbfb1d View commit details
    Browse the repository at this point in the history
  2. Fix runtime interface client workflows to use local serialization dep…

    …endency
    
    Add local build step for aws-lambda-java-serialization before building runtime interface client.
    
    ## Why This Fix is Needed
    
    The runtime interface client depends on aws-lambda-java-serialization version 1.1.6,
    but this version doesn't exist in Maven Central yet. By building and installing the
    serialization package locally first, we ensure:
    
    1. The correct version (1.1.6) is available in the local Maven repository
    2. The runtime interface client build won't fail looking for a non-existent version on Maven Central
    3. The workflow tests the actual code changes together
    
    ## Changes Made
    
    - runtime-interface-client_merge_to_main.yml: Added local serialization build step
    - runtime-interface-client_pr.yml: Added local serialization build step to both smoke-test and build jobs
    
    This ensures CI/CD pipeline works correctly with the new dependency versions.
    PartiallyUntyped committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    345f321 View commit details
    Browse the repository at this point in the history
Loading