Skip to content

Remove Reference to XML namespace #1290

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

Closed
schauder opened this issue Jul 8, 2022 · 0 comments
Closed

Remove Reference to XML namespace #1290

schauder opened this issue Jul 8, 2022 · 0 comments
Assignees
Labels
in: jdbc Spring Data JDBC in: r2dbc Spring Data R2DBC type: documentation A documentation update type: task A general task

Comments

@schauder
Copy link
Contributor

schauder commented Jul 8, 2022

Neither Spring Data JDBC nor Spring Data R2DBC have an XML namespace. Therefore it shouldn't be mentioned or referenced in the documentation.

See #1235

@schauder schauder added type: documentation A documentation update type: task A general task in: documentation in: jdbc Spring Data JDBC in: r2dbc Spring Data R2DBC labels Jul 8, 2022
@schauder schauder self-assigned this Jul 21, 2022
@mp911de mp911de changed the title Remove Reference to XML namespace. Remove Reference to XML namespace Jul 21, 2022
schauder added a commit to spring-projects/spring-data-commons that referenced this issue Jul 22, 2022
Not all modules have a XML namespace.
Therefore it is now possible to exclude parts that reference the XML namespace from the documentation

By default the parts referring to the XML namespace are included just as before.
But they will get skipped if the `index.adoc` of the module defines the attribute `include-xml-namespaces` as `false` by including

```
:include-xml-namespaces: false
```

Closes #2662
See spring-projects/spring-data-relational#1290
schauder added a commit to spring-projects/spring-data-commons that referenced this issue Jul 26, 2022
Not all modules have a XML namespace.
Therefore it is now possible to exclude parts that reference the XML namespace from the documentation

By default the parts referring to the XML namespace are included just as before.
But they will get skipped if the `index.adoc` of the module defines the attribute `include-xml-namespaces` as `false` by including

```
:include-xml-namespaces: false
```

Closes #2662
See spring-projects/spring-data-relational#1290
Original pull request #2664
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: jdbc Spring Data JDBC in: r2dbc Spring Data R2DBC type: documentation A documentation update type: task A general task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant