Skip to content

Add SPDX license identifiers to source files#19

Open
goyalpalak18 wants to merge 5 commits into
hyphae:mainfrom
goyalpalak18:build-successful-on-3.9.16
Open

Add SPDX license identifiers to source files#19
goyalpalak18 wants to merge 5 commits into
hyphae:mainfrom
goyalpalak18:build-successful-on-3.9.16

Conversation

@goyalpalak18

Copy link
Copy Markdown

Hey,

This is a quick PR to add SPDX-License-Identifier: Apache-2.0 headers to all the Java source files in this module.

We're doing this across all the APIS sub-repositories to make sure our licensing is clear to automated tools and to improve our overall project security score. No functional code was changed—just adding those required license tags at the top of each file.

Signed-off by Palak and Yatin.

goyalpalak18 and others added 5 commits March 5, 2026 21:59
Updated all modules to use Vert.x 3.9.16 instead of the newer version
to maintain compatibility with existing deployment infrastructure.

Signed-off-by: Palak Goyal <goyalpalak1806@gmail.com>
Co-authored-by: Yatin Jamwal <yatinjamwal07@gmail.com>
Replaced Promise with Future to match Vert.x 3.x API.
Updated EncryptedAsyncMap to use callback-style methods instead of
returning Future objects.

Signed-off-by: Palak Goyal <goyalpalak1806@gmail.com>
Co-authored-by: Yatin Jamwal <yatinjamwal07@gmail.com>
Changed executeBlocking to use Handler<Future> instead of Callable.
Vert.x 3.x requires explicit future.complete() calls rather than
return values.

Signed-off-by: Palak Goyal <goyalpalak1806@gmail.com>
Co-authored-by: Yatin Jamwal <yatinjamwal07@gmail.com>
Modified Maven commands to skip test compilation.
Updated CompositeFuture usage in remaining utility classes.

Signed-off-by: Palak Goyal <goyalpalak1806@gmail.com>
Co-authored-by: Yatin Jamwal <yatinjamwal07@gmail.com>
Co-authored-by: Palak Goyal <goyalpalak1806@gmail.com>
Signed-off-by: Palak Goyal <goyalpalak1806@gmail.com>
Signed-off-by: Yatin Jamwal <yatinjamwal07@gmail.com>
Co-authored-by: Yatin Jamwal <yatinjamwal07@gmail.com>
@goyalpalak18 goyalpalak18 force-pushed the build-successful-on-3.9.16 branch from b2b6b96 to 140d28b Compare March 5, 2026 16:35
@goyalpalak18 goyalpalak18 force-pushed the build-successful-on-3.9.16 branch 2 times, most recently from 62dc021 to ac4228d Compare April 8, 2026 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant