Skip to content

Javadoc fixes#189

Merged
snazy merged 3 commits intoapache:mainfrom
snazy:javadoc-fixes
Aug 28, 2024
Merged

Javadoc fixes#189
snazy merged 3 commits intoapache:mainfrom
snazy:javadoc-fixes

Conversation

@snazy
Copy link
Member

@snazy snazy commented Aug 22, 2024

No description provided.

@snazy
Copy link
Member Author

snazy commented Aug 25, 2024

/cc @jbonofre since you're around ;)

Copy link
Member

@RussellSpitzer RussellSpitzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

javadoc is still failing for me right now,
Looks like we still have a bunch of broken things

 5 errors
100 warnings

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':polaris-core:javadoc'.

Did I miss something here?

@snazy
Copy link
Member Author

snazy commented Aug 26, 2024

Warnings - yea. This PR is meant to fix the actual errors.

@RussellSpitzer
Copy link
Member

Warnings - yea. This PR is meant to fix the actual errors.

5 - Errors, the compilation fails

@snazy
Copy link
Member Author

snazy commented Aug 26, 2024

Argh - javadoc issues in generated OpenAPI code. Not much we can do about that, so excluding that error.

@snazy
Copy link
Member Author

snazy commented Aug 26, 2024

Note: a CI step for that comes via #190

Copy link
Member

@RussellSpitzer RussellSpitzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me now, Javadoc building fine as well.

@snazy snazy merged commit ac346d6 into apache:main Aug 28, 2024
@snazy snazy deleted the javadoc-fixes branch August 28, 2024 06:25
snazy added a commit to snazy/polaris that referenced this pull request Feb 11, 2026
* Fix PolarisEventListener javadoc (apache#3607)

* Adjust javadoc to reference available methods.

* Guides: add mandatory `curl` `--fail` option (apache#3610)

`curl` does _not_ return an error code when the URL can be retrieved but returns an error HTTP status code, for example 404, 403, 401. This means that the health checks are yieldíng "OK" too early.

This change adds the missing `--fail` option.

* Guides: compose dependencies / long-option (apache#3611)

Docker compose's "short" `depends_on` syntax (just mentioning the dependent service) does not assert on the expected condition (`service_healthy` or `service_completed_successfully`). This can lead to services being started too early, although their dependencies are not in the expected state.

This change updates the affected parts to use the "long" syntax.

* fix(deps): update dependency com.google.cloud:google-cloud-iamcredentials to v2.83.0 (apache#3635)

* chore(deps): update registry.access.redhat.com/ubi9/openjdk-21-runtime docker tag to v1.24-2.1769595317 (apache#3631)

* fix(deps): update dependency com.puppycrawl.tools:checkstyle to v13.1.0 (apache#3637)

* chore(deps): update amazon/aws-cli docker tag to v2.33.12 (apache#3638)

* fix(deps): update dependency com.azure:azure-sdk-bom to v1.3.4 (apache#3633)

* fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.27 (apache#3632)

* chore(deps): update docker.io/openpolicyagent/opa docker tag to v1.13.1 (apache#3634)

* CI: Fix site workflow concurrency (apache#3642)

* Last merged commit 384be9e

---------

Co-authored-by: Dmitri Bourlatchkov <dmitri.bourlatchkov@gmail.com>
Co-authored-by: Mend Renovate <bot@renovateapp.com>
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