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: spring-cloud-samples/eureka
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: spring-cloud-samples/eureka
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: Eureka-With-Security
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Jun 5, 2018

  1. Add security to demonstrate usage

    Ryan Baxter
    Ryan Baxter committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    ea6c594 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. URL Cleanup (#41)

    This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
    
    # Fixed URLs
    
    ## Fixed Success
    These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
    
    * http://maven.apache.org/xsd/maven-4.0.0.xsd with 1 occurrences migrated to:
      https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
    * http://www.apache.org/licenses/LICENSE-2.0 with 2 occurrences migrated to:
      https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
    * http://repo.spring.io/libs-milestone-local with 1 occurrences migrated to:
      https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
    * http://repo.spring.io/libs-release-local with 1 occurrences migrated to:
      https://repo.spring.io/libs-release-local ([https](https://repo.spring.io/libs-release-local) result 302).
    * http://repo.spring.io/libs-snapshot-local with 2 occurrences migrated to:
      https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302).
    
    # Ignored
    These URLs were intentionally ignored.
    
    * http://maven.apache.org/POM/4.0.0 with 2 occurrences
    * http://www.w3.org/2001/XMLSchema-instance with 1 occurrences
    Spring Operator authored and spencergibb committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    d0fe989 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

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