Re: [PR] Bump mongo-java-driver-version from 4.11.1 to 5.1.0 [camel]

2024-05-02 Thread via GitHub


orpiske commented on PR #13999:
URL: https://github.com/apache/camel/pull/13999#issuecomment-2090062728

   :warning:
   
   > 烙 Test result with component _core_: ❌ (_failed_)
   
   Please disregard this. I am trying to automate my job a bit.


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump mongo-java-driver-version from 4.11.1 to 5.1.0 [camel]

2024-05-02 Thread via GitHub


davsclaus commented on PR #13999:
URL: https://github.com/apache/camel/pull/13999#issuecomment-2090012771

   okay thanks, so we cant merge. 


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump mongo-java-driver-version from 4.11.1 to 5.1.0 [camel]

2024-05-02 Thread via GitHub


orpiske commented on PR #13999:
URL: https://github.com/apache/camel/pull/13999#issuecomment-2090010957

   It seems to be having the same problems as before:
   
   ```
   [ERROR] 
org.apache.camel.component.mongodb.integration.MongoDbTailableCursorConsumerIT.testCustomTailTrackLocation
 -- Time elapsed: 23.16 s <<< FAILURE!
   java.lang.AssertionError: mock://test Received message count. Expected: 
<300> but was: <0>
   at 
org.apache.camel.component.mock.MockEndpoint.fail(MockEndpoint.java:1952)
   at 
org.apache.camel.component.mock.MockEndpoint.assertEquals(MockEndpoint.java:1886)
   at 
org.apache.camel.component.mock.MockEndpoint.doAssertIsSatisfied(MockEndpoint.java:449)
   at 
org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied(MockEndpoint.java:427)
   at 
org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied(MockEndpoint.java:417)
   at 
org.apache.camel.component.mongodb.integration.MongoDbTailableCursorConsumerIT.testCustomTailTrackLocation(MongoDbTailableCursorConsumerIT.java:297)
   at java.base/java.lang.reflect.Method.invoke(Method.java:568)
   at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
   at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
   ```
   
   


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump mongo-java-driver-version from 4.11.1 to 5.1.0 [camel]

2024-05-02 Thread via GitHub


orpiske commented on PR #13999:
URL: https://github.com/apache/camel/pull/13999#issuecomment-2089761462

   Thanks @davsclaus! I will take a closer look at this one soon 


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump mongo-java-driver-version from 4.11.1 to 5.1.0 [camel]

2024-05-01 Thread via GitHub


davsclaus commented on PR #13999:
URL: https://github.com/apache/camel/pull/13999#issuecomment-2088233912

   @otavioprado it seems this mongo upgrade may work. 


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump mongo-java-driver-version from 4.11.1 to 5.1.0 [camel]

2024-05-01 Thread via GitHub


github-actions[bot] commented on PR #13999:
URL: https://github.com/apache/camel/pull/13999#issuecomment-2088143415

   :robot: The Apache Camel test robot will run the tests for you :+1:


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump mongo-java-driver-version from 4.11.1 to 5.1.0 [camel]

2024-05-01 Thread via GitHub


davsclaus commented on PR #13999:
URL: https://github.com/apache/camel/pull/13999#issuecomment-2088143090

   /component-test amel-mongodb camel-mongodb-gridfs 


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump mongo-java-driver-version from 4.11.1 to 5.1.0 [camel]

2024-05-01 Thread via GitHub


dependabot[bot] opened a new pull request, #13999:
URL: https://github.com/apache/camel/pull/13999

   Bumps `mongo-java-driver-version` from 4.11.1 to 5.1.0.
   Updates `org.mongodb:mongodb-driver-core` from 4.11.1 to 5.1.0
   
   Release notes
   Sourced from https://github.com/mongodb/mongo-java-driver/releases;>org.mongodb:mongodb-driver-core's
 releases.
   
   Java Driver 5.0.1 (Apr 3, 2024)
   What's Changed
   
   Fix ClusterFixture#hasEncryptionTestsEnabled to correctly detect env … 
by https://github.com/jyemin;>@​jyemin in https://redirect.github.com/mongodb/mongo-java-driver/pull/1343;>mongodb/mongo-java-driver#1343
   Use InetAddressResolverProvider and add tests by https://github.com/stIncMale;>@​stIncMale in https://redirect.github.com/mongodb/mongo-java-driver/pull/1354;>mongodb/mongo-java-driver#1354
   A fix to expand the bounds for distinct and MongoIterable#map, allowing 
for nullable types in those scenarios in Kotlin by https://github.com/rozza;>@​rozza in https://redirect.github.com/mongodb/mongo-java-driver/pull/1352;>mongodb/mongo-java-driver#1352
   A fix converting Bson to BsonDocument for hint by https://github.com/jyemin;>@​jyemin in https://redirect.github.com/mongodb/mongo-java-driver/pull/1335;>mongodb/mongo-java-driver#1335
   Don't gossip cluster time from monitoring connections by https://github.com/jyemin;>@​jyemin in https://redirect.github.com/mongodb/mongo-java-driver/pull/1276;>mongodb/mongo-java-driver#1276
   A fix to support discriminators not being the first field when decoding 
in Kotlin by https://github.com/rozza;>@​rozza in https://redirect.github.com/mongodb/mongo-java-driver/pull/1324;>mongodb/mongo-java-driver#1324
   
   Full Changelog: https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.0.1;>https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.0.1
   Java Driver 5.0.0 (Mar 1, 2023)
   The MongoDB JVM team is pleased to announce version 5.0.0 of the MongoDB 
Java Driver!
   Release announcement: https://www.mongodb.com/community/forums/t/mongodb-java-driver-5-0-is-released/268913;>https://www.mongodb.com/community/forums/t/mongodb-java-driver-5-0-is-released/268913
   What's Changed
   
   [JAVA-5203] Support stored nulls for non-primitive fields in Java 
records by https://github.com/bulbfreeman;>@​bulbfreeman in https://redirect.github.com/mongodb/mongo-java-driver/pull/1223;>mongodb/mongo-java-driver#1223
   Add explicit automatic module name configuration. by https://github.com/vbabanin;>@​vbabanin in https://redirect.github.com/mongodb/mongo-java-driver/pull/1232;>mongodb/mongo-java-driver#1232
   Update logger name to align with naming conventions. by https://github.com/vbabanin;>@​vbabanin in https://redirect.github.com/mongodb/mongo-java-driver/pull/1233;>mongodb/mongo-java-driver#1233
   Enable container and Kubernetes awareness for improved telemetry. by https://github.com/vbabanin;>@​vbabanin in https://redirect.github.com/mongodb/mongo-java-driver/pull/1235;>mongodb/mongo-java-driver#1235
   Update DatabaseTestCase to Junit 5 by https://github.com/rozza;>@​rozza in https://redirect.github.com/mongodb/mongo-java-driver/pull/1238;>mongodb/mongo-java-driver#1238
   Preserve error code, code name, and error labels when redacting command 
monitoring/logging by https://github.com/stIncMale;>@​stIncMale in https://redirect.github.com/mongodb/mongo-java-driver/pull/1225;>mongodb/mongo-java-driver#1225
   Add server selection log messages by https://github.com/stIncMale;>@​stIncMale in https://redirect.github.com/mongodb/mongo-java-driver/pull/1221;>mongodb/mongo-java-driver#1221
   Remove write and read concern from Atlas Search Index commands. by https://github.com/vbabanin;>@​vbabanin in https://redirect.github.com/mongodb/mongo-java-driver/pull/1241;>mongodb/mongo-java-driver#1241
   BatchCursor refactorings by https://github.com/rozza;>@​rozza in https://redirect.github.com/mongodb/mongo-java-driver/pull/1246;>mongodb/mongo-java-driver#1246
   Merge 5.0 breaking changes into the main line of development by https://github.com/jyemin;>@​jyemin in https://redirect.github.com/mongodb/mongo-java-driver/pull/1268;>mongodb/mongo-java-driver#1268
   ClusterSettings does not compute 
ClusterConnectionMode consistently by https://github.com/stIncMale;>@​stIncMale in https://redirect.github.com/mongodb/mongo-java-driver/pull/1273;>mongodb/mongo-java-driver#1273
   Install legacy shell by https://github.com/jyemin;>@​jyemin in https://redirect.github.com/mongodb/mongo-java-driver/pull/1272;>mongodb/mongo-java-driver#1272
   Pull mongohouse image from ADL ECR repo by https://github.com/jyemin;>@​jyemin in https://redirect.github.com/mongodb/mongo-java-driver/pull/1274;>mongodb/mongo-java-driver#1274
   Remove deprecated methods in WriteConcernError class  by https://github.com/jyemin;>@​jyemin in https://redirect.github.com/mongodb/mongo-java-driver/pull/1275;>mongodb/mongo-java-driver#1275
   Support authorizedCollections option 

Re: [PR] Bump mongo-java-driver-version from 4.11.1 to 5.1.0 [camel]

2024-05-01 Thread via GitHub


github-actions[bot] commented on PR #13999:
URL: https://github.com/apache/camel/pull/13999#issuecomment-2088074780

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions 
to run
   
   * You can use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and 
`test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache 
Camel committers](https://camel.apache.org/community/team/#committers) have 
access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before 
sharing them publicly.


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org