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: serpapi/serpapi-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: remove-num-param
Choose a base ref
...
head repository: serpapi/serpapi-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 38 files changed
  • 2 contributors

Commits on Dec 9, 2025

  1. Merge pull request #4 from serpapi/remove-num-param

    Remove num param
    shubhamjain authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    5ba6913 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2026

  1. Update project to Java 21, Gradle 8.5, and modernize CI/CD

    Summary of changes:
    - Upgraded Java target to version 21.
    - Updated Gradle wrapper to version 8.5 for Java 21 compatibility.
    - Refactored SerpApi.java to remove incorrect inheritance from Exception.
    - Updated GitHub Actions workflow to use Java 21 and gradle-setup-java action.
    - Switched environment variable for API keys to SERPAPI_KEY in tests and CI.
    - Reorganized tests: moved engine examples to src/test/java/serpapi/example/.
    - Fixed failures in LocationApiTest and GoogleReverseImageTest.
    jvmvik committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    33a3d78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c610e50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a01d58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4788a7b View commit details
    Browse the repository at this point in the history
  5. Enhance Makefile with additional build targets and update Javadoc com…

    …mand to use Gradle wrapper
    jvmvik committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    334e07c View commit details
    Browse the repository at this point in the history
Loading