Skip to content
Failed

Changes

Summary

  1. chore: updaste microprofile version (commit: 941ff42) (details)
  2. feat: create filter to validation (commit: 561daf4) (details)
  3. feat: create validation on the scanner (commit: 798bd94) (details)
  4. style: remove unsed imports (commit: 3c52b86) (details)
  5. feat: enhances the documentation (commit: d3d6562) (details)
  6. docs: fix error message (commit: e718802) (details)
  7. chore: update Query 4 for supporting dashes (commit: bceaac6) (details)
  8. chore: update to support any name (commit: 9519f0c) (details)
  9. test: add dashes scenario (commit: 6dcd3c2) (details)
  10. chore: add support to query hypphen (commit: d8217bb) (details)
  11. chore: update metho4 query (commit: a53b72f) (details)
  12. test: add test scenario (commit: 04392b7) (details)
  13. test: create query scenario (commit: e524aea) (details)
  14. docs: update changelog (commit: 1772223) (details)
  15. Update README.adoc (commit: fc1e507) (details)
  16. docs: update changelog (commit: b832697) (details)
  17. chore: update maven dependency on small config (commit: 77db275) (details)
  18. chore: update version to 1.0.2 (commit: 227349c) (details)
  19. docs: update release in changelog (commit: d5979a1) (details)
  20. docs: update version at readme (commit: 6b3e67c) (details)
  21. feat: update and project the microprofile settings (commit: a40fe51) (details)
  22. test: update test in the microprofile settings (commit: 05a7673) (details)
  23. test: update remove the properties in the microprofile (commit: 4b7b309) (details)
Commit 941ff42b73f8c4b02d6065c40a63940a4728313c by Otavio Santana
chore: updaste microprofile version

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 941ff42)
The file was modified pom.xml (diff)
Commit 561daf4b8bf0fa52f8e1f726d7ed7ee93fc39fde by Otavio Santana
feat: create filter to validation

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 561daf4)
The file was modified jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/RepositoryFilter.java (diff)
The file was modified jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/ClassGraphClassScanner.java (diff)
The file was modified jnosql-mapping/jnosql-mapping-reflection/src/test/java/org/eclipse/jnosql/mapping/reflection/RepositoryFilterTest.java (diff)
Commit 798bd941658e3ac787edddb3cba0f200762267fd by Otavio Santana
feat: create validation on the scanner

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 798bd94)
The file was modified jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/ClassGraphClassScanner.java (diff)
Commit 3c52b8613e7e2a138575fcd86875e129b76e8a07 by Otavio Santana
style: remove unsed imports

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 3c52b86)
The file was modified jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/RepositoryFilter.java (diff)
Commit d3d6562208cc7fd79f67cdc6282cd2f17b982464 by Otavio Santana
feat: enhances the documentation

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: d3d6562)
The file was modified jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/ClassGraphClassScanner.java (diff)
Commit e7188026918749a201f439b94e994b98a6c7174b by Otavio Santana
docs: fix error message

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: e718802)
The file was modified CHANGELOG.adoc (diff)
Commit bceaac664e0b22785023545213f7bbcd7e260144 by Otavio Santana
chore: update Query 4 for supporting dashes

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: bceaac6)
The file was modified antlr4/org/eclipse/jnosql/query/grammar/Query.g4 (diff)
Commit 9519f0c366fbf99d78047aa3440ad5070734ebe2 by Otavio Santana
chore: update to support any name

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 9519f0c)
The file was modified antlr4/org/eclipse/jnosql/query/grammar/method/Method.g4 (diff)
Commit 6dcd3c28cd782ba122073da41e691ab7e6fd5c2d by Otavio Santana
test: add dashes scenario

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 6dcd3c2)
The file was modified jnosql-communication/jnosql-communication-query/src/test/resources/select_jnosql.nosql (diff)
The file was modified jnosql-communication/jnosql-communication-query/src/test/resources/insert_jnosql.nosql (diff)
The file was modified jnosql-communication/jnosql-communication-query/src/test/resources/delete_jnosql.nosql (diff)
Commit d8217bb0213117fb67d833484f9a26da21920fe3 by Otavio Santana
chore: add support to query hypphen

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: d8217bb)
The file was modified antlr4/org/eclipse/jnosql/query/grammar/Query.g4 (diff)
Commit a53b72f0c030c1f749ab4a0ed756dfa8dec76a26 by Otavio Santana
chore: update metho4 query

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: a53b72f)
The file was modified antlr4/org/eclipse/jnosql/query/grammar/method/Method.g4 (diff)
Commit 04392b7e901dedccc5cbf200e66cad8361bea09b by Otavio Santana
test: add test scenario

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 04392b7)
The file was modified jnosql-communication/jnosql-communication-query/src/test/resources/insert_jnosql.nosql (diff)
Commit e524aeac10c37f150d906a969376e471e28dd448 by Otavio Santana
test: create query scenario

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: e524aea)
The file was modified jnosql-communication/jnosql-communication-query/src/test/java/org/eclipse/jnosql/communication/query/SelectQueryConverterTest.java (diff)
Commit 17722238ff00f27ba79db14c6d22934252d59a32 by Otavio Santana
docs: update changelog

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 1772223)
The file was modified CHANGELOG.adoc (diff)
The file was modified README.adoc (diff)
Commit b832697f5a3f87ed082ccff266ecd874ad626476 by Otavio Santana
docs: update changelog

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: b832697)
The file was modified CHANGELOG.adoc (diff)
Commit 77db2757bc528e893b714c05d067d9f9c8320ee0 by Otavio Santana
chore: update maven dependency on small config

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 77db275)
The file was modified pom.xml (diff)
Commit 227349cfcbb79d5fa09fcba68f5a42240dc09dcb by Otavio Santana
chore: update version to 1.0.2

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 227349c)
The file was modified jnosql-communication/pom.xml (diff)
The file was modified jnosql-communication/jnosql-communication-column/pom.xml (diff)
The file was modified jnosql-mapping/jnosql-mapping-api-core/pom.xml (diff)
The file was modified jnosql-mapping/jnosql-mapping-reflection/pom.xml (diff)
The file was modified jnosql-communication/jnosql-communication-core/pom.xml (diff)
The file was modified jnosql-mapping/jnosql-mapping-document/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified jnosql-mapping/jnosql-mapping-core/pom.xml (diff)
The file was modified jnosql-mapping/pom.xml (diff)
The file was modified jnosql-mapping/jnosql-mapping-graph/pom.xml (diff)
The file was modified jnosql-communication/jnosql-communication-query/pom.xml (diff)
The file was modified jnosql-communication/jnosql-communication-document/pom.xml (diff)
The file was modified jnosql-mapping/jnosql-mapping-column/pom.xml (diff)
The file was modified jnosql-mapping/jnosql-mapping-key-value/pom.xml (diff)
The file was modified jnosql-communication/jnosql-communication-key-value/pom.xml (diff)
Commit d5979a166f0a1c7ff3648f8a5aead1a54531a0a3 by Otavio Santana
docs: update release in changelog

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: d5979a1)
The file was modified CHANGELOG.adoc (diff)
Commit 6b3e67cb3083c14cc6bc3ad429ca4c06a6eae2f7 by Otavio Santana
docs: update version at readme

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 6b3e67c)
The file was modified README.adoc (diff)
Commit a40fe5166e03d68e8d9fde892e86cb73b01af472 by Otavio Santana
feat: update and project the microprofile settings

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: a40fe51)
The file was modified jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/config/MicroProfileSettings.java (diff)
Commit 05a7673489d86402d0e6c3225414158f2035410c by Otavio Santana
test: update test in the microprofile settings

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 05a7673)
The file was modified jnosql-mapping/jnosql-mapping-core/src/test/java/org/eclipse/jnosql/mapping/config/MicroProfileSettingsTest.java (diff)
Commit 4b7b30986b610c74bbb2464565fa4cb7906f92ec by Otavio Santana
test: update remove the properties in the microprofile

Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
(commit: 4b7b309)
The file was modified jnosql-mapping/jnosql-mapping-core/src/test/java/org/eclipse/jnosql/mapping/config/MicroProfileSettingsTest.java (diff)