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

Spelling #846

Merged
merged 38 commits into from
Dec 23, 2024
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
bc82028
spelling: additional
jsoref Dec 15, 2024
fce25fe
spelling: address
jsoref Dec 15, 2024
02cbabc
spelling: amending
jsoref Dec 15, 2024
220cca3
spelling: analyze
jsoref Dec 15, 2024
f2242d6
spelling: caching
jsoref Dec 15, 2024
ef32bf1
spelling: cannot
jsoref Dec 15, 2024
f15e462
spelling: character
jsoref Dec 15, 2024
cbcab7c
spelling: class
jsoref Dec 15, 2024
a788119
spelling: codegen
jsoref Dec 15, 2024
fbb4362
spelling: constructor
jsoref Dec 15, 2024
e64e347
spelling: convenience
jsoref Dec 15, 2024
d806125
spelling: current
jsoref Dec 15, 2024
eb8bc88
spelling: delimiters
jsoref Dec 15, 2024
de13f7f
spelling: dependencies
jsoref Dec 15, 2024
d1d8fb5
spelling: dependency
jsoref Dec 15, 2024
f8a392c
spelling: determine
jsoref Dec 15, 2024
9d2255e
spelling: elements
jsoref Dec 16, 2024
b65b43f
spelling: empty
jsoref Dec 15, 2024
edc1837
spelling: erroneously
jsoref Dec 15, 2024
6954128
spelling: evaluates
jsoref Dec 15, 2024
2917ce1
spelling: extended
jsoref Dec 15, 2024
70ee1a5
spelling: flintstone
jsoref Dec 15, 2024
29a3938
spelling: github
jsoref Dec 15, 2024
d64169d
spelling: greater
jsoref Dec 15, 2024
f60f0d0
spelling: neither-nor
jsoref Dec 15, 2024
5f3b55a
spelling: nonexistent
jsoref Dec 15, 2024
a326200
spelling: occurred
jsoref Dec 15, 2024
0b4d2a2
spelling: ostrich
jsoref Dec 15, 2024
7dbb355
spelling: parameter
jsoref Dec 15, 2024
4097a39
spelling: parsed
jsoref Dec 15, 2024
d59ab8c
spelling: privileges
jsoref Dec 15, 2024
9339f93
spelling: read
jsoref Dec 15, 2024
3156fd1
spelling: remaining
jsoref Dec 15, 2024
0eb1659
spelling: the
jsoref Dec 15, 2024
d6542a5
spelling: this
jsoref Dec 15, 2024
93c1ff4
spelling: unnecessarily
jsoref Dec 15, 2024
85b40d2
spelling: wildcard
jsoref Dec 16, 2024
29a9a0d
Fix snippet test errors
bioball Dec 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
spelling: codegen
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref authored and bioball committed Dec 23, 2024
commit a78811959039ff24d0dc3fd4590d656dd0b7868b
4 changes: 2 additions & 2 deletions docs/modules/java-binding/pages/codegen.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Java Code Generator
include::ROOT:partial$component-attributes.adoc[]
:uri-pkl-codgen-java-maven-module: {uri-maven-docsite}/artifact/org.pkl-lang/pkl-codegen-java
:uri-pkl-codegen-java-maven-module: {uri-maven-docsite}/artifact/org.pkl-lang/pkl-codegen-java

The Java source code generator takes Pkl class definitions as an input, and generates corresponding Java classes with equally named properties.

Expand All @@ -23,7 +23,7 @@ See xref:pkl-gradle:index.adoc#installation[Installation] in the Gradle plugin c
[[install-library]]
=== Java Library

The `pkl-codegen-java` library is available {uri-pkl-codgen-java-maven-module}[from Maven Central].
The `pkl-codegen-java` library is available {uri-pkl-codegen-java-maven-module}[from Maven Central].
It requires Java 17 or higher.

ifndef::is-release-version[]
Expand Down