This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Upgrade surefire plugin and remove workarounds
* Add global internal listener for infra that accepts TLS client cert auth * Example on how to reconcile certificate and what information to use for iot adapters * Improve names
* Adopt the new messaging infrastructure * Using `.spec.message` vs `.spec.phaseReason`
* Remove ununsed tests in enmasse 1.0
* Remove non-1.0 modules * Remove modules and components not part of 1.0 * Update smoke test to run isolated-shared-infra profile Templates are kept and will be updated in a separate PR. This means it will still be possible to run the old version using public images. Systemtests still remain, and will have to be updated separately.
…t#4849) * Remove metrics api and remove nonexisting project deps
* Remove unused templates and move iot from preview into main bundle
* Use defaults infra in tests * Add scale profile
…ject#4841) * Add support for brokered queues and topics * Synchronize and store messaging tenants in infra state. This will be used to lookup the tenant of an address to determine how that address will be configured. It will also later be used to drive the creation of vhost policies. * Add scheduling of tenants that are transactional to ensure that addresses for that tenant end up on the same broker. * If a tenant is transactional, instead of creating multiple autolinks and linkroutes on the router, create a single in+out link route pair with the prefix of the tenant (per endpoint for now) so that all links for that tenant go directly to the broker. * Add systemtest that verifies basic transactions work for queues and topics. Tests for durable subscriptions are disabled for now. * Prevent deletion of brokers that are in use. Issue EnMasseProject#4469
ctron
force-pushed
the
feature/quarkus_tenant_1
branch
from
July 1, 2020 12:40
1a7abab
to
62a2680
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Type of change
Description
To Do
The following items still remain:
@RegisterForReflection
annotations, spread all over the API model – [#10295] Allow using the informer interface, and trace down all types quarkusio/quarkus#10344