Skip to content

Dsf.dev restructuring 2.0 #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 49 commits into from
Jun 2, 2025
Merged

Dsf.dev restructuring 2.0 #87

merged 49 commits into from
Jun 2, 2025

Conversation

schwzr
Copy link
Member

@schwzr schwzr commented May 30, 2025

No description provided.

jaboehri and others added 30 commits April 8, 2024 09:05
Moved explenation of certificates to tutorial because it was too specific
- created new folders
- enabled blog-plugin
- news date fix
- sidebar fix operations and process development
@schwzr schwzr self-assigned this May 30, 2025
@schwzr schwzr requested a review from Copilot May 30, 2025 07:21
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR restructures the Javadoc output for the dsf-bpe-process-api-v2 (2.0.0-M2) release by adding generated HTML documentation under docs/src/.vuepress/public/assets/javadoc/api-v2.

  • Adds new Javadoc HTML pages for various interfaces, classes, and constants in dev.dsf.bpe.v2
  • Updates the constant-values.html summary for constant fields

Reviewed Changes

Copilot reviewed 1326 out of 1326 changed files in this pull request and generated no comments.

Show a summary per file
File Description
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/activity/ServiceTask.html Added Javadoc page for ServiceTask interface
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/activity/MessageSendTask.html Added Javadoc page for MessageSendTask interface
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/activity/MessageIntermediateThrowEvent.html Added Javadoc page for MessageIntermediateThrowEvent interface
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/activity/MessageEndEvent.html Added Javadoc page for MessageEndEvent interface
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/activity/MessageActivity.html Added Javadoc page for MessageActivity interface
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/activity/ExecutionListener.html Added Javadoc page for ExecutionListener interface
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/activity/DefaultUserTaskListener.html Added Javadoc page for DefaultUserTaskListener class
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/activity/Activity.html Added Javadoc page for Activity interface
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/ProcessPluginDeploymentListener.html Added Javadoc page for ProcessPluginDeploymentListener interface
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/ProcessPluginDefinition.html Added Javadoc page for ProcessPluginDefinition interface
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/ProcessPluginApi.html Added Javadoc page for ProcessPluginApi interface
docs/src/.vuepress/public/assets/javadoc/api-v2/constant-values.html Added summary of constant field values
Comments suppressed due to low confidence (1)

docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/activity/ServiceTask.html:2

  • The lang attribute on the <html> tag is empty; specify a valid language code (e.g., <html lang="en">) to improve accessibility and proper screen reader behavior.
<html lang>

@schwzr schwzr requested a review from Copilot May 30, 2025 07:33
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR implements the restructuring of dsf.dev documentation by adding a series of auto‐generated Javadoc HTML files for various API interfaces and classes. The changes include the addition of documentation pages for activities, process plugins, constants, and related services to support the new dsf.dev restructuring.

Reviewed Changes

Copilot reviewed 1332 out of 1332 changed files in this pull request and generated no comments.

Show a summary per file
File Description
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/activity/ServiceTask.html New Javadoc page for the ServiceTask interface.
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/activity/MessageSendTask.html New Javadoc page for the MessageSendTask interface.
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/activity/MessageIntermediateThrowEvent.html New Javadoc page for the MessageIntermediateThrowEvent interface.
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/activity/MessageEndEvent.html New Javadoc page for the MessageEndEvent interface.
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/activity/MessageActivity.html New Javadoc page for the MessageActivity interface.
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/activity/ExecutionListener.html New Javadoc page for the ExecutionListener interface.
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/activity/DefaultUserTaskListener.html New Javadoc page for the DefaultUserTaskListener class.
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/activity/Activity.html New Javadoc page for the Activity interface.
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/ProcessPluginDeploymentListener.html New Javadoc page for the ProcessPluginDeploymentListener interface.
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/ProcessPluginDefinition.html New Javadoc page for the ProcessPluginDefinition interface.
docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/ProcessPluginApi.html New Javadoc page for the ProcessPluginApi interface.
docs/src/.vuepress/public/assets/javadoc/api-v2/constant-values.html New Javadoc page summarizing constant field values.
Comments suppressed due to low confidence (1)

docs/src/.vuepress/public/assets/javadoc/api-v2/dev/dsf/bpe/v2/activity/ServiceTask.html:2

  • The tag is missing a language value, which may affect accessibility and SEO. It is recommended to specify a language attribute (e.g., ) in the generated documentation.
<html lang>

@schwzr schwzr marked this pull request as ready for review June 2, 2025 12:53
@schwzr schwzr merged commit 170b191 into main Jun 2, 2025
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.

3 participants