Hi,

before the vote ends, I would like to point out that one ElasticSearch test
is failing with 4.12. it was buried in a lot of ppc64le ElasticSearch tests
failing before so I guess it went unnoticed.

I have no idea personally how important this test is and if it can be a
reason to postpone the release.

see
https://ci-builds.apache.org/job/Camel/job/Camel%20Core%20(Build%20and%20test)/job/main/1007/testReport/org.apache.camel.component.elasticsearch.rest.client.integration/ElasticsearchRestClientComponentIT/BuildAndTest___Matrix___JDK_NAME____jdk_17_latest___PLATFORM____ubuntu_avx____Test___testProducer/

java.util.concurrent.ExecutionException:
org.apache.camel.CamelExecutionException: Exception occurred during
execution on the exchange: Exchange[A7D41C29C06B089-0000000000000000]
        at 
java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396)
        at 
java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073)
        at 
org.apache.camel.component.elasticsearch.rest.client.integration.ElasticsearchRestClientComponentIT.testProducer(ElasticsearchRestClientComponentIT.java:86)
        at java.base/java.lang.reflect.Method.invoke(Method.java:569)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: org.apache.camel.CamelExecutionException: Exception
occurred during execution on the exchange:
Exchange[A7D41C29C06B089-0000000000000000]
        at 
org.apache.camel.CamelExecutionException.wrapCamelExecutionException(CamelExecutionException.java:45)
        at 
org.apache.camel.support.ExchangeHelper.extractResultBody(ExchangeHelper.java:701)
        at 
org.apache.camel.impl.engine.DefaultProducerTemplate.extractResultBody(DefaultProducerTemplate.java:594)
        at 
org.apache.camel.impl.engine.DefaultProducerTemplate.lambda$asyncRequestBody$2(DefaultProducerTemplate.java:727)
        at 
java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646)
        at 
java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
        at 
java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147)
        at 
org.apache.camel.support.cache.DefaultProducerCache.lambda$doAsyncSendExchange$3(DefaultProducerCache.java:226)
        at 
org.apache.camel.support.cache.DefaultProducerCache.lambda$doInAsyncProducer$4(DefaultProducerCache.java:292)
        at org.apache.camel.AsyncCallback.run(AsyncCallback.java:44)
        at 
org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.doRun(DefaultReactiveExecutor.java:199)
        at 
org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.executeReactiveWork(DefaultReactiveExecutor.java:189)
        at 
org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.tryExecuteReactiveWork(DefaultReactiveExecutor.java:166)
        at 
org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:148)
        at 
org.apache.camel.impl.engine.DefaultReactiveExecutor.schedule(DefaultReactiveExecutor.java:54)
        at 
org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$SimpleTask.handlePreviousFailure(RedeliveryErrorHandler.java:450)
        at 
org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$SimpleTask.run(RedeliveryErrorHandler.java:413)
        at 
org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$SimpleTask.done(RedeliveryErrorHandler.java:392)
        at 
org.apache.camel.component.elasticsearch.rest.client.ElasticsearchRestClientProducer$1.onFailure(ElasticsearchRestClientProducer.java:197)
        at 
org.elasticsearch.client.RestClient$FailureTrackingResponseListener.onDefinitiveFailure(RestClient.java:688)
        at org.elasticsearch.client.RestClient$1.completed(RestClient.java:413)
        at org.elasticsearch.client.RestClient$1.completed(RestClient.java:397)
        at 
org.apache.http.concurrent.BasicFuture.completed(BasicFuture.java:122)
        at 
org.apache.http.impl.nio.client.DefaultClientExchangeHandlerImpl.responseCompleted(DefaultClientExchangeHandlerImpl.java:182)
        at 
org.apache.http.nio.protocol.HttpAsyncRequestExecutor.processResponse(HttpAsyncRequestExecutor.java:448)
        at 
org.apache.http.nio.protocol.HttpAsyncRequestExecutor.inputReady(HttpAsyncRequestExecutor.java:338)
        at 
org.apache.http.impl.nio.DefaultNHttpClientConnection.consumeInput(DefaultNHttpClientConnection.java:265)
        at 
org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:87)
        at 
org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:40)
        at 
org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady(AbstractIODispatch.java:121)
        at 
org.apache.http.impl.nio.reactor.BaseIOReactor.readable(BaseIOReactor.java:162)
        at 
org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent(AbstractIOReactor.java:337)
        at 
org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents(AbstractIOReactor.java:315)
        at 
org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:276)
        at 
org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104)
        at 
org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:591)
        at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.elasticsearch.client.ResponseException: method [PUT],
host [https://localhost:47378], URI [/my_index], status line [HTTP/1.1
401 Unauthorized]
{"error":{"root_cause":[{"type":"security_exception","reason":"unable
to authenticate user [elastic] for REST request
[/my_index]","header":{"WWW-Authenticate":["Bearer
realm=\"security\"","ApiKey","Basic realm=\"security\",
charset=\"UTF-8\""]}}],"type":"security_exception","reason":"unable to
authenticate user [elastic] for REST request
[/my_index]","header":{"WWW-Authenticate":["Bearer
realm=\"security\"","ApiKey","Basic realm=\"security\",
charset=\"UTF-8\""]}},"status":401}
        at 
org.elasticsearch.client.RestClient.convertResponse(RestClient.java:351)
        at org.elasticsearch.client.RestClient.access$1900(RestClient.java:109)
        at org.elasticsearch.client.RestClient$1.completed(RestClient.java:401)
        ... 16 more

Regards,



On Mon, May 26, 2025 at 5:14 PM Nicolas Filotto
<nicolas.filo...@qlik.com.invalid> wrote:

> Hi,
>
> +1 (binding)
>
> Thx,
> Regards,
> Nicolas
> ________________________________
> De : Jean-Baptiste Onofré <j...@nanthrax.net>
> Envoyé : lundi 26 mai 2025 16:06
> À : dev@camel.apache.org <dev@camel.apache.org>
> Objet : Re: [VOTE] Release Apache Camel 4.12.0
>
> CAUTION: This email originated from outside of the organization. Do not
> click links or open attachments unless you recognize the sender and know
> the content is safe.
>
>
>
> +1 (binding)
>
> Regards
> JB
>
> On Sat, May 24, 2025 at 5:35 PM Gregor Zurowski
> <gre...@list.zurowski.org> wrote:
> >
> > Hi Everyone:
> >
> > This is a vote to release Apache Camel 4.12.0 - a new release with 183
> > new features and improvements.
> >
> > Release notes:
> https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fsecure%2FReleaseNote.jspa%3Fversion%3D12355766%26projectId%3D12311211&data=05%7C02%7CNicolas.Filotto%40qlik.com%7Cf3ad095468394404815f08dd9c5eae14%7Cc21eeb5ff5a644e8a997124f2f7a497c%7C0%7C0%7C638838652653597592%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=lZ%2F%2Fet%2F7GQ4bCBSV32wT174Ig4dhFr4ZCdhS%2BsEMKKc%3D&reserved=0
> <
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12355766&projectId=12311211
> >
> >
> > == Apache Camel 4.12.0 ==
> >
> > Staging repository:
> >
> https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Forgapachecamel-1849%2F&data=05%7C02%7CNicolas.Filotto%40qlik.com%7Cf3ad095468394404815f08dd9c5eae14%7Cc21eeb5ff5a644e8a997124f2f7a497c%7C0%7C0%7C638838652653626448%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=lT6pQNIxTGCyORjR9xlMY6VmTN2mCQY8Qzb53pNorBQ%3D&reserved=0
> <https://repository.apache.org/content/repositories/orgapachecamel-1849/>
> >
> > Tarballs:
> https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Forgapachecamel-1849%2Forg%2Fapache%2Fcamel%2Fapache-camel%2F4.12.0%2F&data=05%7C02%7CNicolas.Filotto%40qlik.com%7Cf3ad095468394404815f08dd9c5eae14%7Cc21eeb5ff5a644e8a997124f2f7a497c%7C0%7C0%7C638838652653640993%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=9nNKjN1v%2Bv75mXJADa8788w3eAudQh9rZ3GnLKTnuFs%3D&reserved=0
> <
> https://repository.apache.org/content/repositories/orgapachecamel-1849/org/apache/camel/apache-camel/4.12.0/
> >
> >
> > Tag:
> https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fcamel%2Freleases%2Ftag%2Fcamel-4.12.0&data=05%7C02%7CNicolas.Filotto%40qlik.com%7Cf3ad095468394404815f08dd9c5eae14%7Cc21eeb5ff5a644e8a997124f2f7a497c%7C0%7C0%7C638838652653655231%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=U5mdD3mlRBvM2XBLfTyPb8XZifmDb4OgpiULOivJwrQ%3D&reserved=0
> <https://github.com/apache/camel/releases/tag/camel-4.12.0>
> >
> > == Apache Camel Spring Boot 4.12.0 ==
> >
> > Staging repository:
> >
> https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Forgapachecamel-1850%2F&data=05%7C02%7CNicolas.Filotto%40qlik.com%7Cf3ad095468394404815f08dd9c5eae14%7Cc21eeb5ff5a644e8a997124f2f7a497c%7C0%7C0%7C638838652653669737%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=YqNCJtZhagiiR4oPNizRX8H54OG2Gz22k1jrEpW8tiQ%3D&reserved=0
> <https://repository.apache.org/content/repositories/orgapachecamel-1850/>
> >
> > Tag:
> https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fcamel-spring-boot%2Freleases%2Ftag%2Fcamel-spring-boot-4.12.0&data=05%7C02%7CNicolas.Filotto%40qlik.com%7Cf3ad095468394404815f08dd9c5eae14%7Cc21eeb5ff5a644e8a997124f2f7a497c%7C0%7C0%7C638838652653682519%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=Kt1Nol571%2FOIGVgfejW2kH1ipTn0KgLpSzEWHx3YGgQ%3D&reserved=0
> <
> https://github.com/apache/camel-spring-boot/releases/tag/camel-spring-boot-4.12.0
> >
> >
> > Please test this release candidate and cast your vote:
> > [ ] +1 Approve the release
> > [ ] -1 Do not approve the release (provide specific reasons)
> >
> > Thanks,
> > Gregor
>
> The information transmitted is intended only for the person or entity to
> which it is addressed and may contain confidential and/or privileged
> material. Any review, retransmission, dissemination or other use of, or
> taking of any action in reliance upon, this information by persons or
> entities other than the intended recipient is prohibited. If you received
> this in error, please contact the sender and delete the material from any
> computer. Our Privacy & Cookie Notice<
> https://www.qlik.com/us/legal/privacy-and-cookie-notice> describes how we
> handle personal information.
> QlikTech France SARL (Société à responsabilité limitée), registered in
> France with number 499 265 940 R.C.S. Nanterre, and whose registered office
> is Tour Initiale, 1 Terrasse Bellini 5th Floor 92919 La Defense, Cedex
> Paris, France
>

Reply via email to