-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 - prefix iteration metadata in a loop #21000
Conversation
mkouba
commented
Oct 26, 2021
- the prefix is configurable (globally)
- also added "isFirst" and "isLast" properties for convenience
- resolves Qute: prefix loop metadata #20671
This is a breaking change. We're going to update the migration guide when/if the PR is merged. |
NOTE: For type-safe templates with |
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 4435e7b
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 #- Failing: integration-tests/devmode
📦 integration-tests/devmode✖
⚙️ JVM Tests - JDK 11 Windows #- Failing: integration-tests/devmode
📦 integration-tests/devmode✖
⚙️ JVM Tests - JDK 17 #- Failing: integration-tests/devmode integration-tests/reactive-messaging-rabbitmq
📦 integration-tests/devmode✖
📦 integration-tests/reactive-messaging-rabbitmq✖
|
41f5c48
to
358db92
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 358db92
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 #- Failing: integration-tests/reactive-messaging-rabbitmq
📦 integration-tests/reactive-messaging-rabbitmq✖
⚙️ JVM Tests - JDK 17 #- Failing: integration-tests/vault-agroal
📦 integration-tests/vault-agroal✖
✖
✖
⚙️ Native Tests - Messaging2 #- Failing: integration-tests/reactive-messaging-rabbitmq
📦 integration-tests/reactive-messaging-rabbitmq✖
|
358db92
to
278a5c2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
73480b3
to
c7cb26b
Compare
- the prefix is configurable (globally) - also added "isFirst" and "isLast" properties for convenience - resolves quarkusio#20671
c7cb26b
to
0c400f5
Compare
The Native Tests - Windows - hibernate-validator failure is not related:
|
Failing Jobs - Building 0c400f5
Failures⚙️ Native Tests - Windows - hibernate-validator #- Failing: integration-tests/hibernate-validator
📦 integration-tests/hibernate-validator✖ |
I'm going to merge this one. We can address potential problems later... |