Skip to content

Changes

Summary

  1. creates tck structure (commit: 80f26ef) (details)
  2. updates header license (commit: df2812a) (details)
  3. creates column test (commit: d35e24e) (details)
  4. fixes typo (commit: 2921180) (details)
  5. creates column test (commit: be249c2) (details)
  6. fixes updates column communication tck (commit: ab03bcc) (details)
  7. creates communication column tck tests (commit: 36b5530) (details)
  8. Updates package names at TCK (commit: 8ec3008) (details)
Commit 80f26efb7fe73eef51e34e512dc99524720ce41c by Otavio Santana
creates tck structure
(commit: 80f26ef)
The file was addedtck/mapping-tck/mapping-tck-core/.gitignore
The file was addedtck/communication-tck/communication-tck-column/pom.xml
The file was addedtck/communication-tck/communication-tck-document/.gitignore
The file was addedtck/communication-tck/communication-tck-core/pom.xml
The file was addedtck/communication-tck/communication-tck-key-value/.gitignore
The file was addedtck/README.adoc
The file was addedtck/mapping-tck/mapping-tck-column/.gitignore
The file was addedtck/mapping-tck/mapping-tck-core/pom.xml
The file was addedtck/communication-tck/pom.xml
The file was addedtck/mapping-tck/mapping-tck-key-value/pom.xml
The file was addedtck/communication-tck/communication-tck-column/.gitignore
The file was addedtck/mapping-tck/mapping-tck-document/pom.xml
The file was addedtck/mapping-tck/mapping-tck-core/src/main/java/jakarta/nosql/mapping/tck/HelloWorldTest.java
The file was addedtck/mapping-tck/mapping-tck-document/.gitignore
The file was addedtck/pom.xml
The file was addedtck/communication-tck/communication-tck-core/.gitignore
The file was addedtck/communication-tck/communication-tck-key-value/pom.xml
The file was addedtck/mapping-tck/mapping-tck-column/pom.xml
The file was addedtck/mapping-tck/pom.xml
The file was addedtck/communication-tck/communication-tck-document/pom.xml
The file was addedtck/mapping-tck/mapping-tck-key-value/.gitignore
Commit df2812a8403378dcb15f14f5848c97ed6c589b7a by Otavio Santana
updates header license
(commit: df2812a)
The file was modified tck/communication-tck/communication-tck-document/pom.xml
The file was modified tck/communication-tck/communication-tck-key-value/pom.xml
The file was modified tck/communication-tck/communication-tck-core/src/main/java/jakarta/nosql/communication/tck/ParamValueTest.java
The file was modified tck/driver-tck/driver-tck-document/pom.xml
The file was modified tck/mapping-tck/mapping-tck-core/pom.xml
The file was modified tck/communication-tck/communication-tck-column/pom.xml
The file was addedtck/communication-tck/communication-tck-key-value/src/main/java/jakarta/nosql/communication/tck/KeyValueEntityTest.java
The file was modified tck/communication-tck/communication-tck-core/src/main/java/jakarta/nosql/communication/tck/SortTest.java
The file was modified tck/communication-tck/communication-tck-core/src/main/java/jakarta/nosql/communication/tck/ValueReaderDecoratorTest.java
The file was modified tck/mapping-tck/mapping-tck-document/pom.xml
The file was modified tck/driver-tck/pom.xml
The file was modified tck/communication-tck/communication-tck-core/src/main/java/jakarta/nosql/communication/tck/SettingsBuilderTest.java
The file was modified pom.xml
The file was modified tck/driver-tck/driver-tck-column/pom.xml
The file was modified tck/driver-tck/driver-tck-key-value/pom.xml
The file was modified tck/mapping-tck/mapping-tck-key-value/pom.xml
The file was modified tck/communication-tck/pom.xml
The file was modified tck/mapping-tck/mapping-tck-column/pom.xml
The file was modified tck/mapping-tck/mapping-tck-core/src/main/java/jakarta/nosql/mapping/tck/HelloWorldTest.java
The file was modified tck/communication-tck/communication-tck-core/pom.xml
The file was modified tck/communication-tck/communication-tck-core/src/main/java/jakarta/nosql/communication/tck/ValueTest.java
The file was modified tck/mapping-tck/pom.xml
The file was modified tck/pom.xml
The file was modified tck/communication-tck/communication-tck-core/src/main/java/jakarta/nosql/communication/tck/SettingsTest.java
Commit d35e24eab529adaefc523c200896fc652b310060 by Otavio Santana
creates column test
(commit: d35e24e)
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/DefaultColumnConditionTest.java
The file was modified tck/communication-tck/communication-tck-column/pom.xml
The file was modified tck/communication-tck/communication-tck-key-value/src/main/java/jakarta/nosql/communication/tck/KeyValueEntityTest.java
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnEntityTest.java
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnTest.java
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnsTest.java
Commit 2921180fc5d3c786cd5a528c9ea6b33ab2e003fc by Otavio Santana
fixes typo
(commit: 2921180)
The file was modified tck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnEntityTest.java
The file was removedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/DefaultColumnConditionTest.java
Commit be249c2301df958fd53aaf1ce80a868fcbd55262 by Otavio Santana
creates column test
(commit: be249c2)
The file was modified tck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnTest.java
Commit ab03bcc44f55dcf629e3e0cd891b5d3c952f6208 by Otavio Santana
fixes updates column communication tck
(commit: ab03bcc)
The file was modified tck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnTest.java
The file was modified tck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnEntityTest.java
Commit 36b55306e44e286803a0fe561a16a6fd43c0e74d by Otavio Santana
creates communication column tck tests
(commit: 36b5530)
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnQueryParserAsyncTest.java
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnDeleteQueryTest.java
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnParamsTest.java
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnQueryParserTest.java
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnQueryTest.java
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/SelectQueryBuilderTest.java
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/DeleteQueryBuilderTest.java
Commit 8ec30087c75ef75854d6b1ad4309df081f22ca22 by Otavio Santana
Updates package names at TCK
(commit: 8ec3008)
The file was removedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnParamsTest.java
The file was removedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/DeleteQueryBuilderTest.java
The file was removedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnTest.java
The file was addedtck/communication-tck/communication-tck-key-value/src/main/java/jakarta/nosql/communication/tck/keyvalue/KeyValueEntityTest.java
The file was removedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnQueryTest.java
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/column/ColumnQueryParserTest.java
The file was removedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnsTest.java
The file was addedtck/communication-tck/communication-tck-document/src/main/java/jakarta/nosql/communication/tck/document/DocumentQueryTest.java
The file was addedtck/communication-tck/communication-tck-document/src/main/java/jakarta/nosql/communication/tck/document/DefaultSelectQueryBuilderTest.java
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/column/ColumnsTest.java
The file was removedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnQueryParserAsyncTest.java
The file was addedtck/communication-tck/communication-tck-document/src/main/java/jakarta/nosql/communication/tck/document/DefaultDeleteQueryBuilderTest.java
The file was addedtck/communication-tck/communication-tck-document/src/main/java/jakarta/nosql/communication/tck/document/DocumentTest.java
The file was removedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnQueryParserTest.java
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/column/ColumnQueryTest.java
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/column/DeleteQueryBuilderTest.java
The file was modified tck/communication-tck/communication-tck-document/pom.xml
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/column/ColumnParamsTest.java
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/column/SelectQueryBuilderTest.java
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/column/ColumnDeleteQueryTest.java
The file was addedtck/communication-tck/communication-tck-document/src/main/java/jakarta/nosql/communication/tck/document/DocumentsTest.java
The file was addedtck/communication-tck/communication-tck-key-value/src/main/java/jakarta/nosql/communication/tck/keyvalue/KeyValueQueryParserTest.java
The file was removedtck/communication-tck/communication-tck-key-value/src/main/java/jakarta/nosql/communication/tck/KeyValueQueryParserTest.java
The file was removedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnEntityTest.java
The file was removedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/SelectQueryBuilderTest.java
The file was addedtck/communication-tck/communication-tck-document/src/main/java/jakarta/nosql/communication/tck/document/DocumentEntityTest.java
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/column/ColumnTest.java
The file was addedtck/communication-tck/communication-tck-document/src/main/java/jakarta/nosql/communication/tck/document/DocumentParamsTest.java
The file was removedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/tck/ColumnDeleteQueryTest.java
The file was addedtck/communication-tck/communication-tck-document/src/main/java/jakarta/nosql/communication/tck/document/DocumentQueryParserTest.java
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/column/ColumnEntityTest.java
The file was addedtck/communication-tck/communication-tck-document/src/main/java/jakarta/nosql/communication/tck/document/DocumentDeleteQueryTest.java
The file was addedtck/communication-tck/communication-tck-column/src/main/java/jakarta/nosql/communication/column/ColumnQueryParserAsyncTest.java
The file was removedtck/communication-tck/communication-tck-key-value/src/main/java/jakarta/nosql/communication/tck/KeyValueEntityTest.java