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: BouGi/endpoints-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cloudendpoints/endpoints-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.
  • 9 commits
  • 10 files changed
  • 5 contributors

Commits on Dec 3, 2018

  1. Inline Files.write() in GenApiConfigAction (cloudendpoints#175)

    Files.write is deprecated and scheduled for removal. Changing this to use Files.asCharSink().write() is the same implementation, but is not deprecated.
    nick-someone authored and gunsch committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    4214e19 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Bump version to v2.2.1.

    This is in reference to cloudendpoints#175.
    gunsch-google committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    39b7374 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    3f72ab3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d803766 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2883c46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7ac52e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2765b26 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    8e818f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Remove the test for Java client generation. (cloudendpoints#201)

    Java client generation feature depends on an external server, which
    takes an OpenAPI spec and returns a Java client library. The server
    has been turned down. Remove the test, which depends on the server.
    
    Actual error:
    Execution failed for task ':test-compat:appengineEndpointsGetClientLibs'.
    > There was an error running endpoints command get-client-lib: 404 Not Found
    tomboc authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    44933a4 View commit details
    Browse the repository at this point in the history
Loading