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.
  • 12 commits
  • 44 files changed
  • 3 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

Commits on Apr 16, 2026

  1. Clarify usage instructions in readme

    schaferyan authored and jvmvik committed Apr 16, 2026
    Configuration menu
    Copy the full SHA
    ade443a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85cef89 View commit details
    Browse the repository at this point in the history
  3. Enhance build configuration and refactor SerpApiHttp for improved HTT…

    …P handling
    
    - Updated JaCoCo configuration in build.gradle for better test coverage reporting.
    - Refactored SerpApiHttp to utilize HttpClient for HTTP requests, improving performance and readability.
    - Adjusted Makefile and demo Makefile to use the Gradle wrapper consistently.
    - Added a new test class for Google Local Services to validate API functionality.
    - Updated existing tests to ensure they handle null API keys gracefully.
    jvmvik committed Apr 16, 2026
    Configuration menu
    Copy the full SHA
    cc7c80f View commit details
    Browse the repository at this point in the history
  4. documentation improvement, relax condition in google play test,

    update gradlew wrapper
    jvmvik committed Apr 16, 2026
    Configuration menu
    Copy the full SHA
    5e16c3f View commit details
    Browse the repository at this point in the history
  5. fix #3

    upgrade gradle version
    jvmvik committed Apr 16, 2026
    Configuration menu
    Copy the full SHA
    ab95f10 View commit details
    Browse the repository at this point in the history
  6. Update JaCoCo tool version to 0.8.13 and improve build.gradle configu…

    …ration
    
    - Updated JaCoCo tool version for enhanced test coverage reporting.
    - Fixed syntax for Maven repository URL.
    - Added exclusions in test configuration to avoid instrumenting JDK internals.
    - Updated HashMap instantiation in SerpApi.java for type safety.
    jvmvik committed Apr 16, 2026
    Configuration menu
    Copy the full SHA
    08df8f6 View commit details
    Browse the repository at this point in the history
Loading