[GH] JDO-830: Migrate JUnit tests in tck to version 5 (db-jdo)

2023-11-06 Thread via GitHub
tzaeschke commented on code in PR #85: URL: https://github.com/apache/db-jdo/pull/85#discussion_r1383891081 ## exectck/src/main/java/org/apache/jdo/exectck/RunTCK.java: ## @@ -140,37 +141,178 @@ private String getTrimmedPropertyValue(Properties props, String key) { return

Re: [PR] JDO-822 - Add JDK 21 to matrix build (db-jdo)

2023-10-24 Thread via GitHub
clr-apache commented on PR #84: URL: https://github.com/apache/db-jdo/pull/84#issuecomment-1778204772 Looks good. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] JDO-822 - Add JDK 21 to matrix build (db-jdo)

2023-10-26 Thread via GitHub
tobous merged PR #84: URL: https://github.com/apache/db-jdo/pull/84 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jdo-dev-unsubscr...@db.apache.org

[PR] JDO-830: Migrate JUnit tests in tck to version 5 (db-jdo)

2023-11-06 Thread via GitHub
mboapache opened a new pull request, #85: URL: https://github.com/apache/db-jdo/pull/85 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [PR] JDO-830: Migrate JUnit tests in tck to version 5 (db-jdo)

2023-11-06 Thread via GitHub
sonarcloud[bot] commented on PR #85: URL: https://github.com/apache/db-jdo/pull/85#issuecomment-1794402762 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[PR] JDO-822 - Add JDK 21 to matrix build (db-jdo)

2023-10-24 Thread via GitHub
tobous opened a new pull request, #84: URL: https://github.com/apache/db-jdo/pull/84 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] JDO-822 - Add JDK 21 to matrix build (db-jdo)

2023-10-24 Thread via GitHub
sonarcloud[bot] commented on PR #84: URL: https://github.com/apache/db-jdo/pull/84#issuecomment-1777490176 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GH] JDO-830: Migrate JUnit tests in tck to version 5 (db-jdo)

2023-11-08 Thread via GitHub
mboapache commented on code in PR #85: URL: https://github.com/apache/db-jdo/pull/85#discussion_r1387172217 ## exectck/src/main/java/org/apache/jdo/exectck/RunTCK.java: ## @@ -263,231 +396,261 @@ public void execute() throws MojoExecutionException, MojoFailureException {

[GH] JDO-830: Migrate JUnit tests in tck to version 5 (db-jdo)

2023-11-08 Thread via GitHub
mboapache commented on code in PR #85: URL: https://github.com/apache/db-jdo/pull/85#discussion_r1387252360 ## exectck/src/main/java/org/apache/jdo/exectck/RunTCK.java: ## @@ -263,231 +396,261 @@ public void execute() throws MojoExecutionException, MojoFailureException {

[GH] JDO-830: Migrate JUnit tests in tck to version 5 (db-jdo)

2023-11-08 Thread via GitHub
mboapache commented on code in PR #85: URL: https://github.com/apache/db-jdo/pull/85#discussion_r1387168344 ## exectck/src/main/java/org/apache/jdo/exectck/RunTCK.java: ## @@ -140,37 +141,178 @@ private String getTrimmedPropertyValue(Properties props, String key) { return

[GH] JDO-830: Migrate JUnit tests in tck to version 5 (db-jdo)

2023-11-08 Thread via GitHub
mboapache commented on code in PR #85: URL: https://github.com/apache/db-jdo/pull/85#discussion_r1387254461 ## exectck/src/main/java/org/apache/jdo/exectck/RunTCK.java: ## @@ -528,13 +693,14 @@ public void execute() throws MojoExecutionException, MojoFailureException {

Re: [PR] JDO-830: Migrate JUnit tests in tck to version 5 (db-jdo)

2023-11-09 Thread via GitHub
sonarcloud[bot] commented on PR #85: URL: https://github.com/apache/db-jdo/pull/85#issuecomment-1804648411 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] tzaeschke commented on pull request #61: [JDO-709] Enable Element.TYPE for @Convert - TCK test

2023-01-29 Thread via GitHub
tzaeschke commented on PR #61: URL: https://github.com/apache/db-jdo/pull/61#issuecomment-1407688135 I filed a ticket for the Datanucleus reference implementation: https://github.com/datanucleus/datanucleus-api-jdo/issues/127 -- This is an automated message from the Apache Git Service.

[GitHub] [db-jdo] mboapache merged pull request #70: JDO-825: Improve exectck classes

2023-03-09 Thread via GitHub
mboapache merged PR #70: URL: https://github.com/apache/db-jdo/pull/70 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #71: Remopved catch(Throwable)

2023-03-09 Thread via GitHub
sonarcloud[bot] commented on PR #71: URL: https://github.com/apache/db-jdo/pull/71#issuecomment-1462682826 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #69: Removed nested try-catch

2023-03-09 Thread via GitHub
sonarcloud[bot] commented on PR #69: URL: https://github.com/apache/db-jdo/pull/69#issuecomment-1462627621 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] tzaeschke merged pull request #69: Removed nested try-catch

2023-03-09 Thread via GitHub
tzaeschke merged PR #69: URL: https://github.com/apache/db-jdo/pull/69 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [db-jdo] tzaeschke merged pull request #71: Removed catch(Throwable)

2023-03-09 Thread via GitHub
tzaeschke merged PR #71: URL: https://github.com/apache/db-jdo/pull/71 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [db-jdo] mboapache commented on pull request #69: Remevod nested try-catch

2023-03-04 Thread via GitHub
mboapache commented on PR #69: URL: https://github.com/apache/db-jdo/pull/69#issuecomment-1454827446 The PR looks good, I just added a minor comment above. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #70: JDO-825: Improve exectck classes

2023-03-05 Thread via GitHub
sonarcloud[bot] commented on PR #70: URL: https://github.com/apache/db-jdo/pull/70#issuecomment-1455192676 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #69: Remevod nested try-catch

2023-03-01 Thread via GitHub
sonarcloud[bot] commented on PR #69: URL: https://github.com/apache/db-jdo/pull/69#issuecomment-1450889770 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #69: Remevod nested try-catch

2023-03-01 Thread via GitHub
sonarcloud[bot] commented on PR #69: URL: https://github.com/apache/db-jdo/pull/69#issuecomment-1450884853 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] tzaeschke opened a new pull request, #69: Remevod nested try-catch

2023-03-01 Thread via GitHub
tzaeschke opened a new pull request, #69: URL: https://github.com/apache/db-jdo/pull/69 Remove code smells of type: nested try-catch. See https://issues.apache.org/jira/browse/JDO-823. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #75: JDO-823 - Make JDOException immutable

2023-04-18 Thread via GitHub
sonarcloud[bot] commented on PR #75: URL: https://github.com/apache/db-jdo/pull/75#issuecomment-1513918820 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] tobous opened a new pull request, #75: JDO-823 - Make JDOException immutable

2023-04-18 Thread via GitHub
tobous opened a new pull request, #75: URL: https://github.com/apache/db-jdo/pull/75 This PR changes the behavior of `toString()` and `printStackTrace(...)`. To avoid duplication in the `printStackTrace()`, the nested exceptions are no longer printed as part of the `toString()`.

[GitHub] [db-jdo] tobous commented on pull request #75: JDO-823 - Make JDOException immutable

2023-04-20 Thread via GitHub
tobous commented on PR #75: URL: https://github.com/apache/db-jdo/pull/75#issuecomment-1516770471 Rejected. Old behavior is preferred. `JDOException` being mutable is too low of an issue for the larger rework necessary to replicate the old behavior while keeping the class immutable. --

[GitHub] [db-jdo] tzaeschke merged pull request #74: JDO 826 - Fix @Convert javadoc for types

2023-04-20 Thread via GitHub
tzaeschke merged PR #74: URL: https://github.com/apache/db-jdo/pull/74 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [db-jdo] tobous closed pull request #75: JDO-823 - Make JDOException immutable

2023-04-20 Thread via GitHub
tobous closed pull request #75: JDO-823 - Make JDOException immutable URL: https://github.com/apache/db-jdo/pull/75 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [db-jdo] tobous opened a new pull request, #76: JDO-823 - Make fields in JDOException final

2023-04-20 Thread via GitHub
tobous opened a new pull request, #76: URL: https://github.com/apache/db-jdo/pull/76 Make all fields in JDOException final. Explicitly excludes 'inPrintStackTrace' as it is needed for some state tracking. Makes it 'transient' instead. -- This is an automated message from the Apache Git

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #76: JDO-823 - Make fields in JDOException final

2023-04-20 Thread via GitHub
sonarcloud[bot] commented on PR #76: URL: https://github.com/apache/db-jdo/pull/76#issuecomment-1516777040 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] tzaeschke merged pull request #76: JDO-823 - Make fields in JDOException final

2023-04-26 Thread via GitHub
tzaeschke merged PR #76: URL: https://github.com/apache/db-jdo/pull/76 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #72: JDO-823: Remove unused local variable

2023-03-30 Thread via GitHub
sonarcloud[bot] commented on PR #72: URL: https://github.com/apache/db-jdo/pull/72#issuecomment-1490859079 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #72: JDO-823: Remove unused local variable

2023-03-30 Thread via GitHub
sonarcloud[bot] commented on PR #72: URL: https://github.com/apache/db-jdo/pull/72#issuecomment-1490850995 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] tzaeschke opened a new pull request, #72: JDO-823: Remove unused local variable

2023-03-30 Thread via GitHub
tzaeschke opened a new pull request, #72: URL: https://github.com/apache/db-jdo/pull/72 Remove unused local variables. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #73: Update PropertyUtils.java

2023-04-03 Thread via GitHub
sonarcloud[bot] commented on PR #73: URL: https://github.com/apache/db-jdo/pull/73#issuecomment-1495138879 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #73: Update PropertyUtils.java

2023-04-04 Thread via GitHub
sonarcloud[bot] commented on PR #73: URL: https://github.com/apache/db-jdo/pull/73#issuecomment-1496338683 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] clr-apache merged pull request #73: Update PropertyUtils.java

2023-04-04 Thread via GitHub
clr-apache merged PR #73: URL: https://github.com/apache/db-jdo/pull/73 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #74: JDO 826 - Fix @Convert javadoc for types

2023-04-08 Thread via GitHub
sonarcloud[bot] commented on PR #74: URL: https://github.com/apache/db-jdo/pull/74#issuecomment-1500862018 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] tzaeschke opened a new pull request, #74: JDO 826 - Fix @Convert javadoc for types

2023-04-08 Thread via GitHub
tzaeschke opened a new pull request, #74: URL: https://github.com/apache/db-jdo/pull/74 Remove claim that @Convert can be put on types. See https://issues.apache.org/jira/browse/JDO-826. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [db-jdo] tzaeschke merged pull request #72: JDO-823: Remove unused local variable

2023-04-06 Thread via GitHub
tzaeschke merged PR #72: URL: https://github.com/apache/db-jdo/pull/72 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [db-jdo] clr-apache opened a new pull request, #73: Update PropertyUtils.java

2023-04-02 Thread via GitHub
clr-apache opened a new pull request, #73: URL: https://github.com/apache/db-jdo/pull/73 JDO-819 Fix code smells Use "Arrays.copyOf", "Arrays.asList", "Collections.addAll" or "System.arraycopy" instead. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #73: Update PropertyUtils.java

2023-04-02 Thread via GitHub
sonarcloud[bot] commented on PR #73: URL: https://github.com/apache/db-jdo/pull/73#issuecomment-1493455267 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #73: Update PropertyUtils.java

2023-04-04 Thread via GitHub
sonarcloud[bot] commented on PR #73: URL: https://github.com/apache/db-jdo/pull/73#issuecomment-1496268741 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #68: JDO-823: Fix more sonarcloud issues of type Code Smells

2023-02-02 Thread via GitHub
sonarcloud[bot] commented on PR #68: URL: https://github.com/apache/db-jdo/pull/68#issuecomment-1414114735 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #68: JDO-823: Fix more sonarcloud issues of type Code Smells

2023-02-02 Thread via GitHub
sonarcloud[bot] commented on PR #68: URL: https://github.com/apache/db-jdo/pull/68#issuecomment-1414328038 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] mboapache merged pull request #68: JDO-823: Fix more sonarcloud issues of type Code Smells

2023-02-02 Thread via GitHub
mboapache merged PR #68: URL: https://github.com/apache/db-jdo/pull/68 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] JDO-827 Simplify JNDI (db-jdo)

2023-07-06 Thread via GitHub
sonarcloud[bot] commented on PR #81: URL: https://github.com/apache/db-jdo/pull/81#issuecomment-1624146331 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

Re: [PR] JDO-827 Simplify JNDI (db-jdo)

2023-07-06 Thread via GitHub
tzaeschke merged PR #81: URL: https://github.com/apache/db-jdo/pull/81 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] JDO-832: Remove RunTCK option jdo.tck.skipJndi (db-jdo)

2023-07-08 Thread via GitHub
sonarcloud[bot] commented on PR #82: URL: https://github.com/apache/db-jdo/pull/82#issuecomment-1627466461 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[PR] JDO-832: Remove RunTCK option jdo.tck.skipJndi (db-jdo)

2023-07-08 Thread via GitHub
mboapache opened a new pull request, #82: URL: https://github.com/apache/db-jdo/pull/82 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[PR] Clean up Enhancer.execute() (db-jdo)

2023-07-10 Thread via GitHub
tzaeschke opened a new pull request, #83: URL: https://github.com/apache/db-jdo/pull/83 As part of https://issues.apache.org/jira/browse/JDO-823, this PR attempt to clean up code issues in the `Enhancer`. Specifically: - [x] Reduce code complexity of `execute()`. Done. - [ ] ~~Fix

Re: [PR] Clean up Enhancer.execute() (db-jdo)

2023-07-10 Thread via GitHub
sonarcloud[bot] commented on PR #83: URL: https://github.com/apache/db-jdo/pull/83#issuecomment-1628800957 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

Re: [PR] Clean up Enhancer.execute() (db-jdo)

2023-07-10 Thread via GitHub
sonarcloud[bot] commented on PR #83: URL: https://github.com/apache/db-jdo/pull/83#issuecomment-1628806607 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

Re: [PR] Clean up Enhancer.execute() (db-jdo)

2023-07-16 Thread via GitHub
sonarcloud[bot] commented on PR #83: URL: https://github.com/apache/db-jdo/pull/83#issuecomment-1637037832 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality Gate

Re: [PR] Clean up Enhancer.execute() (db-jdo)

2023-07-16 Thread via GitHub
sonarcloud[bot] commented on PR #83: URL: https://github.com/apache/db-jdo/pull/83#issuecomment-1637032727 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

Re: [PR] Clean up Enhancer.execute() (db-jdo)

2023-07-20 Thread via GitHub
sonarcloud[bot] commented on PR #83: URL: https://github.com/apache/db-jdo/pull/83#issuecomment-1644423598 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

Re: [PR] Clean up Enhancer.execute() (db-jdo)

2023-07-20 Thread via GitHub
sonarcloud[bot] commented on PR #83: URL: https://github.com/apache/db-jdo/pull/83#issuecomment-167685 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

Re: [PR] JDO-829: api: Migrate JUnit tests to version 5 (db-jdo)

2023-07-05 Thread via GitHub
mboapache merged PR #80: URL: https://github.com/apache/db-jdo/pull/80 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] JDO-832: Remove RunTCK option jdo.tck.skipJndi (db-jdo)

2023-07-13 Thread via GitHub
mboapache merged PR #82: URL: https://github.com/apache/db-jdo/pull/82 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #78: JDO-828 - Add setup for subjects for automated GitHub emails

2023-06-04 Thread via GitHub
sonarcloud[bot] commented on PR #78: URL: https://github.com/apache/db-jdo/pull/78#issuecomment-1575656329 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo-site] tobous opened a new pull request, #47: JDO-828 - Add setup for subjects for automated GitHub emails

2023-06-04 Thread via GitHub
tobous opened a new pull request, #47: URL: https://github.com/apache/db-jdo-site/pull/47 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [db-jdo] tobous opened a new pull request, #78: JDO-828 - Add setup for subjects for automated GitHub emails

2023-06-04 Thread via GitHub
tobous opened a new pull request, #78: URL: https://github.com/apache/db-jdo/pull/78 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [db-jdo-site] clr-apache commented on pull request #48: Update GitHub action versions & replace deprecated commands

2023-06-04 Thread via GitHub
clr-apache commented on PR #48: URL: https://github.com/apache/db-jdo-site/pull/48#issuecomment-1575823651 I can't say I understand this, but have no objections. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [db-jdo-site] tobous opened a new pull request, #48: Update GitHub action versions & replace deprecated commands

2023-06-04 Thread via GitHub
tobous opened a new pull request, #48: URL: https://github.com/apache/db-jdo-site/pull/48 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [db-jdo] tobous opened a new pull request, #79: Update GitHub action versions

2023-06-04 Thread via GitHub
tobous opened a new pull request, #79: URL: https://github.com/apache/db-jdo/pull/79 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #79: Update GitHub action versions

2023-06-04 Thread via GitHub
sonarcloud[bot] commented on PR #79: URL: https://github.com/apache/db-jdo/pull/79#issuecomment-1575670686 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo-site] clr-apache commented on pull request #47: JDO-828 - Add setup for subjects for automated GitHub emails

2023-06-04 Thread via GitHub
clr-apache commented on PR #47: URL: https://github.com/apache/db-jdo-site/pull/47#issuecomment-1575812666 Looks good. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [db-jdo-site] tzaeschke commented on pull request #47: JDO-828 - Add setup for subjects for automated GitHub emails

2023-06-05 Thread via GitHub
tzaeschke commented on PR #47: URL: https://github.com/apache/db-jdo-site/pull/47#issuecomment-1576281468 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [db-jdo-site] tzaeschke commented on pull request #48: Update GitHub action versions & replace deprecated commands

2023-06-05 Thread via GitHub
tzaeschke commented on PR #48: URL: https://github.com/apache/db-jdo-site/pull/48#issuecomment-1576280938 LGTM > I can't say I understand this, but have no objections. More about removal of deprecated commands:

Re: [PR] Update GitHub action versions & replace deprecated commands (db-jdo-site)

2023-06-08 Thread via GitHub
tobous merged PR #48: URL: https://github.com/apache/db-jdo-site/pull/48 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Update GitHub action versions (db-jdo)

2023-06-08 Thread via GitHub
tobous merged PR #79: URL: https://github.com/apache/db-jdo/pull/79 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jdo-dev-unsubscr...@db.apache.org

[GitHub] [db-jdo-site] tobous merged pull request #47: JDO-828 - Add setup for subjects for automated GitHub emails

2023-06-08 Thread via GitHub
tobous merged PR #47: URL: https://github.com/apache/db-jdo-site/pull/47 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [db-jdo] tobous merged pull request #78: JDO-828 - Add setup for subjects for automated GitHub emails

2023-06-08 Thread via GitHub
tobous merged PR #78: URL: https://github.com/apache/db-jdo/pull/78 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jdo-dev-unsubscr...@db.apache.org

Re: [PR] Clean up Enhancer.execute() (db-jdo)

2023-07-27 Thread via GitHub
tzaeschke merged PR #83: URL: https://github.com/apache/db-jdo/pull/83 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] JDO-829: api: Migrate JUnit tests to version 5 (db-jdo)

2023-06-28 Thread via GitHub
sonarcloud[bot] commented on PR #80: URL: https://github.com/apache/db-jdo/pull/80#issuecomment-1611870703 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[PR] JDO-829: api: Migrate JUnit tests to version 5 (db-jdo)

2023-06-28 Thread via GitHub
mboapache opened a new pull request, #80: URL: https://github.com/apache/db-jdo/pull/80 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [PR] JDO-827 Simplify JNDI (db-jdo)

2023-06-29 Thread via GitHub
sonarcloud[bot] commented on PR #81: URL: https://github.com/apache/db-jdo/pull/81#issuecomment-1613252562 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

Re: [PR] JDO-827 Simplify JNDI (db-jdo)

2023-06-29 Thread via GitHub
sonarcloud[bot] commented on PR #81: URL: https://github.com/apache/db-jdo/pull/81#issuecomment-1613262742 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

Re: [PR] JDO-827 Simplify JNDI (db-jdo)

2023-06-29 Thread via GitHub
sonarcloud[bot] commented on PR #81: URL: https://github.com/apache/db-jdo/pull/81#issuecomment-1613254212 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

Re: [PR] JDO-827 Simplify JNDI (db-jdo)

2023-06-29 Thread via GitHub
sonarcloud[bot] commented on PR #81: URL: https://github.com/apache/db-jdo/pull/81#issuecomment-1613470334 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GH] JDO-829: api: Migrate JUnit tests to version 5 (db-jdo)

2023-06-29 Thread via GitHub
tzaeschke commented on code in PR #80: URL: https://github.com/apache/db-jdo/pull/80#discussion_r1247017440 ## api/src/test/java/javax/jdo/PMFMapMapTest.java: ## @@ -40,18 +41,14 @@ public class PMFMapMapTest extends AbstractJDOConfigTest { private static final String

Re: [PR] JDO-829: api: Migrate JUnit tests to version 5 (db-jdo)

2023-06-29 Thread via GitHub
sonarcloud[bot] commented on PR #80: URL: https://github.com/apache/db-jdo/pull/80#issuecomment-1613674570 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

Re: [PR] JDO-829: api: Migrate JUnit tests to version 5 (db-jdo)

2023-06-29 Thread via GitHub
sonarcloud[bot] commented on PR #80: URL: https://github.com/apache/db-jdo/pull/80#issuecomment-1613683840 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

Re: [PR] JDO-827 Simplify JNDI (db-jdo)

2023-06-30 Thread via GitHub
sonarcloud[bot] commented on PR #81: URL: https://github.com/apache/db-jdo/pull/81#issuecomment-1614490566 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

Re: [PR] JDO-827 Simplify JNDI (db-jdo)

2023-06-30 Thread via GitHub
sonarcloud[bot] commented on PR #81: URL: https://github.com/apache/db-jdo/pull/81#issuecomment-1614404589 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] mboapache merged pull request #77: JDO-823: Cognitive Complexity of methods should not be too high

2023-05-11 Thread via GitHub
mboapache merged PR #77: URL: https://github.com/apache/db-jdo/pull/77 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #77: JDO-823: Cognitive Complexity of methods should not be too high

2023-05-10 Thread via GitHub
sonarcloud[bot] commented on PR #77: URL: https://github.com/apache/db-jdo/pull/77#issuecomment-1542764187 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

[GitHub] [db-jdo] sonarcloud[bot] commented on pull request #77: JDO-823: Cognitive Complexity of methods should not be too high

2023-05-10 Thread via GitHub
sonarcloud[bot] commented on PR #77: URL: https://github.com/apache/db-jdo/pull/77#issuecomment-1542766426 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

Re: [PR] Clarify javadoc of Query.cancel() and cancelAll() (db-jdo)

2024-02-20 Thread via GitHub
sonarcloud[bot] commented on PR #92: URL: https://github.com/apache/db-jdo/pull/92#issuecomment-1954917032 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

[PR] Remove unpacked 2.0 API to avoid XSS on the hosted website (db-jdo-site)

2024-02-20 Thread via GitHub
tobous opened a new pull request, #49: URL: https://github.com/apache/db-jdo-site/pull/49 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [PR] Disable external entity processing (db-jdo)

2024-02-20 Thread via GitHub
tzaeschke merged PR #91: URL: https://github.com/apache/db-jdo/pull/91 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Remove unpacked 2.0 API to avoid XSS on the hosted website (db-jdo-site)

2024-02-20 Thread via GitHub
tobous commented on PR #49: URL: https://github.com/apache/db-jdo-site/pull/49#issuecomment-1954948109 Removed the Zip as well by accident. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] Remove unpacked 2.0 API to avoid XSS on the hosted website (db-jdo-site)

2024-02-21 Thread via GitHub
tobous merged PR #49: URL: https://github.com/apache/db-jdo-site/pull/49 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] JDO-831: tck: improve tck query tests for performance (db-jdo)

2024-02-21 Thread via GitHub
mboapache merged PR #90: URL: https://github.com/apache/db-jdo/pull/90 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Move log files + cleanup (db-jdo)

2023-11-25 Thread via GitHub
tzaeschke opened a new pull request, #88: URL: https://github.com/apache/db-jdo/pull/88 This PR moves log files instead of copying them, see https://issues.apache.org/jira/browse/JDO-834. It also contains some minor cleanup: - Added `command.add("execute");` in `RunTck` to JUnit

Re: [PR] Move log files + cleanup (db-jdo)

2023-11-25 Thread via GitHub
sonarcloud[bot] commented on PR #88: URL: https://github.com/apache/db-jdo/pull/88#issuecomment-1826392651 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

Re: [PR] Move log files + cleanup (db-jdo)

2023-11-25 Thread via GitHub
sonarcloud[bot] commented on PR #88: URL: https://github.com/apache/db-jdo/pull/88#issuecomment-1826392197 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality

Re: [PR] Move log files + cleanup (db-jdo)

2023-11-25 Thread via GitHub
clr-apache commented on PR #88: URL: https://github.com/apache/db-jdo/pull/88#issuecomment-1826458130 I agree. Ok to merge to main. Craig > On Nov 25, 2023, at 14:16, Michael Bouschen ***@***.***> wrote: > > > The changes look good, ship it. > > — > Reply

Re: [PR] Move log files + cleanup (db-jdo)

2023-11-26 Thread via GitHub
tzaeschke merged PR #88: URL: https://github.com/apache/db-jdo/pull/88 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Move log files + cleanup (db-jdo)

2023-11-25 Thread via GitHub
mboapache commented on PR #88: URL: https://github.com/apache/db-jdo/pull/88#issuecomment-1826431269 The changes look good, ship it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

  1   2   >