Skip to content

Changes

#226 (May 25, 2024, 5:34:31 PM)

  1. docs: update and update documentation to version 1.1.1 (commit: 08dd663) — Otavio Santana / githubweb

#223 (May 13, 2024, 8:55:49 AM)

  1. chore: upgrade test container to version 1.19.8 (commit: 7227246) — Otavio Santana / githubweb
  2. chore: upgrade database version (commit: 76a49d3) — Otavio Santana / githubweb
  3. docs: update documentation at changelog (commit: d196e36) — Otavio Santana / githubweb
  4. chore: update solr configuratino with builder‘ (commit: 0c70ffb) — Otavio Santana / githubweb

#221 (May 8, 2024, 3:31:53 PM)

  1. feat: small fix at the hzelcast pai (commit: 19b5c10) — Otavio Santana / githubweb

#220 (May 8, 2024, 2:31:42 PM)

  1. chore: return to snapshot version (commit: 4e47cce) — Otavio Santana / githubweb

#219 (Apr 19, 2024, 5:10:39 AM)

  1. feat: release rc1 (commit: e27e20b) — Otavio Santana / githubweb

#212 (Apr 13, 2024, 1:53:38 AM)

  1. test: create null id scenario (commit: 6bd0cd0) — Otavio Santana / githubweb
  2. feat: fix null id scenario (commit: e0b5109) — Otavio Santana / githubweb

#210 (Apr 12, 2024, 3:29:09 PM)

  1. chore: upgrade mongodb driver to 5.0.1 (commit: 7c975df) — Otavio Santana / githubweb

#206 (Apr 11, 2024, 12:42:02 AM)

  1. feat: update nameclature Semistructure api (commit: b37595d) — Otavio Santana / githubweb

#205 (Apr 9, 2024, 3:10:59 PM)

  1. feat: update repository integration (commit: b504b3c) — Otavio Santana / githubweb

#203 (Mar 16, 2024, 5:35:32 AM)

  1. test(integration): fix the couchbase.properties index information (commit: 0bffb58) — Maximillian Arruda / githubweb
  2. test(integration): added sleep time to the test avoiding eventual inconsistency issue (commit: cb481e7) — Maximillian Arruda / githubweb
  3. test(integration): fixed @AddPackage declaration (commit: 3ce50a4) — Maximillian Arruda / githubweb
  4. test(integration): fixed @AddPackage declaration (commit: 0d3ab0a) — Maximillian Arruda / githubweb
  5. build: add jnosql document api support (commit: df39f5e) — Maximillian Arruda / githubweb
  6. feat: add document configuration for dynamodb (commit: 1ab5c8e) — Maximillian Arruda / githubweb
  7. test: add test for document configuration for dynamodb (commit: cd7aea6) — Maximillian Arruda / githubweb
  8. test: fix test execution with amazon/dynamodb-local:latest (commit: 8a7bc57) — Maximillian Arruda / githubweb
  9. test: add more tests to DynamoDBDocumentConfiguration (commit: 19fe365) — Maximillian Arruda / githubweb
  10. chore: create DocumentManagerFactory (commit: cb47741) — Maximillian Arruda / githubweb
  11. test: add DocumentManagerFactory factory for tests (commit: f27fa80) — Maximillian Arruda / githubweb
  12. test: add tests for DynamoDBDocumentManagerFactory (commit: 502ae0f) — Maximillian Arruda / githubweb
  13. build: add dynamodb-enhanced dependency (commit: 5b505e9) — Maximillian Arruda / githubweb
  14. refactor: rename the return type (commit: 95dda38) — Maximillian Arruda / githubweb
  15. chore: added DynamoDBDocumentManager class (commit: 651d136) — Maximillian Arruda / githubweb
  16. refactor: rename test class (commit: 89ea227) — Maximillian Arruda / githubweb
  17. test: added utility methods (commit: 0d2ee13) — Maximillian Arruda / githubweb
  18. test: added utility class for testing purposes (commit: 185445c) — Maximillian Arruda / githubweb
  19. chore: added DocumentEntity converter to EnhancedDocument (commit: 68605ea) — Maximillian Arruda / githubweb
  20. test: added tests for DynamoDBDocumentEntityConverter (commit: 89a3d50) — Maximillian Arruda / githubweb
  21. refactor: fixed checkstyle issues (commit: eec1d3a) — Maximillian Arruda / githubweb
  22. refactor: rename classes (commit: 63dbff0) — Maximillian Arruda / githubweb
  23. refactor: format and rename method in classes (commit: c71eb73) — Maximillian Arruda / githubweb
  24. chore: add properties for DynamoDB (commit: 6206570) — Maximillian Arruda / githubweb
  25. chore: passing settings to implementation (commit: 6969a61) — Maximillian Arruda / githubweb
  26. test: rename enum and add utility methods (commit: 599ccd5) — Maximillian Arruda / githubweb
  27. test: using renamed enum from utility class (commit: 3ab9d4d) — Maximillian Arruda / githubweb
  28. test: using renamed enum from utility class (commit: 7d4c6de) — Maximillian Arruda / githubweb
  29. test: using renamed enum from utility class (commit: 0be7630) — Maximillian Arruda / githubweb
  30. chore: implement and test documentManager.insert() method implementation (commit: 949d3fd) — Maximillian Arruda / githubweb
  31. chore: removed unnecessary import (commit: 54d7fef) — Maximillian Arruda / githubweb
  32. refactor: rename and removed unnecessary methods (commit: de89fdd) — Maximillian Arruda / githubweb
  33. refactor: fixed checkstyle issues (commit: e181422) — Maximillian Arruda / githubweb
  34. test:  add DataFaker to help with tests (commit: ca844dc) — Maximillian Arruda / githubweb
  35. test: change to instantiate a GenericContainer (commit: 50af515) — Maximillian Arruda / githubweb
  36. test: rename methods and using DataFaker (commit: 129f7db) — Maximillian Arruda / githubweb
  37. test: refactor test codes (commit: 9295153) — Maximillian Arruda / githubweb
  38. test: improve DocumentEntityGenerator class (commit: 6d5a6dc) — Maximillian Arruda / githubweb
  39. test: refactor DynamoDBDocumentManagerFactoryTest class (commit: 9eb8f4c) — Maximillian Arruda / githubweb
  40. test: refactor DynamoDBTestUtils class (commit: 0a42ba4) — Maximillian Arruda / githubweb
  41. feat: add count(String) implementation and tests (commit: c03128d) — Maximillian Arruda / githubweb
  42. refactor: removed unnecessary dependency (commit: e7ecf0f) — Maximillian Arruda / githubweb
  43. chore: add conversion for update operations (commit: ff238fb) — Maximillian Arruda / githubweb
  44. test: add tests for update operation (commit: 6f04713) — Maximillian Arruda / githubweb
  45. feat: first implementation for the update operation (commit: 3ac2b24) — Maximillian Arruda / githubweb
  46. test: add more tests for the update operation (commit: 29bef68) — Maximillian Arruda / githubweb
  47. feat: implemented delete,select,count (commit: 36e6f0f) — Maximillian Arruda / githubweb
  48. build: bump dynamodb version to 2.23.12 (commit: 12b4053) — Maximillian Arruda / githubweb
  49. chore: removed unnecessary field (commit: 28b4e92) — Maximillian Arruda / githubweb
  50. chore: passing next token to the partiql executions (commit: d801b44) — Maximillian Arruda / githubweb
  51. chore: removed unnecessary classes (commit: c6bac72) — Maximillian Arruda / githubweb
  52. chore: renamed class and imports from into their dependents (commit: 4d4f24c) — Maximillian Arruda / githubweb
  53. chore: add beans.xml (commit: f985eda) — Maximillian Arruda / githubweb
  54. chore: add DynamoDBRepository (commit: b51dfef) — Maximillian Arruda / githubweb
  55. chore: add DynamoDBTemplate (commit: 7f069b6) — Maximillian Arruda / githubweb
  56. chore: add PartiQL annotation (commit: 5b09e16) — Maximillian Arruda / githubweb
  57. chore: add package-info (commit: dc0fb11) — Maximillian Arruda / githubweb
  58. test: add classes for mapping test purposes (commit: 48f0db3) — Maximillian Arruda / githubweb
  59. test: add mock producer for mapping test purposes (commit: c676c27) — Maximillian Arruda / githubweb
  60. chore: add DefaultDynamoDBTemplate implementation (commit: 53cc68c) — Maximillian Arruda / githubweb
  61. chore: add cdi extension (commit: c1f7298) — Maximillian Arruda / githubweb
  62. test: fixed imports and references (commit: 4ba3550) — Maximillian Arruda / githubweb
  63. test: add tests for cdi extension (commit: 16509bd) — Maximillian Arruda / githubweb
  64. test: add tests for DefaultDynamoDBTemplate implementation (commit: 0328ef5) — Maximillian Arruda / githubweb
  65. test: add tests for DynamoDBRepositoryProxy implementation (commit: f564e19) — Maximillian Arruda / githubweb
  66. test: add integration tests for dynamodb document implementation (commit: 8244687) — Maximillian Arruda / githubweb
  67. chore: removed unused imports (commit: 675b6fb) — Maximillian Arruda / githubweb
  68. chore: fix the returned type (commit: 10812df) — Maximillian Arruda / githubweb
  69. changelog: added document api support for dynamodb (commit: c6a03e0) — Maximillian Arruda / githubweb
  70. docs: added document api support for dynamodb (commit: 425609d) — Maximillian Arruda / githubweb
  71. build: removed duplicated dependencies declaration (commit: 9cad0e6) — Maximillian Arruda / githubweb
  72. chore: removed unused imports (commit: 4a56b26) — Maximillian Arruda / githubweb
  73. chore: updated to use semistructured api (commit: f0ee8fb) — Maximillian Arruda / githubweb
  74. chore: removed unnecessary dependency (commit: 85704b3) — Maximillian Arruda / githubweb
  75. fix: fixed the persistence of multi-level entities at jnosql-mongodb (commit: b3f302b) — Maximillian Arruda / githubweb
  76. fix: fixed the persistence of multi-level entities at jnosql-mongodb (commit: de3089e) — Maximillian Arruda / githubweb
  77. changelog: added fix - storing of entities with list of sub-entities at MongoDB (commit: dc5b1fe) — Maximillian Arruda / githubweb

#201 (Mar 13, 2024, 2:53:03 AM)

  1. feat: include configuration to ttl (commit: c50def5) — Otavio Santana / githubweb
  2. docs: update oracle nosql databavse (commit: ec3c349) — Otavio Santana / githubweb

#200 (Mar 12, 2024, 2:27:23 AM)

  1. feat: update api nosql database (commit: a0fbfdf) — Otavio Santana / githubweb
  2. feat: update api nosql (commit: fe86751) — Otavio Santana / githubweb
  3. feat: remove ValueUtil (commit: 94a68b3) — Otavio Santana / githubweb
  4. feat: update valueutil (commit: 3de1a12) — Otavio Santana / githubweb
  5. feat: update cassandra udt removing the udt annotation (commit: ccc3a7e) — Otavio Santana / githubweb
  6. docs: update changelog (commit: 68cfb25) — Otavio Santana / githubweb

#199 (Mar 12, 2024, 2:22:42 AM)

  1. style: update list at Mongodb manager test (commit: f0f1fff) — Otavio Santana / githubweb

#198 (Mar 5, 2024, 1:31:33 AM)

  1. chore: pom.xml removed redudant communication dependency (commit: b0bfbcc) — Otavio Santana / githubweb
  2. feat: update arangodb (commit: ef222ac) — Otavio Santana / githubweb
  3. feat: update arangodb (commit: d779de7) — Otavio Santana / githubweb
  4. feat: update couchbase api (commit: dbae948) — Otavio Santana / githubweb
  5. feat: update couchbase database (commit: 7efd12d) — Otavio Santana / githubweb
  6. feat: update couchbase structure (commit: 7a0f0e4) — Otavio Santana / githubweb
  7. feat: ES configuration (commit: e159fbf) — Otavio Santana / githubweb
  8. feat: update ES (commit: e336626) — Otavio Santana / githubweb
  9. feat: update mongodb api (commit: 6ea16e3) — Otavio Santana / githubweb
  10. feat: update orientdb api (commit: 6808da6) — Otavio Santana / githubweb
  11. test: update api (commit: 27b0ba8) — Otavio Santana / githubweb
  12. feat: update ravendb (commit: a8efc20) — Otavio Santana / githubweb
  13. feat: update sorl API (commit: 7dce671) — Otavio Santana / githubweb
  14. feat: update oracle api (commit: 2aac9a6) — Otavio Santana / githubweb
  15. feat: update cassandra communication api (commit: d261aab) — Otavio Santana / githubweb
  16. feat: update casandra api (commit: ca04a23) — Otavio Santana / githubweb
  17. test: update cassandra test (commit: e111f85) — Otavio Santana / githubweb
  18. docs: fix cassandra javadoc api (commit: 8f4bf15) — Otavio Santana / githubweb
  19. feat: update hbase api (commit: ef8dbfc) — Otavio Santana / githubweb
  20. feat: update raven api (commit: dc31a02) — Otavio Santana / githubweb

#197 (Mar 5, 2024, 1:19:42 AM)

  1. ci: update deprecated actions (commit: 81edaaf) — Maximillian Arruda / githubweb
  2. build: rename dir jnosql-nosql-oracle to jnosql-oracle-nosql (commit: 26e709b) — Maximillian Arruda / githubweb

#196 (Feb 27, 2024, 4:17:43 PM)

  1. feat: update structure using NoSQL repository (commit: 3095ead) — Otavio Santana / githubweb
  2. docs: update changelog (commit: 5786b5f) — Otavio Santana / githubweb

#195 (Feb 27, 2024, 4:11:33 PM)

  1. chore: update the version to snapshot version (commit: c40a1be) — Otavio Santana / githubweb
  2. chore: update testcontainer version 1.19.3 (commit: 9486f3d) — Otavio Santana / githubweb
  3. chore: update arangodb (commit: 1a5f50d) — Otavio Santana / githubweb
  4. chore: upgrade ES to version 8.12.2 (commit: 537d534) — Otavio Santana / githubweb
  5. chore: upgrade solr version to 9.5.0 (commit: 3e0997c) — Otavio Santana / githubweb
  6. chore: upgrade Jedis version to 5.1.0 (commit: 3a60a08) — Otavio Santana / githubweb
  7. chore: upgrade orientdb to version 3.2.28 (commit: eb8c2b4) — Otavio Santana / githubweb
  8. docs: update changelog (commit: 4d25316) — Otavio Santana / githubweb

#194 (Feb 11, 2024, 2:36:37 PM)

  1. chore: return to version 1.1.0 (commit: c0082ea) — Otavio Santana / githubweb

#193 (Feb 5, 2024, 2:03:57 PM)

  1. chore: upgrade jnosql version (commit: f0e5bed) — Otavio Santana / githubweb
  2. chore: return version to snapshot (commit: 933769f) — Otavio Santana / githubweb

#189 (Feb 1, 2024, 12:22:26 PM)

  1. style: remove 9inline method at deployment type at Oracle nosql (commit: 136476e) — Otavio Santana / githubweb
  2. fix: update settings configuration (commit: 6ae4287) — Otavio Santana / githubweb

#188 (Feb 1, 2024, 7:18:37 AM)

  1. feat: implemnt validation to credential at profile and config at oracle nosql (commit: 43072e9) — Otavio Santana / githubweb

#186 (Feb 1, 2024, 4:25:19 AM)

  1. feat: create two new oracle configurations (commit: ea98ff8) — Otavio Santana / githubweb
  2. feat: create configuration namespace (commit: 4007f65) — Otavio Santana / githubweb
  3. docs: ehance types of deploy (commit: a2f600b) — Otavio Santana / githubweb
  4. feat: update cloud confg (commit: a26811b) — Otavio Santana / githubweb
  5. docs: enhance documentation (commit: ed71e0b) — Otavio Santana / githubweb
  6. feat: create insert scenario (commit: 1bc780f) — Otavio Santana / githubweb
  7. test: create beerTemplate integration (commit: db27abe) — Otavio Santana / githubweb
  8. feat: create implementation to duration (commit: 7106b00) — Otavio Santana / githubweb
  9. feat: include a new configuration token (commit: b2dcb02) — Otavio Santana / githubweb
  10. docs: enhance oraclenosql configuration (commit: d112554) — Otavio Santana / githubweb
  11. feat: ceate documentation (commit: 407fb84) — Otavio Santana / githubweb
  12. docs: enhance documentation at readmedoc (commit: f010b61) — Otavio Santana / githubweb

#183 (Jan 26, 2024, 1:31:27 PM)

  1. return time to live in oracle (commit: dface95) — Otavio Santana / githubweb
  2. feat: update imports (commit: c70cf49) — Otavio Santana / githubweb

#182 (Jan 24, 2024, 3:02:25 PM)

  1. chore: create oracle nosql module (commit: 78eeed3) — Otavio Santana / githubweb
  2. chore: create jnosql oracle based on redis (commit: 19a23af) — Otavio Santana / githubweb
  3. chore: update oracle nosql database structure (commit: ad5da3c) — Otavio Santana / githubweb
  4. refactor: update package name to oracle (commit: e89d766) — Otavio Santana / githubweb
  5. feat: update oracle package structure (commit: de9df46) — Otavio Santana / githubweb
  6. feat: rmeove extra classes (commit: 3d82bfd) — Otavio Santana / githubweb
  7. feat: create bucket manager factory (commit: 4c1c091) — Otavio Santana / githubweb
  8. clean memcache sample code (commit: 52e74ef) — Otavio Santana / githubweb
  9. feat: create oracle keyvaleu configuration (commit: 71c814b) — Otavio Santana / githubweb
  10. feat: create initial implementation to bucket manager (commit: b3ab0e6) — Otavio Santana / githubweb
  11. feat: create Oraclebucket manager (commit: df2bb5a) — Otavio Santana / githubweb
  12. feat: create implementation to keyvalue (commit: 792af33) — Otavio Santana / githubweb
  13. feat: create oraclebucketmanager scenarions (commit: b8b917b) — Otavio Santana / githubweb
  14. test: update the user implementation of equals and hascode (commit: 38840d7) — Otavio Santana / githubweb
  15. feat: include header at the badtabase file (commit: f786ae6) — Otavio Santana / githubweb
  16. style: fix imports (commit: 9df2141) — Otavio Santana / githubweb
  17. style: remove unsed imports (commit: a1156a6) — Otavio Santana / githubweb
  18. feat: create spi to oracle key-value (commit: 41687f0) — Otavio Santana / githubweb
  19. feat: create oracle document configuration (commit: eb49e2b) — Otavio Santana / githubweb
  20. feat: create configuration properties to table (commit: e102de1) — Otavio Santana / githubweb
  21. feat: centralize the configuration at a single class (commit: 4f9d84d) — Otavio Santana / githubweb
  22. feat: update oracle keyvalue configuration using the centralized configuration (commit: 4e984b6) — Otavio Santana / githubweb
  23. feat: configuration (commit: 90a8eda) — Otavio Santana / githubweb
  24. docs: enhance documentatino to the configuration (commit: 5b80822) — Otavio Santana / githubweb
  25. feat: create return on NoSQL handle configuration (commit: a7f2b18) — Otavio Santana / githubweb
  26. feat: modifies nosql configuration to return configuration (commit: 0212bc8) — Otavio Santana / githubweb
  27. feat: create header at (commit: 657e54b) — Otavio Santana / githubweb
  28. feat: update structure to return NoSQLHandleconfiguration (commit: e0dd7b1) — Otavio Santana / githubweb
  29. feat: update structure to centralize the table creation configuration (commit: 1d55449) — Otavio Santana / githubweb
  30. feat: create initial structure to OracleDocumentManager (commit: 9e06043) — Otavio Santana / githubweb
  31. feat: create oraclebucketmanager (commit: 3ca1ea3) — Otavio Santana / githubweb
  32. fix: update typo at mongodg configuration (commit: edaedfc) — Otavio Santana / githubweb
  33. test: create test scenario to document configuration (commit: dc511b6) — Otavio Santana / githubweb
  34. test: create scenarios to cover oraclel keyvalue configuration (commit: 2201724) — Otavio Santana / githubweb
  35. feat: create structure to insert and update (commit: 5b61f98) — Otavio Santana / githubweb
  36. feat: create scenario to oracle ducment manager (commit: 6960192) — Otavio Santana / githubweb
  37. feat: create implementation to OracleQuery (commit: d29f055) — Otavio Santana / githubweb
  38. feat: create structure to selectbuilder (commit: 320967c) — Otavio Santana / githubweb
  39. feat: create select builder (commit: e66be3a) — Otavio Santana / githubweb
  40. feat: create constant to table configuration (commit: c9c49e5) — Otavio Santana / githubweb
  41. refactor: update refactoring at bucket manager (commit: 382aac7) — Otavio Santana / githubweb
  42. refactor: update bucketmanager (commit: f083cfe) — Otavio Santana / githubweb
  43. feat: create implementation of oracle document manager (commit: 4d0cc06) — Otavio Santana / githubweb
  44. test: update map scanario (commit: 5666113) — Otavio Santana / githubweb
  45. feat: update couchbase (commit: b03676f) — Otavio Santana / githubweb
  46. chore: update oracle drive to version 5.4.14 (commit: d7c18fb) — Otavio Santana / githubweb
  47. feat: update select builder manager (commit: ad2369b) — Otavio Santana / githubweb
  48. fix: update query fidl name at oracle database (commit: a84d1f9) — Otavio Santana / githubweb
  49. feat update table structure creationg (commit: a501116) — Otavio Santana / githubweb
  50. feat: define uuid as default to id when it does not provide one´ (commit: bba1545) — Otavio Santana / githubweb
  51. style: include an extra space (commit: e9c5d8c) — Otavio Santana / githubweb
  52. feat: create field converter (commit: 2f3144f) — Otavio Santana / githubweb
  53. feat: include declare before the oracle query (commit: 9d0a213) — Otavio Santana / githubweb
  54. feat: update query to work with positional binding (commit: 0cf6848) — Otavio Santana / githubweb
  55. feat: update select builder (commit: 9124e34) — Otavio Santana / githubweb
  56. feat: update structure to deletebuilder (commit: 4ef522a) — Otavio Santana / githubweb
  57. feat: update oracle document manager (commit: dac98b2) — Otavio Santana / githubweb
  58. feat: include validation when the query is by id (commit: 0b92a4c) — Otavio Santana / githubweb
  59. refactor: update syntax at oracle document manager using var (commit: 1f35b07) — Otavio Santana / githubweb
  60. feat: create function and validation to avoid json (commit: 182574b) — Otavio Santana / githubweb
  61. feat: enhance query at oracle by fields at oracle nosql (commit: 9daea0d) — Otavio Santana / githubweb
  62. test: update test scenario at oracle nosql (commit: 06896cd) — Otavio Santana / githubweb
  63. fix: update query removing duplicated condition (commit: eb2e4b1) — Otavio Santana / githubweb
  64. feat: implement count at oracle nosql database (commit: 9192724) — Otavio Santana / githubweb
  65. style: remove unsed imports (commit: 0a5dc53) — Otavio Santana / githubweb
  66. feat: update oracle document manager (commit: 294731d) — Otavio Santana / githubweb
  67. style update style configuration (commit: 9d7c6f6) — Otavio Santana / githubweb
  68. style: update code structure at oracle document manager (commit: b0ee0e5) — Otavio Santana / githubweb
  69. feat: enhance api to allow use Oracle document manager (commit: 6ae97a7) — Otavio Santana / githubweb
  70. feat: create oracle manager as interface (commit: f1f3679) — Otavio Santana / githubweb
  71. feat: create implementation to oracle document manager (commit: 64e2735) — Otavio Santana / githubweb
  72. test: create scenario for running (commit: b585bf2) — Otavio Santana / githubweb
  73. feat create oracle template interaction (commit: 2e0817a) — Otavio Santana / githubweb
  74. feat: create sql annotation (commit: 52ddc9d) — Otavio Santana / githubweb
  75. feat: create documentation to sql (commit: d4a88bf) — Otavio Santana / githubweb
  76. docs: update oracle repository docuentation (commit: 5e9a0a4) — Otavio Santana / githubweb
  77. docs: create documentation to Oracle template (commit: 4b4c59c) — Otavio Santana / githubweb
  78. feat: create document manager supplier (commit: 24729a1) — Otavio Santana / githubweb
  79. feat: create initial structure to oracle mapping extendsion (commit: 6885669) — Otavio Santana / githubweb
  80. test: create oracle db scenarios for test (commit: 152db51) — Otavio Santana / githubweb
  81. fix: update test method name (commit: da87f7b) — Otavio Santana / githubweb
  82. feat: create repository at oracle document repository (commit: 1361588) — Otavio Santana / githubweb
  83. feat: create integration test (commit: a36af1d) — Otavio Santana / githubweb
  84. refactor: update nameclature to use OracleNoSQL instead of only oracle (commit: 1236706) — Otavio Santana / githubweb
  85. update project to use oracle nosql nameclature (commit: eac71d4) — Otavio Santana / githubweb
  86. style: include header file at oraclenosql document mangaer (commit: 1f13dd3) — Otavio Santana / githubweb
  87. style: remove used imports (commit: 051f674) — Otavio Santana / githubweb
  88. docs: create documentation to deployment type (commit: 1b2bd86) — Otavio Santana / githubweb
  89. feat: create deployment type (commit: 5f9f4b9) — Otavio Santana / githubweb
  90. feat: update nosql handle configuration (commit: 7b5f8ce) — Otavio Santana / githubweb
  91. feat: include configurations new parameters (commit: 4b34961) — Otavio Santana / githubweb
  92. docs: enhance documentation at oracle nosql (commit: 5af688d) — Otavio Santana / githubweb
  93. style: remove extra line at oracle nosql configurations (commit: 8ef6844) — Otavio Santana / githubweb
  94. docs: create documentation to oracle nosql configurations (commit: 4e107a5) — Otavio Santana / githubweb
  95. fix: update deployment type (commit: 35188b4) — Otavio Santana / githubweb
  96. style: remove unsed imports (commit: b933f86) — Otavio Santana / githubweb
  97. feat: enhance exception oracle nosql (commit: 8022f09) — Otavio Santana / githubweb
  98. docs: include changelog documentation (commit: 218fc8b) — Otavio Santana / githubweb
  99. test: create scenarios to deployment parse (commit: 0b65661) — Otavio Santana / githubweb
  100. feat: rename package to oracle-nosql (commit: 8a78626) — Otavio Santana / githubweb
  101. docs: enhance readme (commit: 8e10cac) — Otavio Santana / githubweb
  102. docs: updaste readme documentation to oracle nosql (commit: d28ff9d) — Otavio Santana / githubweb
  103. feat: remove dead code (commit: 072fe63) — Otavio Santana / githubweb
  104. docs: enhance documentation at sql annotation (commit: cb64bc3) — Otavio Santana / githubweb
  105. feat: update log level (commit: af1c636) — Otavio Santana / githubweb
  106. feat: make singleton at OracleNoSQLmanager (commit: 3852132) — Otavio Santana / githubweb

#177 (Dec 28, 2023, 2:27:18 PM)

  1. feat: updaste arangodb repository (commit: e528aad) — Otavio Santana / githubweb
  2. feat: update arangodb repository bean (commit: d28b60e) — Otavio Santana / githubweb
  3. feat: update Cassandra repository using proxy (commit: 6cb2163) — Otavio Santana / githubweb
  4. feat: update cassandra proxy style (commit: 170dd57) — Otavio Santana / githubweb
  5. feat: update couchbase proxy repository (commit: f87dceb) — Otavio Santana / githubweb
  6. feat: update couchbase document (commit: 2044e13) — Otavio Santana / githubweb
  7. feat: update hazelcast api to key-value repository (commit: 06319e8) — Otavio Santana / githubweb
  8. feat: update document bean (commit: 7b53a84) — Otavio Santana / githubweb

#174 (Dec 26, 2023, 1:21:13 PM)

  1. feat: update api using core package name (commit: 6aacfaa) — Otavio Santana / githubweb

#171 (Dec 24, 2023, 2:04:07 AM)

  1. feat: update package (commit: 3e1b73b) — Otavio Santana / githubweb
  2. feat: update package name at arangodb (commit: b0ab280) — Otavio Santana / githubweb
  3. feat: update couchbase document repository (commit: 2ef906b) — Otavio Santana / githubweb
  4. feat: update api database (commit: 34cf48f) — Otavio Santana / githubweb
  5. docs: update changelog (commit: 1bbea27) — Otavio Santana / githubweb

#170 (Dec 24, 2023, 1:57:34 AM)

  1. chore: update to snapshot (commit: 0ea221f) — Otavio Santana / githubweb

#169 (Dec 19, 2023, 2:48:41 PM)

  1. chore: update release version to 1.0.4 (commit: d7cf1f7) — Otavio Santana / githubweb

#166 (Dec 10, 2023, 1:11:05 AM)

  1. refactor: update package to use new nameclature (commit: cc43821) — Otavio Santana / githubweb

#164 (Dec 8, 2023, 10:48:47 AM)

  1. feat: create ignore key at arangodb (commit: e4dc730) — Otavio Santana / githubweb

#162 (Dec 8, 2023, 3:13:03 AM)

  1. test: create null scenario (commit: 603167c) — Otavio Santana / githubweb
  2. test: create scenario (commit: 867d00a) — Otavio Santana / githubweb

#160 (Dec 6, 2023, 3:05:24 PM)

  1. test: create validation scenarion (commit: b4e14f0) — Otavio Santana / githubweb
  2. test: create validation scenarion (commit: 7a57d72) — Otavio Santana / githubweb
  3. feat: update collector working with null (commit: c98e5ea) — Otavio Santana / githubweb
  4. test: create validation test scenario (commit: 9f365a9) — Otavio Santana / githubweb
  5. fix: fix mongodb issue (commit: 8ca25a9) — Otavio Santana / githubweb
  6. style: remove unsed imports (commit: db70137) — Otavio Santana / githubweb
  7. style: remove unsed imports at mongodb project (commit: aed6cd6) — Otavio Santana / githubweb
  8. refactor: move the package of integration test at araongo properly (commit: c84833a) — Otavio Santana / githubweb
  9. test: create test scenario to mongodb (commit: a03befa) — Otavio Santana / githubweb
  10. docs: create changelg info (commit: dee487a) — Otavio Santana / githubweb

#159 (Dec 2, 2023, 9:26:44 AM)

  1. chore: upgrade to 1.0.4 snapshot (commit: fd7de86) — Otavio Santana / githubweb

#157 (Dec 2, 2023, 8:59:14 AM)

  1. chore: upgrade documentation to 1.0.3 (commit: e3f8b9e) — Otavio Santana / githubweb
  2. chore: update change log (commit: c56e017) — Otavio Santana / githubweb
  3. chore: update version to 1.0.3 (commit: ebde24e) — Otavio Santana / githubweb

#155 (Nov 25, 2023, 2:35:42 AM)

  1. refactor: update parameter at arangodb (commit: ba1dade) — Otavio Santana / githubweb
  2. refator: update nameclature name (commit: 1198026) — Otavio Santana / githubweb
  3. docs: update documentation at arangodb (commit: 36ed6c2) — Otavio Santana / githubweb
  4. docs: enhance documentation at arangodb document manager (commit: b430ba5) — Otavio Santana / githubweb
  5. docs: enhance documentation at arandobb template (commit: c536ba2) — Otavio Santana / githubweb
  6. docs: update arangodb documentation (commit: b39e114) — Otavio Santana / githubweb
  7. refactor: remove imports (commit: bf148c1) — Otavio Santana / githubweb
  8. chore: update test contaienr to version 1.9.3 (commit: ddd0a66) — Otavio Santana / githubweb

#154 (Nov 19, 2023, 10:13:36 AM)

  1. refactor: update class to use record (commit: dec987c) — Otavio Santana / githubweb
  2. refactor: use is empty inste of comparing (commit: 99c24d0) — Otavio Santana / githubweb
  3. refacator: update code using lambda expression (commit: 9e899c8) — Otavio Santana / githubweb
  4. refactor: update switch api using modern approach (commit: 249ba46) — Otavio Santana / githubweb
  5. refactor: update api using apttern matchers (commit: 7f04b17) — Otavio Santana / githubweb
  6. style: remove unsedimports (commit: 662ecc5) — Otavio Santana / githubweb
  7. test: integration test enhancement on MongoDBTemplate (commit: 2a7ef49) — Maximillian Arruda / githubweb
  8. refactor: remove `public` modifier from test methods (commit: cc12321) — Maximillian Arruda / githubweb
  9. test: integration test enhancement on DefaultMongoDBTemplate (commit: efa7b90) — Maximillian Arruda / githubweb
  10. refactor: remove `public` modifier from test methods (commit: 7f44923) — Maximillian Arruda / githubweb
  11. refactor: remove multiple method calls when test exceptions (commit: 56ec07a) — Maximillian Arruda / githubweb
  12. test: integration test enhancement on TemplateIntegrationTest (commit: 3ac4aee) — Maximillian Arruda / githubweb
  13. refactor: remove `public` modifier from test methods (commit: 570c9cb) — Maximillian Arruda / githubweb
  14. refactor: reorder method and static block at TemplateIntegrationTest (commit: 73a16a7) — Maximillian Arruda / githubweb
  15. test: add repository integration tests for MongoDB implementation (commit: b7e3b40) — Maximillian Arruda / githubweb
  16. refactor: remove `public` modifier from test methods (commit: 670ab10) — Maximillian Arruda / githubweb
  17. refactor: remove `public` modifier from test methods (commit: ee09c5c) — Maximillian Arruda / githubweb
  18. refactor: remove `public` modifier from test methods (commit: f6341a1) — Maximillian Arruda / githubweb
  19. refactor: remove `public` modifier from test methods (commit: a01fd47) — Maximillian Arruda / githubweb
  20. refactor: remove `public` modifier from test methods (commit: 9525a40) — Maximillian Arruda / githubweb
  21. refactor: remove `public` modifier from test methods (commit: 8d7e385) — Maximillian Arruda / githubweb
  22. refactor: add at least one assertion at the test (commit: a3d8e83) — Maximillian Arruda / githubweb
  23. refactor: remove multiple method calls when test exceptions (commit: f4a5d62) — Maximillian Arruda / githubweb
  24. refactor: remove `public` modifier from test class and its methods (commit: 80d6815) — Maximillian Arruda / githubweb
  25. refactor: remove `public` modifier from test class and its methods (commit: 0cdf402) — Maximillian Arruda / githubweb
  26. refactor: remove multiple method calls when test exceptions (commit: ef3e720) — Maximillian Arruda / githubweb
  27. refactor: remove `public` modifier from test methods (commit: 27c26bd) — Maximillian Arruda / githubweb
  28. refactor: remove `public` modifier from test methods (commit: 4dd265a) — Maximillian Arruda / githubweb
  29. refactor: replace `Stream.collector(Collectors.toList())` to `Stream.toList()` (commit: 3d1ca63) — Maximillian Arruda / githubweb
  30. refactor: replace `Stream.collector(Collectors.toList())` to `Stream.toList()` (commit: 1e401ff) — Maximillian Arruda / githubweb
  31. refactor: replace `Stream.collector(Collectors.toList())` to `Stream.toList()` (commit: fac2b11) — Maximillian Arruda / githubweb
  32. refactor: replace `Stream.collector(Collectors.toList())` to `Stream.toList()` (commit: 34b054a) — Maximillian Arruda / githubweb
  33. refactor: replace `Stream.collector(Collectors.toList())` to `Stream.toList()` (commit: 003be56) — Maximillian Arruda / githubweb
  34. refactor: change to use `UnaryOperator<T>` interface (commit: 29c96fc) — Maximillian Arruda / githubweb
  35. chore: added header licenses on new source files (commit: 262d9ac) — Maximillian Arruda / githubweb
  36. feat: implement is null at ValueJSON (commit: 6dc088d) — Otavio Santana / githubweb
  37. test: create null convert scenario (commit: 5c346f3) — Otavio Santana / githubweb
  38. feat: create implementation to value util working with null (commit: 4d4380e) — Otavio Santana / githubweb
  39. feat: add warning annootations (commit: 9ed6ffb) — Otavio Santana / githubweb
  40. style: formating code at arangondb document manager (commit: f19652c) — Otavio Santana / githubweb
  41. test: remove public the test methods (commit: ea0ab7b) — Otavio Santana / githubweb
  42. test: create test scenario with null values (commit: 22b697b) — Otavio Santana / githubweb
  43. test: create test scenario update (commit: 7681517) — Otavio Santana / githubweb
  44. test: remove public at tests (commit: 091d4cf) — Otavio Santana / githubweb
  45. test: create update null scenario (commit: 45b06b8) — Otavio Santana / githubweb
  46. feat: add null insert at Cassandra (commit: 24e5dd4) — Otavio Santana / githubweb
  47. test: fix integration test at cassandra (commit: db8b6c9) — Otavio Santana / githubweb
  48. feat: implement value at couchbase (commit: 0ab4731) — Otavio Santana / githubweb
  49. test: fix integration test at couchbase (commit: 0413f41) — Otavio Santana / githubweb
  50. test: create test integration scenario when update (commit: 2743e4a) — Otavio Santana / githubweb
  51. test: remove public at test in couchdb (commit: 7a473c0) — Otavio Santana / githubweb
  52. test: create test to null values (commit: 3e70b3f) — Otavio Santana / githubweb
  53. test: create test of nullable values at mongodb (commit: fc26272) — Otavio Santana / githubweb
  54. test: create integration with mongodb at nullable scenario (commit: 39e6e5b) — Otavio Santana / githubweb
  55. test: remove public at the tests methods in orientdb (commit: f4ef727) — Otavio Santana / githubweb
  56. test: create test to orientdb (commit: 0f350d5) — Otavio Santana / githubweb
  57. test: create documentation to the test (commit: 7f578af) — Otavio Santana / githubweb
  58. test: remove public method at manager (commit: c09af2c) — Otavio Santana / githubweb
  59. test: create test for null values (commit: 8467d87) — Otavio Santana / githubweb
  60. test: fix integration test at solr (commit: 6357770) — Otavio Santana / githubweb
  61. test: create nullable test at Apache Sorl (commit: d205c3c) — Otavio Santana / githubweb
  62. docs: create documentation to a new change at database (commit: 45b072b) — Otavio Santana / githubweb
  63. test: update cassandra test (commit: bd58c0f) — Otavio Santana / githubweb
  64. feat: add validation of null at cassandra (commit: e3c94bb) — Otavio Santana / githubweb

#153 (Nov 12, 2023, 2:50:00 AM)

  1. chore: update testcontainer to version 1.19.1 (commit: 59711f2) — Otavio Santana / githubweb
  2. chore: update apache solr to veresion 9.4.0 (commit: 7bba470) — Otavio Santana / githubweb
  3. docs: update changelog (commit: f4e2942) — Otavio Santana / githubweb
  4. chore: update jedis to version 5.0.2 (commit: 30e0012) — Otavio Santana / githubweb
  5. docs include documentation about jedis (commit: eaf2de0) — Otavio Santana / githubweb
  6. chore: update orientdeb to version 3.2.24 (commit: 6dbdd34) — Otavio Santana / githubweb
  7. chore: update mongodb driver to version 4.11.1 (commit: a0e8326) — Otavio Santana / githubweb
  8. docs: update change log to version (commit: b528131) — Otavio Santana / githubweb
  9. chore: update hazelcat version to 5.3.6 (commit: c5f149a) — Otavio Santana / githubweb
  10. chore: update ES to 8.11.0 (commit: a4a9f8c) — Otavio Santana / githubweb
  11. chore: update dynamodb version to 2.21.21 (commit: 0639fc5) — Otavio Santana / githubweb
  12. docs: update changelog version (commit: 398db17) — Otavio Santana / githubweb
  13. chore: update couchbase version to 3.4.11 (commit: 5d4ce74) — Otavio Santana / githubweb
  14. docs: update changelog at couchbase library (commit: e55459c) — Otavio Santana / githubweb
  15. chore: update arangodb driver version to 7.2.0 (commit: c233d1d) — Otavio Santana / githubweb
  16. docs: update arangodb library (commit: 33a4c34) — Otavio Santana / githubweb
  17. test: create test scenario (commit: ac316dd) — Otavio Santana / githubweb
  18. test: create test scenario (commit: d3eb317) — Otavio Santana / githubweb
  19. test: create test to remove scenario (commit: 2fa9131) — Otavio Santana / githubweb
  20. feat: create log when a table does not exist at arangodb (commit: 4d04833) — Otavio Santana / githubweb
  21. feat: update refactoring code at arangodb db (commit: a419af2) — Otavio Santana / githubweb
  22. style: remove imports unused (commit: 1c86af5) — Otavio Santana / githubweb
  23. test: create integration test (commit: 13035b5) — Otavio Santana / githubweb
  24. test: create scenario test to should delete (commit: bf111bd) — Otavio Santana / githubweb
  25. refact: update arangodb (commit: 7a6ff6a) — Otavio Santana / githubweb
  26. refactor: update api to remove optional at parameters (commit: 0e2a9d0) — Otavio Santana / githubweb
  27. refactor: use record at arangodb (commit: efe9770) — Otavio Santana / githubweb
  28. docs: update changelog with the fixed (commit: 181bb9f) — Otavio Santana / githubweb

#151 (Nov 8, 2023, 2:47:47 PM)

  1. chore: update hazelcast version to 5.3.5 (commit: d82660e) — Otavio Santana / githubweb
  2. docs: update hazelcat version (commit: b399a27) — Otavio Santana / githubweb

#150 (Nov 6, 2023, 6:05:14 AM)

  1. chore: update version to 1.0.3 (commit: e97f46e) — Otavio Santana / githubweb
  2. aggregate function return stream of Entities (commit: 801cdf7) — Dmitry Repchevsky / githubweb
  3. Update MongoDBUtils.java (commit: b931671) — noreply / githubweb
  4. use bson[] (commit: 07d6d23) — Dmitry Repchevsky / githubweb
  5. DocumentEntity aggregation return test (commit: 37794a0) — Dmitry Repchevsky / githubweb
  6. replace Bson array with varargs (commit: 089b01c) — Dmitry Repchevsky / githubweb
  7. docs: update change log with mongodb modification (commit: 4f44f36) — Otavio Santana / githubweb
  8. fix: update package at MongoDB integration test (commit: ab63ed7) — Otavio Santana / githubweb
  9. feat: update template integration test adding the new package (commit: c4b7786) — Otavio Santana / githubweb
  10. chore: update mongodb driver to version 4.11.0 (commit: 62fa741) — Otavio Santana / githubweb
  11. docs: update documentation to include the chnaged (commit: e6253a6) — Otavio Santana / githubweb
  12. ci: update java CI version to run version 21 (commit: ebb373e) — Otavio Santana / githubweb
  13. ci: update CI test name to Java 21 (commit: 4bffe7e) — Otavio Santana / githubweb

#149 (Oct 1, 2023, 11:52:15 AM)

  1. chore: return to version 1.0.2 (commit: 3768806) — Otavio Santana / githubweb

#147 (Oct 1, 2023, 11:39:35 AM)

  1. docs: update changelog (commit: 5c6d773) — Otavio Santana / githubweb
  2. docs: update documentation version (commit: 79a7058) — Otavio Santana / githubweb
  3. chore: update release version (commit: d5b2acc) — Otavio Santana / githubweb
  4. chore: update version to snapshot3 (commit: 79240a0) — Otavio Santana / githubweb

#146 (Sep 19, 2023, 2:34:33 AM)

  1. chore: update testcontainer to version 1.9.0 (commit: 4b4e594) — Otavio Santana / githubweb
  2. chore: update version (commit: 21be392) — Otavio Santana / githubweb
  3. test: increate arangodb tests (commit: 1fb60f2) — Otavio Santana / githubweb
  4. test: create cassandra test scenario (commit: ad30424) — Otavio Santana / githubweb
  5. test: create couchbase tests (commit: 4f77233) — Otavio Santana / githubweb
  6. test: create hazelcast tests (commit: 9fee6fc) — Otavio Santana / githubweb
  7. test: create solr test (commit: ad6f390) — Otavio Santana / githubweb
  8. tets: fix hazelcast tests (commit: e0ea687) — Otavio Santana / githubweb
  9. chore: ignoring unused files (commit: 474bb36) — Maximillian Arruda / githubweb
  10. tests: improve setUp logic for Couchbase container configuration (commit: 9305fda) — Maximillian Arruda / githubweb
  11. tests: improve the Couchbase DocumentManager implementation tests cases (commit: 3ad7194) — Maximillian Arruda / githubweb
  12. chore: make the Couchbase DocumentManager implementation to supports count method (commit: 72a4f15) — Maximillian Arruda / githubweb
  13. changelog: add info about fixes in the Couchbase DocumentManager implementation to supports the count method (commit: 1c2a070) — Maximillian Arruda / githubweb
  14. chore: fix CouchbaseSettings.setUp() (commit: 42f5138) — Maximillian Arruda / githubweb
  15. chore: fix CouchbaseSettings.setUp() (commit: cb17b96) — Maximillian Arruda / githubweb

#144 (Aug 29, 2023, 5:53:29 PM)

  1. fix: use heritage to proxy (commit: 33c1a07) — Otavio Santana / githubweb
  2. feat: update cassandra repository proxy (commit: f5db840) — Otavio Santana / githubweb
  3. fix: update cassandra repository structure (commit: e36483c) — Otavio Santana / githubweb
  4. feat: update arangodb repository (commit: 3288f83) — Otavio Santana / githubweb
  5. fix: update arangodb repository (commit: eff022b) — Otavio Santana / githubweb
  6. fix: update hazelcast reopository enalinb all the methods (commit: 4f64743) — Otavio Santana / githubweb
  7. fix: update orientedb api (commit: 09be93a) — Otavio Santana / githubweb
  8. fix: update solr api using repository (commit: 53b53e8) — Otavio Santana / githubweb
  9. style: remove unsed imports (commit: 6df8d74) — Otavio Santana / githubweb
  10. style: organize imports (commit: 033fd11) — Otavio Santana / githubweb
  11. docs: update changelog (commit: b6dfd18) — Otavio Santana / githubweb

#143 (Aug 29, 2023, 4:57:29 PM)

  1. chore: update cassandra driver to 4.17 (commit: cfb6645) — Otavio Santana / githubweb

#142 (Aug 29, 2023, 12:26:49 PM)

  1. style: remove unsed imports (commit: b4152fb) — Otavio Santana / githubweb

#140 (Aug 29, 2023, 11:47:45 AM)

  1. feat: create suppleir by collection supplier in redis (commit: f578a85) — Otavio Santana / githubweb
  2. docs: update docs at readme (commit: 92b0ebb) — Otavio Santana / githubweb

#139 (Aug 29, 2023, 10:18:20 AM)

  1. feat: create redisbucketmanager factory (commit: ec09db9) — Otavio Santana / githubweb
  2. refact: update redis bucket name (commit: a2f7f86) — Otavio Santana / githubweb
  3. feat: create buckatmanager supplier (commit: 4d1ce88) — Otavio Santana / githubweb
  4. chore: update redis version to 4.4.3 (commit: 4b7ca82) — Otavio Santana / githubweb
  5. docs: udpate changelog version (commit: 85b122c) — Otavio Santana / githubweb
  6. docs: update details in what changed in this modification (commit: fc139dc) — Otavio Santana / githubweb
  7. chore: create bean.xml at redis (commit: 951c956) — Otavio Santana / githubweb
  8. docs: update readme with redis new feature (commit: 0693efa) — Otavio Santana / githubweb

#131 (Aug 9, 2023, 6:50:05 AM)

  1. feat: update arangodb api (commit: 7e0609c) — Otavio Santana / githubweb
  2. feat: update cassandra api (commit: df849c0) — Otavio Santana / githubweb
  3. feat: update couchbase api (commit: cef4da0) — Otavio Santana / githubweb
  4. feat: update ES api (commit: 844f8bd) — Otavio Santana / githubweb
  5. feat: update reflection mode (commit: 19e8b43) — Otavio Santana / githubweb
  6. feat: update mongodb api (commit: fc4e15c) — Otavio Santana / githubweb
  7. feat: update orientdb api (commit: d90d33d) — Otavio Santana / githubweb
  8. feat: update solr api (commit: b6e8c7c) — Otavio Santana / githubweb

#128 (Jul 31, 2023, 4:09:05 PM)

  1. chore: increament release for the next snapshot version (commit: dd2cc12) — Otavio Santana / githubweb

#127 (Jul 31, 2023, 3:49:07 PM)

  1. docs: update changelog version (commit: 64c8e5a) — Otavio Santana / githubweb
  2. chore: update release version (commit: a2e2388) — Otavio Santana / githubweb
  3. docs: update readme file with newesetversion (commit: a7f04a2) — Otavio Santana / githubweb

#125 (Jul 31, 2023, 2:20:40 PM)

  1. docs: update documentation on readme (commit: 87c89f7) — Otavio Santana / githubweb
  2. feat: update metadata package (commit: deadcc2) — Otavio Santana / githubweb
  3. test: udpate arangodb tests (commit: 3778fa6) — Otavio Santana / githubweb
  4. test: update Cassandra tests using the new api (commit: 6a8fec6) — Otavio Santana / githubweb
  5. test: update couchbase api test (commit: 64541c2) — Otavio Santana / githubweb
  6. test: updaste ES api (commit: 670ed52) — Otavio Santana / githubweb
  7. test: updaste hazelcast Api (commit: 086ce0b) — Otavio Santana / githubweb
  8. test: update mongodb api (commit: fc831f7) — Otavio Santana / githubweb
  9. test: update api orientdb (commit: c58b7f5) — Otavio Santana / githubweb
  10. test: updaste hazelcat api (commit: b0503b9) — Otavio Santana / githubweb
  11. test: update Apache Solr API (commit: 960e66a) — Otavio Santana / githubweb

#123 (Jul 23, 2023, 2:12:04 PM)

  1. test: create test scenario (commit: 3745aa3) — Otavio Santana / githubweb
  2. fix: avoid duplicade and condition at the query creation (commit: c9a16c0) — Otavio Santana / githubweb

#120 (Jul 21, 2023, 1:12:20 AM)

  1. chore: update arangodb to version 7.1.0 (commit: 7ed1960) — Otavio Santana / githubweb
  2. feat: update query using new arangodb api (commit: 368e337) — Otavio Santana / githubweb
  3. refactor: update API method to following the same ideia of the API (commit: 10dce5f) — Otavio Santana / githubweb
  4. feat: update configuration fixing typo from the ARangodb ApI (commit: 37d85cb) — Otavio Santana / githubweb
  5. fix: update arangodb test remove the dbclasses (commit: 4ce8dfc) — Otavio Santana / githubweb
  6. test: update test for working with key as String instead of long (commit: db6f3aa) — Otavio Santana / githubweb
  7. fix: update count method at arangodb avoding cast exceptoin (commit: d53469d) — Otavio Santana / githubweb
  8. test: update testing exploring the new API on arangodb 7 (commit: d5f9594) — Otavio Santana / githubweb
  9. test: update imports on arangodb test (commit: 8add6b8) — Otavio Santana / githubweb
  10. docs: update changelog version to 7.1.0 (commit: ae5816d) — Otavio Santana / githubweb
  11. refactor: fix typo at arangodb configuration (commit: 50de934) — Otavio Santana / githubweb
  12. docs: update arangodb typo at Arangodb configurations (commit: 2cb58b3) — Otavio Santana / githubweb
  13. docs: update docs README file at arangodb (commit: 188ae32) — Otavio Santana / githubweb

#119 (Jul 13, 2023, 1:54:50 AM)

  1. fix: update package with non-existent api (commit: 388aec1) — Otavio Santana / githubweb
  2. fix: fix couchbase (commit: 8370985) — Otavio Santana / githubweb
  3. fix: remove workflow reference (commit: c85e8cf) — Otavio Santana / githubweb
  4. refactor: remove final at mongodb template (commit: ef1e2e3) — Otavio Santana / githubweb

#117 (Jul 12, 2023, 3:24:31 PM)

  1. remove workflow reference (commit: 2ea532e) — Georg Leber / githubweb

#112 (Jul 5, 2023, 6:50:19 AM)

  1. docs: update nosql version (commit: 74a447c) — Otavio Santana / githubweb
  2. refactor: remove unnecessary attribute and constructor argument (commit: 366d12e) — Maximillian Arruda / githubweb
  3. refactor: remove unnecessary method (commit: 1658fd9) — Maximillian Arruda / githubweb
  4. refactor: fix the instantiation of the CassandraColumnManagerFactory (commit: c186357) — Maximillian Arruda / githubweb
  5. refactor: remove unnecessary attribute and constructor argument (commit: 384ecef) — Maximillian Arruda / githubweb
  6. changelog: add info: removed unnecessary attribute and constructor argument from  CassandraColumnManagerFactory and from its dependent classes; (commit: 189e32e) — Maximillian Arruda / githubweb
  7. chore: update testcontainer to version 1.18.3 (commit: 20c6bef) — Otavio Santana / githubweb
  8. chore: define CassandraTemplate with constructor (commit: b87b57b) — Otavio Santana / githubweb
  9. chore: define ElasticsearchTemplate with constructor (commit: 98f01ef) — Otavio Santana / githubweb
  10. fix: add default constructor at arangodb template (commit: cf69132) — Otavio Santana / githubweb
  11. fix: add hazelcastcasttemplate (commit: 72cdf0a) — Otavio Santana / githubweb
  12. fix: add orientdbtemplate (commit: 505c855) — Otavio Santana / githubweb
  13. chore: upgrade Cassandra version (commit: b2e3c2a) — Otavio Santana / githubweb
  14. chore: update couchbase httpclient to version 4.5.14 (commit: 36515b2) — Otavio Santana / githubweb
  15. chore: update dynamodb to version 2.20.98 (commit: 23c7f05) — Otavio Santana / githubweb
  16. chore: update ES to version 8.8.2 (commit: a650b8f) — Otavio Santana / githubweb
  17. chore: update hazelcat to version 5.3.1 (commit: c2d37d2) — Otavio Santana / githubweb
  18. chore: update mongodb version to 4.10.1 (commit: 7c28cb6) — Otavio Santana / githubweb
  19. chore: update orientdb verion to 3.2.20 (commit: 176a82f) — Otavio Santana / githubweb
  20. chore: update solr version to 9.2.1 (commit: d5e1490) — Otavio Santana / githubweb
  21. docs: add changelog info abuout the non ags bugs (commit: cfe0427) — Otavio Santana / githubweb
  22. docs: update changelog with the driver updates (commit: b75fd6c) — Otavio Santana / githubweb

#110 (Jun 22, 2023, 9:38:22 AM)

  1. chore: update veresion to asyn (commit: 887a7ae) — Otavio Santana / githubweb

#109 (Jun 22, 2023, 6:49:41 AM)

  1. chore: update jakarta data to version 1.0 (commit: d951b48) — Otavio Santana / githubweb
  2. docs: update change log to 1.0.0 (commit: f8cf837) — Otavio Santana / githubweb

#108 (Jun 22, 2023, 5:36:01 AM)

  1. optimize aggregate() (commit: 87c76e1) — noreply / githubweb
  2. feat: add count with bson query filter (commit: 1ea0b28) — Maximillian Arruda / githubweb
  3. feat: add count with bson query filter (commit: 9f9658b) — Maximillian Arruda / githubweb
  4. test: add tests for the count method with bson query filter (commit: f0b60cf) — Maximillian Arruda / githubweb
  5. feat: add implementation for the count method with bson query filter (commit: 54762aa) — Maximillian Arruda / githubweb
  6. test: add tests for the count method with bson query filter (commit: 6653975) — Maximillian Arruda / githubweb
  7. changelog: update change list (commit: d77122e) — Maximillian Arruda / githubweb
  8. changelog: update change list (commit: 5646a25) — Maximillian Arruda / githubweb
  9. docs: rename parameter name at javadoc (commit: c913f1a) — Maximillian Arruda / githubweb

#107 (Jun 7, 2023, 4:47:41 AM)

  1. test: add utility methods to manage indexes (commit: 2742bd2) — Maximillian Arruda / githubweb
  2. test: add tests for QueryConverter class (commit: 68a78fb) — Maximillian Arruda / githubweb
  3. bug: fix query converter to consider the index mapping (commit: ab1e19b) — Maximillian Arruda / githubweb
  4. chore: removed unnecessary attribute (commit: a4e2121) — Maximillian Arruda / githubweb
  5. chore: change to follow the dependent changed codes (commit: 6935791) — Maximillian Arruda / githubweb
  6. bug: fix the conversion from Document to DocumentEntity (commit: 23d28f1) — Maximillian Arruda / githubweb
  7. tests: remove unnecessary print stacktrace (commit: 2d2cea9) — Maximillian Arruda / githubweb
  8. chore: refactored code to provide flexibility to the tests (commit: 60de727) — Maximillian Arruda / githubweb
  9. tests(integration): add Author class for testing purposes (commit: a6d9a13) — Maximillian Arruda / githubweb
  10. tests(integration): converted code from Record to Class and added author field (commit: fa2615b) — Maximillian Arruda / githubweb
  11. tests(integration): added Library interface to acting as Jakarta Data Repository for testing purposes (commit: e267dc9) — Maximillian Arruda / githubweb
  12. tests(integration): changed codes to improve the test cases (commit: 17f9b00) — Maximillian Arruda / githubweb
  13. tests(integration): changed codes to improve the test cases (commit: 851a8a4) — Maximillian Arruda / githubweb
  14. tests(integration): added test cases to test the Jakarta Data Repository integration (commit: 7326543) — Maximillian Arruda / githubweb
  15. tests(integration): fix Book's updateEdition method (commit: b334d82) — Maximillian Arruda / githubweb

#106 (May 30, 2023, 12:51:21 AM)

  1. refactor: remove unsed field (commit: 7851511) — Otavio Santana / githubweb
  2. refactor: update refactor (commit: 82fc5c1) — Otavio Santana / githubweb
  3. test: create integration test (commit: 8e9196d) — Otavio Santana / githubweb
  4. test: make database public (commit: ed7e688) — Otavio Santana / githubweb
  5. chore: small fix (commit: 3319edd) — Otavio Santana / githubweb
  6. fix: add key for fix update method to the database (commit: 700b295) — Otavio Santana / githubweb
  7. test: crate integration test to ES (commit: 2b881f4) — Otavio Santana / githubweb
  8. test: make DocumentDatabase to ES public (commit: 59b23db) — Otavio Santana / githubweb
  9. test: update arangodb test (commit: 8dfaf13) — Otavio Santana / githubweb
  10. refactor: update Template to use constructor by field (commit: b5876c2) — Otavio Santana / githubweb
  11. test: create ES integration (commit: 7b04ca5) — Otavio Santana / githubweb
  12. test: update template integration test (commit: a35fd42) — Otavio Santana / githubweb
  13. refactor: inject by constructor on HazelcastTemplate (commit: b07c833) — Otavio Santana / githubweb
  14. fix: update supplier to the proper property (commit: f11904e) — Otavio Santana / githubweb
  15. fix: update integration test (commit: a9b9e8e) — Otavio Santana / githubweb
  16. refactor: include Book entity at Hazelcast as Serializable implementation (commit: 180914b) — Otavio Santana / githubweb
  17. test: update integration test with Hazelcast (commit: 4f10789) — Otavio Santana / githubweb
  18. test: create ingration test to hazelcast and key-value template (commit: a0b9600) — Otavio Santana / githubweb
  19. refactor: update orient template to inject by constructor (commit: b83f8c2) — Otavio Santana / githubweb
  20. fix: update message on supplier (commit: 04a0bef) — Otavio Santana / githubweb
  21. test: create integration test (commit: 68c1099) — Otavio Santana / githubweb
  22. feat: add id as field (commit: b3f1867) — Otavio Santana / githubweb
  23. feat: update DocumentManager (commit: 213c677) — Otavio Santana / githubweb
  24. chore: update query to support _id as an alias (commit: 0fa1f4c) — Otavio Santana / githubweb
  25. refactor: move to record (commit: 42b84ff) — Otavio Santana / githubweb
  26. refactor: update Book as class instead of record (commit: df166ef) — Otavio Santana / githubweb
  27. feat: update the update method with force sync (commit: 5eb61ca) — Otavio Santana / githubweb
  28. fix: convertion to new id (commit: 2663112) — Otavio Santana / githubweb
  29. fix: fix delete method by integration test (commit: 4fe9783) — Otavio Santana / githubweb
  30. refactor: use injection by constructor (commit: d91678c) — Otavio Santana / githubweb
  31. fix: update message error (commit: c7c9245) — Otavio Santana / githubweb
  32. test: create integration test (commit: ee67252) — Otavio Santana / githubweb
  33. chore: update test at sorl with integration test (commit: 80dcaea) — Otavio Santana / githubweb
  34. refactor: inject by constructor (commit: 5758917) — Otavio Santana / githubweb
  35. chore: create mapping test scenario (commit: d8b6bd4) — Otavio Santana / githubweb
  36. test: create cassandra integration test (commit: 5b0178e) — Otavio Santana / githubweb
  37. test: create cassndra integration test (commit: e2972e4) — Otavio Santana / githubweb
  38. fix: fix Cassandra supplier message (commit: a5b26ed) — Otavio Santana / githubweb
  39. fix: supplier message on database mapping (commit: c10d5d3) — Otavio Santana / githubweb
  40. style: remove unsed import (commit: 3442a6f) — Otavio Santana / githubweb
  41. style: remove unsed import (commit: cf9f332) — Otavio Santana / githubweb
  42. build(deps): Bump hazelcast from 5.1.4 to 5.3.0 in /jnosql-hazelcast (commit: 1d1d338) — noreply / githubweb
  43. test: fix to use couchbase with testcontainers (commit: 4077a0d) — Maximillian Arruda / githubweb
  44. test: fix to use couchbase with testcontainers (commit: 572f48c) — Maximillian Arruda / githubweb
  45. test: fix to simplify the code and to use couchbase with testcontainers (commit: 095a4a9) — Maximillian Arruda / githubweb
  46. test: fix to use couchbase with testcontainers (commit: 7990006) — Maximillian Arruda / githubweb
  47. test: fix to use couchbase with testcontainers (commit: 8fa340c) — Maximillian Arruda / githubweb
  48. chore: change to use java.util.Set to avoid duplication (commit: df9e22a) — Maximillian Arruda / githubweb
  49. chore: create the required indexes for the collections provided by the configurations (commit: 97bb258) — Maximillian Arruda / githubweb
  50. fix: remove simple quotes from N1QL identifiers during conversion; Closes #381 (commit: 7e07773) — Maximillian Arruda / githubweb
  51. changelog: remove simple quotes from N1QL identifiers during conversion (commit: 55b19de) — Maximillian Arruda / githubweb
  52. fix: verify bucket readiness on each bucket operation (commit: 460ae31) — Maximillian Arruda / githubweb
  53. test: added Book model (commit: 54f2f12) — Maximillian Arruda / githubweb
  54. test: change couchbase.properties (commit: 26e5edd) — Maximillian Arruda / githubweb
  55. test: added Library repository interface (commit: ea5e257) — Maximillian Arruda / githubweb
  56. test: added TemplateIntegrationTest (commit: 8c0fd16) — Maximillian Arruda / githubweb
  57. test: add DocumentTemplateIntegrationTest (commit: b170bb5) — Maximillian Arruda / githubweb
  58. test: add CouchbaseTemplateIntegrationTest (commit: d4c4dc8) — Maximillian Arruda / githubweb
  59. test: add CouchbaseDocumentRepositoryIntegrationTest (commit: 3c1eb54) — Maximillian Arruda / githubweb

#104 (May 18, 2023, 5:26:46 AM)

  1. chore: create mongodb template integration (commit: 1120ae2) — Otavio Santana / githubweb
  2. feat: create book record (commit: 3e7dd79) — Otavio Santana / githubweb
  3. chore: create mongodb template test (commit: 121f619) — Otavio Santana / githubweb
  4. feat: crete host method to database (commit: 0bd4945) — Otavio Santana / githubweb
  5. fix: update book entity (commit: 713680e) — Otavio Santana / githubweb
  6. test: create test integration scenario (commit: b222635) — Otavio Santana / githubweb
  7. test: create CRUD operation to integration test (commit: dfb012b) — Otavio Santana / githubweb
  8. test: create integration test to MongodbTemplate (commit: 765edcb) — Otavio Santana / githubweb
  9. refactor: move inject to use a single constructor (commit: 585a7fa) — Otavio Santana / githubweb
  10. docs: update changelog (commit: 7079e80) — Otavio Santana / githubweb

#102 (May 17, 2023, 12:35:16 PM)

  1. style: update methods order (commit: fabab8f) — Otavio Santana / githubweb
  2. docs: add mongodb template (commit: 7ca4add) — Otavio Santana / githubweb
  3. docs: add sample with mongodb (commit: e2ee793) — Otavio Santana / githubweb
  4. docs: update documentation mongodb (commit: 0f95edf) — Otavio Santana / githubweb
  5. docs: increase detail on mongodb template (commit: 6c90912) — Otavio Santana / githubweb
  6. docs: increase details on aggregate query with Mongdb (commit: 7eba09f) — Otavio Santana / githubweb
  7. build: upgrade dynamodb version and add module description (commit: 1250d91) — Maximillian Arruda / githubweb
  8. tests: remove unnecessary Dockerfile and fix shell script (commit: 17f098a) — Maximillian Arruda / githubweb
  9. tests: change implementation to use enum (commit: 5c7dab6) — Maximillian Arruda / githubweb
  10. docs: added dynamodb documentation (commit: 7c630a9) — Maximillian Arruda / githubweb
  11. changelog: add info about AWS SDK for DynamoDB version upgrading (commit: 892b4c3) — Maximillian Arruda / githubweb
  12. chore: remove unnecessary file (commit: d31fdb1) — Maximillian Arruda / githubweb
  13. fix: fix injection with CDI on mongodb template (commit: bc8ec3c) — Otavio Santana / githubweb
  14. feat: update hazelcast with the inject by constructor (commit: d8c18c3) — Otavio Santana / githubweb

#101 (May 2, 2023, 2:27:57 PM)

  1. fix: update API on database (commit: ad4424e) — Otavio Santana / githubweb
  2. refactor: update attecment api (commit: adae966) — Otavio Santana / githubweb

#100 (May 1, 2023, 4:04:32 PM)

  1. fix: shutdown Arangodb on close method execution (commit: 2b02057) — Maximillian Arruda / githubweb
  2. changelog: update with issue-366 resolution (commit: 3d89e9e) — Maximillian Arruda / githubweb