Skip to content

Commit

Permalink
Merge branch 'main' into QUARKUS-0dc30d1-Docummenting-xref_anchros-use
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient authored Apr 11, 2023
2 parents 4f7c5fa + bbbf965 commit 33139ed
Show file tree
Hide file tree
Showing 369 changed files with 8,340 additions and 2,182 deletions.
13 changes: 12 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: Report a bug in Quarkus
labels: kind/bug
body:
- type: textarea
id: description
validations:
required: true
attributes:
Expand All @@ -13,16 +14,19 @@ body:
Provide a clear and concise description of what the problem is.
- type: textarea
id: expected_behavior
attributes:
label: Expected behavior
description: >-
Describe the expected behavior clearly and concisely.
- type: textarea
id: actual_behavior
attributes:
label: Actual behavior
description: >-
Describe the actual behavior clearly and concisely.
- type: textarea
id: how_to_reproduce
attributes:
label: How to Reproduce?
description: >-
Expand All @@ -33,27 +37,34 @@ body:
Steps to reproduce the behavior:
1.
2.
3.
3.
- type: markdown
id: environment
attributes:
value: |
## Environment
- type: input
id: uname
attributes:
label: Output of `uname -a` or `ver`
- type: input
id: java_version
attributes:
label: Output of `java -version`
- type: input
id: graalvm_version
attributes:
label: GraalVM version (if different from Java)
- type: input
id: quarkus_version
attributes:
label: Quarkus version or git rev
- type: input
id: build_tool
attributes:
label: Build tool (ie. output of `mvnw --version` or `gradlew --version`)
- type: textarea
id: additional_info
attributes:
label: Additional information
description: >
Expand Down
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/extension_proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ labels: [area/quarkiverse,kind/extension-proposal]
title: "[Extension Proposal] "
body:
- type: textarea
id: description
validations:
required: true
attributes:
Expand All @@ -13,6 +14,7 @@ body:
value:
Interested in this extension, please +1 via the emoji/reaction feature of GitHub (top right).
- type: input
id: repository_name
validations:
required: true
attributes:
Expand All @@ -22,6 +24,7 @@ body:
value: quarkus-<YOUR_EXTENSION>

- type: input
id: short_description
validations:
required: true
attributes:
Expand All @@ -30,6 +33,7 @@ body:
Please provide a short description (1 line) about this extension
- type: input
id: repository_url
validations:
required: false
attributes:
Expand All @@ -40,6 +44,7 @@ body:
https://quarkiverse.github.io/quarkiverse-docs/<REPOSITORY_NAME>/dev/

- type: textarea
id: repository_topics
attributes:
label: Repository Topics
description: "To help other people find and contribute to your project, you can add topics to your repository related to your project's intended purpose, subject area, affinity groups, or other important qualities. They must include only lowercase alphanumeric characters or hyphens and cannot start with a hyphen and consist of 35 characters or less"
Expand All @@ -49,13 +54,15 @@ body:
...
- type: textarea
id: team_members
attributes:
label: Team Members
description: "Please list the team members that will lead the development of this extension. If you are simply proposing an extension for others to pick up, leave it blank"
value: |
-
- type: textarea
id: additional_context
attributes:
label: Additional context
description: >
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ description: Request or propose a new feature/enhancement
labels: kind/enhancement
body:
- type: textarea
id: description
validations:
required: true
attributes:
label: Description
description: >-
Describe the feature here.
- type: textarea
id: impl_ideas
attributes:
label: Implementation ideas
description: >-
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ description: A generalized task or cleanup not associated with a bug report or e
labels: area/housekeeping
body:
- type: textarea
id: description
validations:
required: true
attributes:
label: Description
description: >-
Describe the task here.
- type: textarea
id: impl_ideas
attributes:
label: Implementation ideas
description: >-
Expand Down
4 changes: 2 additions & 2 deletions .github/native-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
{
"category": "Data1",
"timeout": 80,
"timeout": 90,
"test-modules": "jpa-h2, jpa-h2-embedded, jpa-mariadb, jpa-mssql, jpa-derby, jpa-without-entity, hibernate-orm-tenancy/datasource, hibernate-orm-tenancy/connection-resolver, hibernate-orm-tenancy/connection-resolver-legacy-qualifiers",
"os-name": "ubuntu-latest"
},
Expand Down Expand Up @@ -38,7 +38,7 @@
},
{
"category": "Data6",
"timeout": 80,
"timeout": 90,
"test-modules": "elasticsearch-rest-client, elasticsearch-rest-high-level-client, elasticsearch-java-client, hibernate-search-orm-elasticsearch, hibernate-search-orm-elasticsearch-tenancy, hibernate-search-orm-opensearch, hibernate-search-orm-elasticsearch-coordination-outbox-polling, hibernate-reactive-panache, hibernate-reactive-panache-kotlin",
"os-name": "ubuntu-latest"
},
Expand Down
5 changes: 5 additions & 0 deletions .github/quarkus-github-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ triage:
- id: devmode
labels: [area/devmode]
title: "dev mode"
- id: devui
labels: [area/devui]
title: "dev.?ui"
notify: [phillip-kruger, cescoffier]
notifyInPullRequest: true
- labels: [area/gradle]
title: "gradle"
notify: [quarkusio/devtools, glefloch]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
needs: [build-jdk11, calculate-test-jobs]
# Skip main in forks
if: "needs.calculate-test-jobs.outputs.run_jvm == 'true' && (github.repository == 'quarkusio/quarkus' || !endsWith(github.ref, '/main'))"
timeout-minutes: 300
timeout-minutes: 360
env:
MAVEN_OPTS: ${{ matrix.java.maven_opts }}
strategy:
Expand Down
18 changes: 0 additions & 18 deletions MAINTAINERS.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,6 @@ If you think some information is outdated, either provide a pull request or emai
|Amazon Lambda
|https://github.com/patriot1burke[Bill Burke]

|Amazon Services - KMS
|https://github.com/marcinczeczko[Marcin Czeczko]

|Amazon Services - DynamoDB
|https://github.com/marcinczeczko[Marcin Czeczko]

|Amazon Services - S3
|https://github.com/marcinczeczko[Marcin Czeczko]

|Amazon Services - SES
|https://github.com/marcinczeczko[Marcin Czeczko]

|Amazon Services - SNS
|https://github.com/marcinczeczko[Marcin Czeczko]

|Amazon Services - SQS
|https://github.com/marcinczeczko[Marcin Czeczko]

|ArC
|https://github.com/mkouba[Martin Kouba], https://github.com/manovotn[Matěj Novotný]

Expand Down
2 changes: 1 addition & 1 deletion TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ You can also configure the `jvm.args` system property directly inside the `quark
When trying to debug startup performance, it is convenient to log build steps execution time.
This can be achieved by adding the following system property: `-Dquarkus.debug.print-startup-times=true` in dev mode or when launching the JAR.

There is also a nice visualization of build steps available in the Dev UI located here: http://localhost:8080/q/dev/io.quarkus.quarkus-vertx-http/build-steps.
There is also a nice visualization of build steps available in the Dev UI located here: http://localhost:8080/q/dev/build-steps.

If you want to have the same visualization of build steps processing when building your application, you can use the `quarkus.debug.dump-build-metrics=true` property.
For example using `mvn package -Dquarkus.debug.dump-build-metrics=true`, will generate a `build-metrics.json` in your `target` repository that you can process via the quarkus-build-report application available here https://github.com/mkouba/quarkus-build-report.
Expand Down
Loading

0 comments on commit 33139ed

Please sign in to comment.