Skip to content

chore(sdk): sync Java SDK v12.0.0-rc.1 - #23

Merged
giriraj12000 merged 7 commits into
LoginRadius:masterfrom
hemant404:sdk-factory/java-v12.0.0-rc.1-20260917-120600
Sep 22, 2026
Merged

giriraj12000 merged 7 commits into
LoginRadius:masterfrom
hemant404:sdk-factory/java-v12.0.0-rc.1-20260917-120600

Conversation

@hemant404

@hemant404 hemant404 commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

Automated sync of the generated LoginRadius Java SDK.

Language Java
SDK version 12.0.0-rc.1
OpenAPI generator v7.10.0
Spec LoginRadius-Public-APIs.yaml

Everything in this repository is generated output, including
.github/workflows/. Fix a problem at the source and regenerate — edits made
here are overwritten by the next sync.

ci.yml builds, tests and lints this SDK on every push and pull request.
release.yml publishes only from a v* tag, behind a release GitHub
Environment that must be configured with required reviewers before the first
tag is pushed.

loginradius-sdk-factory added 4 commits September 17, 2026 17:36
Generated output — do not edit this repository by hand; change
the factory and re-sync, or the next run will overwrite it.

factory commit:    3a42f20 (clean)
sdk version:       12.0.0-rc.1
generator:         v7.10.0
spec:              spec/LoginRadius-Public-APIs.yaml
Adds .github/workflows/{ci.yml,release.yml}, now generated by SDK-FACTORY from
languages/java/static/.github/workflows/ rather than hand-maintained per repo.

CI builds, tests and lints this SDK on push and pull request, using the same
commands the factory's own verify gate runs. Release publishes from a v* tag
only, behind a 'release' GitHub Environment that should be configured with
required reviewers before the first tag.

The pre-factory workflows are removed where they existed: they built paths the
v12 tree no longer has (dot-net-sdk: Source/LoginRadiusSDK.V2/, java-sdk:
LoginRadius-JavaSDK/pom.xml) and published on every push to master.

factory commit:    3a42f20 (DIRTY — generated from uncommitted factory changes)
The workflow comments referenced internal tooling paths and repository names
that do not belong in a public repository. The steps themselves are unchanged.
Generated file headers, code comments and documentation referenced internal
tooling names and paths that do not belong in a public repository. They now
name the LoginRadius SDK generator without pointing at internal locations.

No functional change: only comments, headers and documentation text differ.
The 'Code generated ... DO NOT EDIT.' header keeps the form the Go toolchain
recognises, so generated files are still detected as generated.
@hemant404 hemant404 changed the title chore(sdk): sync Java SDK v12.0.0-rc.1 from SDK-FACTORY chore(sdk): sync Java SDK v12.0.0-rc.1 Sep 18, 2026
loginradius-sdk-bot added 3 commits September 21, 2026 15:27
Maven Central refuses a bundle without a -javadoc.jar. The javadoc execution is
now part of the sign-artifacts profile, so a release build produces it while an
ordinary `mvn package` still does not. It is bound to `package` because
maven-gpg-plugin signs at `verify` — an artifact attached later would ship
unsigned, which Central also rejects.
maven-jar-plugin's excludes do not propagate to maven-source-plugin or
maven-javadoc-plugin, so the sources and javadoc jars shipped demo and example
code while the main jar was clean. Each plugin now carries its own exclusion
(javadoc by package name, since that is how it filters).

Also drops the test-jar: it was attached, and an attached artifact is deployed,
so Maven Central would have received it. Nothing consumes it.

A release now publishes the three artifacts Central expects, all free of demo
and example code.
A comment in DemoServer described where demo.css comes from in terms of
internal tooling that does not exist from this repository's point of view.
@giriraj12000
giriraj12000 merged commit a21e321 into LoginRadius:master Sep 22, 2026
1 check passed
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.

2 participants