[PR] Bump org.springframework:spring-beans from 5.3.19 to 5.3.20 in /parent-pom (db-jdo)

2024-02-02 Thread via GitHub
dependabot[bot] opened a new pull request, #89: URL: https://github.com/apache/db-jdo/pull/89 Bumps [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) from 5.3.19 to 5.3.20. Release notes Sourced from

Re: [PR] Bump org.springframework:spring-beans from 5.3.19 to 5.3.20 in /parent-pom (db-jdo)

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

Re: [PR] Bump org.springframework:spring-beans from 5.3.19 to 5.3.20 in /parent-pom (db-jdo)

2024-02-04 Thread via GitHub
mboapache merged PR #89: URL: https://github.com/apache/db-jdo/pull/89 -- 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-830: Migrate JUnit tests in tck to version 5 (db-jdo)

2023-11-18 Thread via GitHub
tzaeschke commented on PR #85: URL: https://github.com/apache/db-jdo/pull/85#issuecomment-1817496798 A failed test looks like this: [app-relationshipAllRelationships-junit.txt](https://github.com/apache/db-jdo/files/13400258/app-relationshipAllRelationships-junit.txt) -- This is an

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

2023-11-18 Thread via GitHub
sonarcloud[bot] commented on PR #85: URL: https://github.com/apache/db-jdo/pull/85#issuecomment-1817586768 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-18 Thread via GitHub
mboapache commented on code in PR #85: URL: https://github.com/apache/db-jdo/pull/85#discussion_r1398237350 ## tck/src/main/java/org/apache/jdo/tck/api/jdohelper/IsDetached.java: ## @@ -35,29 +36,23 @@ public class IsDetached extends DetachTest { private static final String

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

2023-11-18 Thread via GitHub
mboapache commented on PR #85: URL: https://github.com/apache/db-jdo/pull/85#issuecomment-1817585647 1. About the test log output: this is what I have mentioned before, you should print the output using more -R or less -R. If we do not like this output, then we need to find a JUnit

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

2023-11-18 Thread via GitHub
mboapache commented on code in PR #85: URL: https://github.com/apache/db-jdo/pull/85#discussion_r1398242075 ## tck/src/main/java/org/apache/jdo/tck/util/ResultSummary.java: ## @@ -36,9 +37,14 @@ public class ResultSummary implements Serializable { /** The name of the file to

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

2023-11-18 Thread via GitHub
tzaeschke commented on PR #85: URL: https://github.com/apache/db-jdo/pull/85#issuecomment-1817493730 For me the test log output is scrambled. For example the file `app-company1-1Relationships-junit.txt` looks like this: ``` . '-- JUnit Jupiter

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

2023-11-18 Thread via GitHub
tzaeschke commented on code in PR #85: URL: https://github.com/apache/db-jdo/pull/85#discussion_r1398193849 ## tck/src/main/java/org/apache/jdo/tck/api/jdohelper/IsDetached.java: ## @@ -35,29 +36,23 @@ public class IsDetached extends DetachTest { private static final String

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

2023-11-18 Thread via GitHub
mboapache commented on code in PR #85: URL: https://github.com/apache/db-jdo/pull/85#discussion_r1398237350 ## tck/src/main/java/org/apache/jdo/tck/api/jdohelper/IsDetached.java: ## @@ -35,29 +36,23 @@ public class IsDetached extends DetachTest { private static final String

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

2023-11-18 Thread via GitHub
mboapache commented on code in PR #85: URL: https://github.com/apache/db-jdo/pull/85#discussion_r1398241937 ## tck/src/main/java/org/apache/jdo/tck/api/jdohelper/IsDetached.java: ## @@ -35,29 +36,23 @@ public class IsDetached extends DetachTest { private static final String

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

2023-11-19 Thread via GitHub
sonarcloud[bot] commented on PR #85: URL: https://github.com/apache/db-jdo/pull/85#issuecomment-1817963484 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-830: Migrate JUnit tests in tck to version 5 (db-jdo)

2023-11-19 Thread via GitHub
mboapache commented on PR #85: URL: https://github.com/apache/db-jdo/pull/85#issuecomment-1817966299 I found the problem of issues 2. and 3. from above: now the datanucleus output is store in the -jdori.txt file and the logger output of the TCK test classes go into the -tck.txt files. Fix

[PR] Export TCK logs in GitHub Action (db-jdo)

2023-11-20 Thread via GitHub
tobous opened a new pull request, #86: URL: https://github.com/apache/db-jdo/pull/86 Exports the logs of the different matrix builds as separate artifacts in case the corresponding build fails. Adjusts the matrix build to keep running if one of the builds fails. Adjusts the

Re: [PR] Export TCK logs in GitHub Action (db-jdo)

2023-11-20 Thread via GitHub
sonarcloud[bot] commented on PR #86: URL: https://github.com/apache/db-jdo/pull/86#issuecomment-1819882125 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] Export TCK logs in GitHub Action (db-jdo)

2023-11-20 Thread via GitHub
tobous commented on PR #86: URL: https://github.com/apache/db-jdo/pull/86#issuecomment-1819915617 So that you get an idea of what the exported logs for a failed build would look like, I created a separate PR on my fork that I rigged to always fail for JDK 8 and 17:

Re: [PR] Bump org.apache.derby:derby from 10.14.2.0 to 10.17.1.0 in /parent-pom (db-jdo)

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

[PR] Bump org.apache.derby:derby from 10.14.2.0 to 10.17.1.0 in /parent-pom (db-jdo)

2023-11-20 Thread via GitHub
dependabot[bot] opened a new pull request, #87: URL: https://github.com/apache/db-jdo/pull/87 Bumps org.apache.derby:derby from 10.14.2.0 to 10.17.1.0. [![Dependabot compatibility

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

2023-11-21 Thread via GitHub
mboapache merged PR #85: URL: https://github.com/apache/db-jdo/pull/85 -- 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] Bump org.apache.derby:derby from 10.14.2.0 to 10.17.1.0 in /parent-pom (db-jdo)

2023-11-21 Thread via GitHub
dependabot[bot] commented on PR #87: URL: https://github.com/apache/db-jdo/pull/87#issuecomment-1821560502 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me

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

2023-11-21 Thread via GitHub
sonarcloud[bot] commented on PR #85: URL: https://github.com/apache/db-jdo/pull/85#issuecomment-1821514067 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] Export TCK logs in GitHub Action (db-jdo)

2023-11-21 Thread via GitHub
tobous merged PR #86: URL: https://github.com/apache/db-jdo/pull/86 -- 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] Bump org.apache.derby:derby from 10.14.2.0 to 10.17.1.0 in /parent-pom (db-jdo)

2023-11-21 Thread via GitHub
tobous closed pull request #87: Bump org.apache.derby:derby from 10.14.2.0 to 10.17.1.0 in /parent-pom URL: https://github.com/apache/db-jdo/pull/87 -- 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

[PR] JDO-840: Fix changes links on JDO news site (db-jdo-site)

2024-04-14 Thread via GitHub
mboapache opened a new pull request, #52: URL: https://github.com/apache/db-jdo-site/pull/52 (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-840: Fix changes links on JDO news site (db-jdo-site)

2024-04-16 Thread via GitHub
tzaeschke commented on PR #52: URL: https://github.com/apache/db-jdo-site/pull/52#issuecomment-2059669167 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

Re: [PR] JDO-840: Fix changes links on JDO news site (db-jdo-site)

2024-04-16 Thread via GitHub
mboapache merged PR #52: URL: https://github.com/apache/db-jdo-site/pull/52 -- 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] Update downloads.adoc (db-jdo-site)

2024-03-24 Thread via GitHub
clr-apache opened a new pull request, #51: URL: https://github.com/apache/db-jdo-site/pull/51 Remove obsolete JDO releases: 3.1 uses sha1 which is not considered safe 3.0.1 TCK and API do not have any sha so are not considered safe -- This is an automated message from the Apache Git

Re: [PR] Update downloads.adoc (db-jdo-site)

2024-04-08 Thread via GitHub
clr-apache merged PR #51: URL: https://github.com/apache/db-jdo-site/pull/51 -- 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:

[GH] Clarify javadoc of Query.cancel() and cancelAll() (db-jdo)

2024-02-24 Thread via GitHub
clr-apache commented on code in PR #92: URL: https://github.com/apache/db-jdo/pull/92#discussion_r1501720431 ## api/src/main/java/javax/jdo/Query.java: ## @@ -759,18 +759,19 @@ void addSubquery( Integer getDatastoreWriteTimeoutMillis(); /** - * Method to cancel any

[GH] Clarify javadoc of Query.cancel() and cancelAll() (db-jdo)

2024-02-24 Thread via GitHub
ezoerner commented on code in PR #92: URL: https://github.com/apache/db-jdo/pull/92#discussion_r1501693614 ## api/src/main/java/javax/jdo/Query.java: ## @@ -759,18 +759,19 @@ void addSubquery( Integer getDatastoreWriteTimeoutMillis(); /** - * Method to cancel any

[GH] Clarify javadoc of Query.cancel() and cancelAll() (db-jdo)

2024-02-24 Thread via GitHub
ezoerner commented on code in PR #92: URL: https://github.com/apache/db-jdo/pull/92#discussion_r1501693614 ## api/src/main/java/javax/jdo/Query.java: ## @@ -759,18 +759,19 @@ void addSubquery( Integer getDatastoreWriteTimeoutMillis(); /** - * Method to cancel any

[GH] Clarify javadoc of Query.cancel() and cancelAll() (db-jdo)

2024-02-24 Thread via GitHub
ezoerner commented on code in PR #92: URL: https://github.com/apache/db-jdo/pull/92#discussion_r1501694210 ## api/src/main/java/javax/jdo/Query.java: ## @@ -759,18 +759,19 @@ void addSubquery( Integer getDatastoreWriteTimeoutMillis(); /** - * Method to cancel any

[GH] Clarify javadoc of Query.cancel() and cancelAll() (db-jdo)

2024-02-24 Thread via GitHub
ezoerner commented on code in PR #92: URL: https://github.com/apache/db-jdo/pull/92#discussion_r1501694210 ## api/src/main/java/javax/jdo/Query.java: ## @@ -759,18 +759,19 @@ void addSubquery( Integer getDatastoreWriteTimeoutMillis(); /** - * Method to cancel any

[GH] Clarify javadoc of Query.cancel() and cancelAll() (db-jdo)

2024-02-24 Thread via GitHub
ezoerner commented on code in PR #92: URL: https://github.com/apache/db-jdo/pull/92#discussion_r1501693614 ## api/src/main/java/javax/jdo/Query.java: ## @@ -759,18 +759,19 @@ void addSubquery( Integer getDatastoreWriteTimeoutMillis(); /** - * Method to cancel any

[GH] Clarify javadoc of Query.cancel() and cancelAll() (db-jdo)

2024-02-24 Thread via GitHub
clr-apache commented on code in PR #92: URL: https://github.com/apache/db-jdo/pull/92#discussion_r1501692446 ## api/src/main/java/javax/jdo/Query.java: ## @@ -759,18 +759,19 @@ void addSubquery( Integer getDatastoreWriteTimeoutMillis(); /** - * Method to cancel any

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

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

[PR] Update GitHub Action versions (db-jdo)

2024-02-27 Thread via GitHub
tobous opened a new pull request, #93: URL: https://github.com/apache/db-jdo/pull/93 (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] Update GitHub Action versions (db-jdo)

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

[PR] Update GitHub actions (db-jdo-site)

2024-02-27 Thread via GitHub
tobous opened a new pull request, #50: URL: https://github.com/apache/db-jdo-site/pull/50 (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] Update GitHub Action versions (db-jdo)

2024-02-27 Thread via GitHub
tzaeschke commented on PR #93: URL: https://github.com/apache/db-jdo/pull/93#issuecomment-1967487150 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 unsubscribe,

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

2024-02-27 Thread via GitHub
tzaeschke merged PR #92: URL: https://github.com/apache/db-jdo/pull/92 -- 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 actions (db-jdo-site)

2024-02-27 Thread via GitHub
tobous merged PR #50: URL: https://github.com/apache/db-jdo-site/pull/50 -- 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)

2024-02-27 Thread via GitHub
tobous merged PR #93: URL: https://github.com/apache/db-jdo/pull/93 -- 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] Update GitHub actions (db-jdo-site)

2024-02-27 Thread via GitHub
tzaeschke commented on PR #50: URL: https://github.com/apache/db-jdo-site/pull/50#issuecomment-1967872713 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

<    1   2