Skip to content

Commit

Permalink
Merge branch 'quarkusio:main' into quarkusio#41737
Browse files Browse the repository at this point in the history
  • Loading branch information
gcw-it authored Jul 16, 2024
2 parents 78bf0e9 + a52fa86 commit 66bc780
Show file tree
Hide file tree
Showing 130 changed files with 3,613 additions and 1,952 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<extension>
<groupId>com.gradle</groupId>
<artifactId>quarkus-build-caching-extension</artifactId>
<version>1.3</version>
<version>1.5</version>
</extension>
<extension>
<groupId>io.quarkus.develocity</groupId>
Expand Down
170 changes: 170 additions & 0 deletions adr/0005-working-group-process.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
= Working Groups

* Status: _accepted_
* Date: 2024-07-15 by @cescoffier
== Context and Problem Statement

Quarkus is a large project with many contributors.
It's hard to keep track of all the initiatives and ensure that the community is aware of ongoing work.
We need a way to organize work around specific topics and ensure that the community is aware of these initiatives.

We also need to ensure that the work is done transparently and that the community can participate in the discussions.

This would be the basis of an informal roadmap, where the community can see what is being worked on and what is coming next.
Our previous attempts to publish and maintain a roadmap were not successful.
We need a more lightweight approach, focusing on current work and next steps.

Additionally, new contributors may find it hard to find a way to contribute to the project, as the project's size may be overwhelming.
Working on a specific area or topic may be more appealing to new contributors and may help them get started.

== Working Groups

The idea behind this proposal is to introduce the concept of _working groups_.
A working group is a lightweight way to organize work around a specific topic.
It aims to gather people interested in a specific topic and ensure that the work is done transparently.
It also aims to ensure that the community is aware of ongoing work and can participate in the discussions.

=== Defining a Working Group

To kick off a working group, let’s make sure we know what we’re getting into.
Here’s a simple checklist to keep things clear and manageable:

1. Clear Goal: What exactly do the working group want to achieve?
Make sure the group has a straightforward, easy-to-understand goal.
The scope of the group must be carefully defined.
2. Trackable Progress: How will we know the group is making progress?
GitHub issues will be the primary way to publicize the progress.
Other means like regular GitHub project updates can be used.
3. Realistic Aim: The working group goal must be achievable within a reasonable timeframe.
It’s better to break down large ideas into smaller working groups, one at a time.
4. End in Sight: When will we be done? Even if there’s no strict deadline, a working group should have an idea of what ‘done’ looks like.

Once the scope of a working group is defined, it should be announced on GitHub discussions under the https://github.com/quarkusio/quarkus/discussions/categories/design-discussions[Design Discussion category].
This way, the community can be aware of ongoing work and participate in the discussions.
During that time, the definition of the working group can be refined based on the feedback received.

Here are a few examples:

- https://github.com/quarkusio/quarkus/discussions/41309[Working Group: Static Site Generation]
- https://github.com/quarkusio/quarkus/discussions/38473[Working Group: WebSocket Next]
- https://github.com/quarkusio/quarkus/discussions/41867[Working Group: Test classloading]

=== Organizing a Working Group

Once a working group has garnered enough interest, a project board should be created, and a main point of contact should be identified.
A (public) project board should be used to track the progress of the working group.
It gathers all the related issues and PRs and should be updated regularly.

It is recommended to use a simple template for the project board, with columns like "to do," "in progress," and "done."
The board should be updated regularly.
The _status_ of the working group should be updated, and the related issues should be added to the board.
It is important that the board does not remain stale.

Depending on where the main part of the work is done, the board can be created in the Quarkus organization or in the Quarkiverse organization.

On the board, a short description of the working group should be added, along with the proposed scope and the main point of contact.

=== Point of Contact and Communication

The point of contact is the main entry point for the working group.
Both the community and the team can reach out to this person to get more information about the working group or to participate.
The point of contact should be available on GitHub and Zulip, ensuring that communication is done transparently.
A working group may have multiple points of contact, depending on the size and scope of the group.

Most communication should be done on GitHub discussions, issues, and PRs.
If the working group needs to organize calls, these calls should be open to everyone in the community.
It is important for the working group to publish the outcome of these discussions and possible decisions made during these calls.

=== Participating in a Working Group

Anyone can participate in a working group.
The working group should be open to everyone, and the discussions should be done transparently.
The point of contact and the other contributors should ensure that the discussions are respectful and that everyone can participate and contribute.

=== Driving a Working Group

Ideally, once a week, an update should be posted on the board and on the GitHub discussion.
The update should summarize the progress made during the week, the next steps, and include a status (on track, at risk, off track, complete).
It's important to keep the community aware of ongoing work and ensure that the working group is making progress, identifying the next steps, and so on.

It might be interesting to publish demos, blog posts, or other content to keep the community aware of ongoing work.

=== Completing a Working Group

Once the goal of the working group is achieved, the working group should be closed.
The outcome of the working group should be published on GitHub discussions, and the project board should be archived (status set to `complete`).

The outcome of a working group can be various:

- _Technical contribution_: It can be a set of identified issues and PRs that have been resolved.
- _ADR_: The outcome of a working group may end up proposing an ADR to capture the decisions made during the working group.
- _Documentation_: The outcome of a working group may be a set of documentation updates.
- _Blog posts / Demos / Videos_: The outcome of a working group may be a blog post to summarize the work done or a demo/video.
- _Exploratory work_: The outcome of a working group may be a set of exploratory work that will be used to drive the next steps.

=== Maximum Number of Working Groups

We should limit the number of working groups running concurrently to avoid overwhelming contributors.
The exact number should be defined based on the capacity of the team and the community.
It is better to have a few working groups that are making progress than many working groups that are stalled.

=== Working Group Lifecycle

The lifecycle of a working group is as follows:

1. Define the scope of the working group
2. Announce the working group on GitHub discussions
3. Organize the working group
4. Drive the working group
5. Complete the working group

Once a working group is completed, the outcome should be published on GitHub discussions, and the project board should be archived.

=== Working Group vs. Rest of the Work

Not all work should be done in working groups.
Working groups are a way to organize work around specific topics, but they should not be the only way to contribute to the project.
Working groups should be used to drive specific initiatives, but the rest of the work should be done as usual.

== Considered Options

=== Status Quo

We continue to work as we are doing now, without any specific organization around the work.
Under this option, we would not have a way to organize work around specific topics, and the community would not be aware of ongoing work.
It makes it harder for new contributors to find a way to contribute to the project and to understand the roadmap of the project.

This approach has been tried in the past and has not been successful.

=== More Formal Organization

We could introduce a more formal organization around the work, with a more detailed roadmap and a more structured way to organize the work.
This would require more resources and more time to maintain, and it may be harder to keep up to date.
It may also be harder for the community to participate in the discussions, making a clear distinction between the _core_ team and the community.

=== Considered Names

We have considered various names for the _working group_.
Task force, working group, tiger team, tribe, etc., are some of the names that have been considered.

We have chosen _working group_ as it is a simple and clear name that reflects the purpose of the group.
One of the considered benefits is its abbreviation, _WG_, which is easy to understand.

== Consequences

=== Positive

* The community is aware of ongoing work and can participate in the discussions.
* New contributors can find a way to contribute to the project.
* The work is done transparently.
* The work is organized around specific topics.
* The community can see what is being worked on and what is coming next.

=== Negative

* It requires more work to organize the working groups.
* It requires more work to keep the working groups up to date.
* It may be harder to limit the number of working groups running concurrently.

The proposed working group process is designed to be lightweight and should not require too much overhead, but any coordination effort requires some work.
72 changes: 61 additions & 11 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<opentracing-jdbc.version>0.2.4</opentracing-jdbc.version>
<opentracing-kafka.version>0.1.15</opentracing-kafka.version>
<opentracing-mongo.version>0.1.5</opentracing-mongo.version>
<opentelemetry.version>1.32.0</opentelemetry.version>
<opentelemetry-alpha.version>1.32.0-alpha</opentelemetry-alpha.version>
<opentelemetry-semconv.version>1.21.0-alpha</opentelemetry-semconv.version> <!-- keep in sync with opentelemetry-java-instrumentation in the alpha bom-->
<opentelemetry.version>1.39.0</opentelemetry.version>
<opentelemetry-alpha.version>2.5.0-alpha</opentelemetry-alpha.version>
<opentelemetry-semconv.version>1.25.0-alpha</opentelemetry-semconv.version>
<quarkus-http.version>5.3.0</quarkus-http.version>
<micrometer.version>1.12.5</micrometer.version><!-- keep in sync with hdrhistogram -->
<hdrhistogram.version>2.1.12</hdrhistogram.version><!-- keep in sync with micrometer -->
Expand Down Expand Up @@ -61,8 +61,8 @@
<smallrye-context-propagation.version>2.1.2</smallrye-context-propagation.version>
<smallrye-reactive-streams-operators.version>1.0.13</smallrye-reactive-streams-operators.version>
<smallrye-reactive-types-converter.version>3.0.1</smallrye-reactive-types-converter.version>
<smallrye-mutiny-vertx-binding.version>3.13.1</smallrye-mutiny-vertx-binding.version>
<smallrye-reactive-messaging.version>4.21.0</smallrye-reactive-messaging.version>
<smallrye-mutiny-vertx-binding.version>3.13.2</smallrye-mutiny-vertx-binding.version>
<smallrye-reactive-messaging.version>4.23.0</smallrye-reactive-messaging.version>
<smallrye-stork.version>2.6.0</smallrye-stork.version>
<jakarta.activation.version>2.1.3</jakarta.activation.version>
<jakarta.annotation-api.version>3.0.0</jakarta.annotation-api.version>
Expand Down Expand Up @@ -102,7 +102,7 @@
<narayana.version>7.0.2.Final</narayana.version>
<agroal.version>2.4</agroal.version>
<jboss-transaction-spi.version>8.0.0.Final</jboss-transaction-spi.version>
<elasticsearch-opensource-components.version>8.14.2</elasticsearch-opensource-components.version>
<elasticsearch-opensource-components.version>8.14.3</elasticsearch-opensource-components.version>
<rxjava.version>2.2.21</rxjava.version>
<wildfly.openssl-java.version>2.2.5.Final</wildfly.openssl-java.version>
<wildfly.openssl-linux.version>2.2.2.Final</wildfly.openssl-linux.version>
Expand Down Expand Up @@ -138,7 +138,7 @@
<brotli4j.version>1.16.0</brotli4j.version>
<reactive-streams.version>1.0.4</reactive-streams.version>
<jboss-logging.version>3.6.0.Final</jboss-logging.version>
<mutiny.version>2.6.1</mutiny.version>
<mutiny.version>2.6.2</mutiny.version>
<jctools-core.version>4.0.5</jctools-core.version>
<kafka3.version>3.7.1</kafka3.version>
<lz4.version>1.8.0</lz4.version> <!-- dependency of the kafka-clients that could be overridden by other imported BOMs in the platform -->
Expand Down Expand Up @@ -171,7 +171,7 @@
<proton-j.version>0.34.1</proton-j.version>
<javaparser.version>3.26.1</javaparser.version>
<hibernate-quarkus-local-cache.version>0.3.0</hibernate-quarkus-local-cache.version>
<flapdoodle.mongo.version>4.15.0</flapdoodle.mongo.version>
<flapdoodle.mongo.version>4.16.0</flapdoodle.mongo.version>
<quarkus-spring-api.version>6.1.SP2</quarkus-spring-api.version>
<quarkus-spring-data-api.version>3.2.SP2</quarkus-spring-data-api.version>
<quarkus-spring-security-api.version>6.2</quarkus-spring-security-api.version>
Expand Down Expand Up @@ -215,12 +215,12 @@
<sshd-common.version>2.12.1</sshd-common.version>
<mime4j.version>0.8.11</mime4j.version>
<mutiny-zero.version>1.1.0</mutiny-zero.version>
<pulsar-client.version>3.0.0</pulsar-client.version>
<pulsar-client.version>3.3.0</pulsar-client.version>
<async-http-client.version>2.12.3</async-http-client.version>
<!-- keep in-sync, if possible, with Micrometer registry Prometheus -->
<prometheus.version>0.16.0</prometheus.version>
<!-- Dev UI -->
<importmap.version>1.0.10</importmap.version>
<importmap.version>1.0.11</importmap.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -393,7 +393,7 @@
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-bom-alpha</artifactId>
<version>${opentelemetry-alpha.version}</version>
<version>${opentelemetry.version}-alpha</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -1031,6 +1031,56 @@
<artifactId>quarkus-flyway-postgresql-deployment</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-flyway-oracle</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-flyway-oracle-deployment</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-flyway-mysql</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-flyway-mysql-deployment</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-flyway-mssql</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-flyway-mssql-deployment</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-flyway-derby</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-flyway-derby-deployment</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-flyway-db2</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-flyway-db2-deployment</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-liquibase</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ public NativeImageInvokerInfo build() {
* control its actual inclusion which will depend on the usual analysis.
*/
nativeImageArgs.add("-J--add-exports=java.security.jgss/sun.security.krb5=ALL-UNNAMED");
nativeImageArgs.add("-J--add-exports=java.security.jgss/sun.security.jgss=ALL-UNNAMED");

//address https://github.com/quarkusio/quarkus-quickstarts/issues/993
nativeImageArgs.add("-J--add-opens=java.base/java.text=ALL-UNNAMED");
Expand Down
Loading

0 comments on commit 66bc780

Please sign in to comment.