Skip to content

Add example of TableSchema for immutable class. #2227

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 2 commits into from
Jan 6, 2021

Conversation

debora-ito
Copy link
Member

Description

Following feedback received in #2216, this adds an example of creating a TableSchema for immutable class to the DynamoDB Enhanced client Overview.

Plus small fixes in a couple of examples.

Motivation and Context

Closes #2216.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation

License

  • I confirm that this pull request can be released under the Apache 2 license

@codecov-io
Copy link

codecov-io commented Jan 5, 2021

Codecov Report

Merging #2227 (7f7db03) into master (9b93b14) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2227      +/-   ##
============================================
+ Coverage     77.61%   77.62%   +0.01%     
  Complexity      335      335              
============================================
  Files          1230     1230              
  Lines         38713    38713              
  Branches       3045     3045              
============================================
+ Hits          30048    30052       +4     
+ Misses         7204     7202       -2     
+ Partials       1461     1459       -2     
Flag Coverage Δ Complexity Δ
unittests 77.62% <ø> (+0.01%) 0.00 <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
...ty/internal/IdleConnectionCountingChannelPool.java 86.58% <0.00%> (-2.44%) 0.00% <0.00%> (ø%)
...ssdk/core/internal/async/FileAsyncRequestBody.java 83.80% <0.00%> (+2.85%) 0.00% <0.00%> (ø%)
...nio/netty/internal/OldConnectionReaperHandler.java 90.90% <0.00%> (+9.09%) 0.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9b93b14...7f7db03. Read the comment docs.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 5, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@debora-ito debora-ito merged commit 464be97 into aws:master Jan 6, 2021
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.

@DynamoDbImmutable is ignored. Error: "DynamoDb bean class must be annotated with @DynamoDbBean"
3 participants