Skip to content
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

The documentation for the layered entities configuration section is incorrect #208

Closed
changchengqin opened this issue Apr 26, 2024 · 1 comment · Fixed by #209
Closed
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@changchengqin
Copy link

changchengqin commented Apr 26, 2024

The artifactId in the Maven coordinates of the codegen-entity module described in the document is wrong.

Description in the document:

<dependencies>
	<dependency>
		<groupId>org.eclipse.serializer</groupId>
		<artifactId>entity-codegen</artifactId>
		<version>1.3.1</version>
	</dependency>
</dependencies>

The correct description should be:

<dependencies>
	<dependency>
		<groupId>org.eclipse.serializer</groupId>
		<artifactId>codegen-entity</artifactId>
		<version>1.3.1</version>
	</dependency>
</dependencies>
hg-ms added a commit that referenced this issue Apr 26, 2024
@hg-ms hg-ms added bug Something isn't working documentation Improvements or additions to documentation labels Apr 26, 2024
@hg-ms
Copy link
Contributor

hg-ms commented Apr 26, 2024

Many thanks for reporting that documentation issue.
Will be corrected by PR #209.

hg-ms added a commit that referenced this issue Apr 26, 2024
zdenek-jonas pushed a commit that referenced this issue May 7, 2024
fixes #207
fixes #208

(cherry picked from commit c190711)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants