Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Couchbase support for Spring Boot 2.4 #14184

Closed
wants to merge 36 commits into from

Commits on Aug 24, 2020

  1. Copy the full SHA
    c6cac46 View commit details
    Browse the repository at this point in the history
  2. Workaround for DATACOUCH-546 and DATACOUCH-576 bugs

    These serious bugs are already fixed in 4.1.0-M1 so we used that version until 4.0.2 is released
    murdos committed Aug 24, 2020
    Copy the full SHA
    02b417a View commit details
    Browse the repository at this point in the history
  3. Remove generated N1qlCouchbaseRepository in favor of Spring Couchbase…

    …Repository that provides the same methodes
    murdos committed Aug 24, 2020
    Copy the full SHA
    b106334 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Fix deprecated media type

    Matt Raible committed Jan 26, 2021
    Copy the full SHA
    7c28f62 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Attempt to fix Couchbase CI failure

    Matt Raible committed Jan 30, 2021
    Copy the full SHA
    683806c View commit details
    Browse the repository at this point in the history
  2. Revert to getId() for Couchbase

    Matt Raible committed Jan 30, 2021
    Copy the full SHA
    658ed1d View commit details
    Browse the repository at this point in the history
  3. Add version for com.couchbase.client.encryption.

    Solves CI error:
    
    'dependencies.dependency.version' for com.couchbase.client:encryption:jar is missing. @ line 151, column 21
    Matt Raible committed Jan 30, 2021
    Copy the full SHA
    5456593 View commit details
    Browse the repository at this point in the history
  4. Add version to Couchbase java-client

    Matt Raible committed Jan 30, 2021
    Copy the full SHA
    6f0d31b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    878bf48 View commit details
    Browse the repository at this point in the history
  6. Update primaryKey logic based on code review

    Co-authored-by: Marcelo Shima <marceloshima@gmail.com>
    Matt Raible and mshima committed Jan 30, 2021
    Copy the full SHA
    fd6516f View commit details
    Browse the repository at this point in the history
  7. Update primaryKey logic based on code review

    Co-authored-by: Marcelo Shima <marceloshima@gmail.com>
    Matt Raible and mshima committed Jan 30, 2021
    Copy the full SHA
    52e9f83 View commit details
    Browse the repository at this point in the history
  8. Fix otherEntity primary key

    mshima committed Jan 30, 2021
    Copy the full SHA
    fbca067 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    e9e23c5 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'fix-couchbase' of github.com:mraible/generator-jhipster…

    … into fix-couchbase
    Matt Raible committed Jan 30, 2021
    Copy the full SHA
    1a69554 View commit details
    Browse the repository at this point in the history
  11. Fix imports

    Matt Raible committed Jan 30, 2021
    Copy the full SHA
    878bcff View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    1ecac87 View commit details
    Browse the repository at this point in the history
  13. Remove workarounds for Spring Data Couchbase

    Matt Raible committed Jan 30, 2021
    Copy the full SHA
    66b9f1e View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    cc06968 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    03b9ac1 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'main' into fix-couchbase

    Matt Raible committed Jan 30, 2021
    Copy the full SHA
    74c8264 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    8a516e5 View commit details
    Browse the repository at this point in the history
  18. Update based on @murdos' spring-boot-2.3-couchbase branch

    Matt Raible committed Jan 30, 2021
    Copy the full SHA
    1957351 View commit details
    Browse the repository at this point in the history
  19. Polishing after testing

    Matt Raible committed Jan 30, 2021
    Copy the full SHA
    c416550 View commit details
    Browse the repository at this point in the history
  20. Fix Docker image

    Matt Raible committed Jan 30, 2021
    Copy the full SHA
    cc978c9 View commit details
    Browse the repository at this point in the history
  21. Fix typo in test

    Matt Raible committed Jan 30, 2021
    Copy the full SHA
    625389b View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    82e8b59 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Copy the full SHA
    f828926 View commit details
    Browse the repository at this point in the history
  2. Fix Couchbase + reactive so it compiles and runs

    e2e tests pass too!
    Matt Raible committed Jan 31, 2021
    Copy the full SHA
    329edf8 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Integrate @mmonti's changes from mraible/ngx-couchbase#1

    Matt Raible committed Feb 4, 2021
    Copy the full SHA
    0cbee31 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a504560 View commit details
    Browse the repository at this point in the history
  3. Fix javadoc

    Matt Raible committed Feb 4, 2021
    Copy the full SHA
    c6031f1 View commit details
    Browse the repository at this point in the history
  4. Updates after code review

    Matt Raible committed Feb 4, 2021
    Copy the full SHA
    99e4507 View commit details
    Browse the repository at this point in the history
  5. Try to fix reactive couchbase

    Matt Raible committed Feb 4, 2021
    Copy the full SHA
    f857f0b View commit details
    Browse the repository at this point in the history
  6. Fix User types

    Matt Raible committed Feb 4, 2021
    Copy the full SHA
    a930ad8 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Fix Couchbase file location test

    Matt Raible committed Feb 5, 2021
    Copy the full SHA
    46d6ce1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Merge branch 'main' into fix-couchbase

    Matt Raible committed Mar 5, 2021
    Copy the full SHA
    226d2b2 View commit details
    Browse the repository at this point in the history