Skip to content
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

Qute - add TemplateExtension#matchNames() #26209

Merged
merged 1 commit into from Jun 21, 2022
Merged

Conversation

mkouba
Copy link
Contributor

@mkouba mkouba commented Jun 17, 2022

@quarkus-bot quarkus-bot bot added area/documentation area/qute The template engine labels Jun 17, 2022
@mkouba mkouba marked this pull request as ready for review June 20, 2022 07:36
@mkouba mkouba requested a review from gastaldi June 20, 2022 07:36
@mkouba
Copy link
Contributor Author

mkouba commented Jun 20, 2022

@Ladicek FYI ;-)

docs/src/main/asciidoc/qute-reference.adoc Outdated Show resolved Hide resolved
docs/src/main/asciidoc/qute-reference.adoc Outdated Show resolved Hide resolved
docs/src/main/asciidoc/qute-reference.adoc Outdated Show resolved Hide resolved
docs/src/main/asciidoc/qute-reference.adoc Outdated Show resolved Hide resolved
@mkouba mkouba added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jun 20, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Jun 20, 2022

Failing Jobs - Building f5765cc

Status Name Step Failures Logs Raw logs
JVM Tests - JDK 11 Build Failures Logs Raw logs
✔️ JVM Tests - JDK 17

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 #

- Failing: extensions/resteasy-reactive/rest-client-reactive-jaxb/deployment 

📦 extensions/resteasy-reactive/rest-client-reactive-jaxb/deployment

io.quarkus.rest.client.reactive.jaxb.test.SimpleJaxbTest.shouldConsumePlainXMLEntity - More details - Source on GitHub

org.jboss.resteasy.reactive.ClientWebApplicationException: Received: 'Internal Server Error, status code 500' when invoking: Rest Client method: 'io.quarkus.rest.client.reactive.jaxb.test.SimpleJaxbTest$XmlClient#plain'
	at org.jboss.resteasy.reactive.client.impl.RestClientRequestContext.unwrapException(RestClientRequestContext.java:170)
	at org.jboss.resteasy.reactive.common.core.AbstractResteasyReactiveContext.handleException(AbstractResteasyReactiveContext.java:317)

io.quarkus.rest.client.reactive.jaxb.test.SimpleJaxbTest.shouldConsumeXMLEntity - More details - Source on GitHub

org.jboss.resteasy.reactive.ClientWebApplicationException: Received: 'Internal Server Error, status code 500' when invoking: Rest Client method: 'io.quarkus.rest.client.reactive.jaxb.test.SimpleJaxbTest$XmlClient#dto'
	at org.jboss.resteasy.reactive.client.impl.RestClientRequestContext.unwrapException(RestClientRequestContext.java:170)
	at org.jboss.resteasy.reactive.common.core.AbstractResteasyReactiveContext.handleException(AbstractResteasyReactiveContext.java:317)

@mkouba mkouba merged commit 3db77f1 into quarkusio:main Jun 21, 2022
@quarkus-bot quarkus-bot bot added this to the 2.11 - main milestone Jun 21, 2022
@quarkus-bot quarkus-bot bot added kind/enhancement New feature or request and removed triage/waiting-for-ci Ready to merge when CI successfully finishes labels Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation area/qute The template engine kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Qute - support comma-separated list of values in TemplateExtension#matchName()
2 participants