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-projects/spring-data-mongodb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: mstknk/spring-data-mongodb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: java8
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 623 files changed
  • 2 contributors

Commits on Jan 18, 2017

  1. Hacking.

    odrotbohm committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    51472c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. DATAMONGO-2231 - URL Cleanup.

    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 3 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.gopivotal.com (302) with 6 occurrences migrated to:
      https://pivotal.io ([https](https://www.gopivotal.com) result 200).
    * http://maven.apache.org/maven-v4_0_0.xsd with 2 occurrences migrated to:
      https://maven.apache.org/maven-v4_0_0.xsd ([https](https://maven.apache.org/maven-v4_0_0.xsd) result 301).
    * http://projects.spring.io/spring-data-mongodb with 1 occurrences migrated to:
      https://projects.spring.io/spring-data-mongodb ([https](https://projects.spring.io/spring-data-mongodb) result 301).
    * http://www.pivotal.io with 1 occurrences migrated to:
      https://www.pivotal.io ([https](https://www.pivotal.io) result 301).
    
    # Ignored
    These URLs were intentionally ignored.
    
    * http://maven.apache.org/POM/4.0.0 with 10 occurrences
    * http://www.w3.org/2001/XMLSchema-instance with 5 occurrences
    
    Original pull request: #692
    Spring Operator authored and gregturn committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    9de1c45 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. DATAMONGO-2231 - URL Cleanup.

    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://www.apache.org/licenses/ with 1 occurrences migrated to:
      https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
    * [ ] http://www.apache.org/licenses/LICENSE-2.0 with 618 occurrences migrated to:
      https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
    
    Original Pull Request: #726
    Spring Operator authored and christophstrobl committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    ed6ed57 View commit details
    Browse the repository at this point in the history
Loading