This repository was archived by the owner on Oct 26, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(main): release 0.9.0 #645
Open
wuespace-admin
wants to merge
1
commit into
main
Choose a base branch
from
release-please--branches--main--components--telestion-core
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(main): release 0.9.0 #645
wuespace-admin
wants to merge
1
commit into
main
from
release-please--branches--main--components--telestion-core
Conversation
This file contains hidden or 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
205fb42 to
45365fe
Compare
45365fe to
10080d2
Compare
10080d2 to
d07cb3d
Compare
d07cb3d to
dd3fd42
Compare
455f832 to
c796cf3
Compare
8196ee0 to
b47a5bb
Compare
5077049 to
59352c3
Compare
59352c3 to
46c2e3b
Compare
cea14b5 to
d2d9d8e
Compare
70ac5f1 to
19d6060
Compare
8f5df88 to
5ae5c60
Compare
87ef653 to
fa5a9d4
Compare
e558942 to
a99be1a
Compare
19dadc1 to
3d488d2
Compare
3d488d2 to
8f31d7e
Compare
8f31d7e to
98d6d9e
Compare
4bbff2e to
0943d34
Compare
0943d34 to
d4e20fe
Compare
d4e20fe to
a71ae03
Compare
a71ae03 to
43bfabb
Compare
43bfabb to
442b933
Compare
442b933 to
81ba3d8
Compare
81ba3d8 to
0ee639f
Compare
33082e0 to
a101d88
Compare
4f99272 to
4b488a4
Compare
4b488a4 to
e164062
Compare
e164062 to
07c2e18
Compare
07c2e18 to
3657769
Compare
c4be108 to
2e50d43
Compare
57f796b to
3fde0fa
Compare
3fde0fa to
b47d06a
Compare
b47d06a to
1232268
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.
🤖 I have created a release beep boop
0.9.0 (2025-10-22)
⚠ BREAKING CHANGES
DecodedMessagewas renamed toResponseMessageWrapperTelestionVerticlethat allowed to skip loading loading the default config (public TelestionVerticle(boolean skipDefaultConfigLoading))TelestionVerticle,getGenericConfig()is now calledgetUntypedConfig()TelestionVerticle,getGenericDefaultConfig()is now calledgetUntypedDefaultConfig()Class<T> getConfigType()inTelestionVerticletoClass<T> VerticleConfigStrategy.getConfigType(Class<X extends TelestionVerticle<T>> clazz)defaultStorageKeymethod inWithSharedDatainterface.gettogetStringinHeaderInformationclass.JsonMessageinterface toJsonRecord.GenericConfigurationclass. UseUntypedConfigurationto indicate generic, untyped configuration orNoConfigurationto indicate no configuration options instead. To build your own typed configuration options, implementTelestionConfiguration.Configclass in favor ofTelestionVerticleConfigurationandVerticleConfigfrom services module and add them to the application module.ConfigurableApplicationbecause it implements the same behaviour as theTelestionclass in the application module, and is not used at the moment.Applicationclass from the application module because it is emptyconfig.jsonis no longer available"classname"property that stores the classname of the encoded message."classname"property that stores the classname of the encoded message.Features
GenericConfigurationas default type forTelestionVerticleconfiguration (6493cbb)WithSharedData(0ecaa9b)MultiMapwrapper which provides better basic type support and some conversion and extraction features for a better coding experience with Vert.x headers. (efc3886)TelestionVerticle(a62e37f)HeaderInformation(f32de29)WithEventBustrait (6a9d344)requestmethod in Event Bus trait to handleJsonMessagemessages (c00f720)HeaderInformationin theWithEventBusverticle trait with many new overloaded methods for a better coding experience. (9bc61d3)MultiMap. (17c24a7)HeaderInformationadd and set methods if there are already values assigned to the key. (347bad1)Configutility class (6f74ffa)GenericConfigurationtype (88ab9a1)JsonMessageto decode and encode more data types synchronously and asynchronously (77896c2)JsonMessageto decode and encode more data types synchronously and asynchronously (dc000b4)TelestionVerticle,getGenericDefaultConfig()is now calledgetUntypedDefaultConfig()(b78e9a0)TelestionVerticle,getGenericConfig()is now calledgetUntypedConfig()(b78e9a0)NoConfigurationto indicate that a verticle doesn't accept any configuration (fc322ec)UntypedConfigurationto indicate that a verticle doesn't have a strictly typed configuration (9970457)HeaderInformationMultiMapcomplete and rename methodgettogetString. (1a6a51c)HeaderInformationmore specific (a7c018d)Class<T> getConfigType()inTelestionVerticletoClass<T> VerticleConfigStrategy.getConfigType(Class<X extends TelestionVerticle<T>> clazz)(b78e9a0)TelestionVerticleconfiguration logic into a dedicated strategy class and improve overall stability (b78e9a0).json()to.toJsonObject()inWithEventBustrait (81c4d09).json()to.toJsonObject()inWithEventBustrait (88b49dc)JsonMessagemethod, which maps aJsonObjectto aJsonMessage. It returns aFuturethat can resolve with the value or reject. (d36c9f8)Configclass (9ea9374)defaultStorageKeymethod inWithSharedDatainterface (b6c5e59)GenericConfigurationclass (ba64cfb)TelestionVerticlethat allowed to skip loading loading the default config (public TelestionVerticle(boolean skipDefaultConfigLoading)) (b78e9a0)DecodedMessagetoResponseMessageWrapperto be more specific (1462dc1), closes #485JsonMessageinterface toJsonRecord(80cb961)JsonMessageunit test (8f78d07)JsonMessageunit test (8cd53da)TelestionVerticleto pass the AWESA principle (731572e)WithEventBustrait (ddb8bda)DecodedMessagerecord instead of generic verticle (2f029b0)Applicationclass (6885c58)config.json(439aa8a)GenericConfigurationin examples which don't have any configuration (702c0f3)getConfigTypeoverrides in example verticles because it is not necessary anymore (e00799a)TelestionVerticle(40f2d01)HeaderInformationAPI. (636def2)WithTimingtrait (2d28b89)TestVerticleto show the usage of the default local map (126e4cd)GenericConfigurationtype (82ba9a9)ConfigurationandVerticleConfigdata types to application module (93bae37)addandsetmethods (6e48342)ConfigurableApplication(a40cdb2)Bug Fixes
GenericConfigurationto ignore unknown properties and not throw instead (0acd655)JsonMessageasynchronous methods don't catch all possible thrown exceptions during decoding (d40074e)JsonMessageasynchronous methods don't catch all possible thrown exceptions during decoding (d754a88)TelestionVerticleissues (83a730e)Miscellaneous Chores
This PR was generated with Release Please. See documentation.