-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade dependencies #1647
Upgrade dependencies #1647
Conversation
|
97b817e
to
7cffbd5
Compare
org.apache.james.webadmin.routes.VacationRoutesTest.postVacationUpdatesAll Minor date formating changes
Is there a way to configure jackson to keep the timezone? org.apache.james.backends.opensearch.OpenSearchIndexerTest.updateMessages
Related? org.apache.james.jmap.draft.crypto.SecurityKeyLoaderTest.loadShouldReturnAsymmetricKeysWhenRawPublicKey
Some bouncy castle magic required here. |
IMO we should keep opensearch-java 2.1.0 for easier, I don't know why 2.6.0 throw |
Can you share the error? |
sorry it did not throw, the query at |
Ok create a separate ticket to upgrade OpenSearch please... |
OpenSearch you might want to upgrade the docker container as well, maybe the API slightly changed? I agree to open a ticket just for this though. I just checked on Opensearch doc : https://opensearch.org/docs/latest/clients/java/ It seems the latest java client update has an integrated transport class. We need to measure the impact of refactoring that would allow us to drop the rest client library. If it's not too bad, then we need perf tests as well to see if there is a gain or not. If the result is good enough, we could switch and drop the opensearch-rest-client dependency. WDYT? |
Agree. Ticket please. |
A;right give me a minute to create it :) |
It looks like the new result after the update is better I think we should modify test cases for that (don't change the configuration ObjectMapper) |
Ok yes there is still the |
902e991
to
27ab269
Compare
...ends-common/cassandra/src/test/java/org/apache/james/backends/cassandra/DockerCassandra.java
Show resolved
Hide resolved
The digest is not stable, I encountered that as well. -> Open a ticket upstream on glowroot github? |
it looks like from Weird, yesterday, I tested with a desktop PC and it work. And now ci and other pc error |
- 6.0.0 (supports javax.{inject,servlet,persistence}, mostly supports jakarta.inject) - 7.0.0 (supports jakarta.{inject,servlet,persistence})
…ker-compose samples related
…-r7-alpine3.18.2-r0
69d8f18
to
a37ae8a
Compare
Squash fixup & rebase master & add new commits |
Ci Issue?
The image is already available:: https://hub.docker.com/layers/library/rabbitmq/3.12.1-management/images/sha256-b4d3bf93ceaa261b748c03aab80f4c616962e3aa81eb40fd41824077aad9418f?context=explore |
Hm indeed... Maybe something wrong with the VM docker or connection issue when trying to fetch the image?Let me restart your build and we will see |
87be977
to
6aa8973
Compare
If there is still issues with this PR and you can't seem to get a green build, I would suggest to potentially break down this PR in smaller ones to make it easier to merge (as this is becoming a bit of a monster), like for example:
|
rebase needed |
I'm closing this, as this PR has been cut into smaller steps and some of those have been merged already. |
No description provided.