Skip to content

Commit

Permalink
Do not initialize collections by default
Browse files Browse the repository at this point in the history
  • Loading branch information
grafnu committed Jan 17, 2025
1 parent 4da3433 commit 1351cd4
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 33 deletions.
2 changes: 1 addition & 1 deletion bin/gencode_java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ find . -name \*~ | xargs -r rm

JOPTS="-d . -ds -dg -S -p udmi.schema -ut"
echo Generating code in $OUTDIR
$JARBIN $JOPTS --source . --target $OUTDIR
$JARBIN $JOPTS -N --source . --target $OUTDIR

# There is no way to specify enum constants in generated code, so just hack it in manually.
echo Copying shared constants $ROOT_DIR/etc/*.java
Expand Down
3 changes: 1 addition & 2 deletions gencode/java/udmi/schema/CloudModel.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions gencode/java/udmi/schema/ExecutionConfiguration.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions gencode/java/udmi/schema/GatewayConfig.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions gencode/java/udmi/schema/GatewayModel.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions gencode/java/udmi/schema/MappingEventEntity.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions gencode/java/udmi/schema/PointPointsetModel.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions gencode/java/udmi/schema/PointsetSummary.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions gencode/java/udmi/schema/RefDiscovery.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions gencode/java/udmi/schema/SiteMetadata.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions gencode/java/udmi/schema/SystemEvents.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions gencode/java/udmi/schema/SystemModel.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions gencode/java/udmi/schema/UdmiEvents.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions gencode/java/udmi/schema/ValidationEvents.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions gencode/java/udmi/schema/ValidationSummary.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1351cd4

Please sign in to comment.