Skip to content

Commit 1274cb5

Browse files
committed
Update from 4.5.4 release
1 parent 500b5fa commit 1274cb5

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ target
55
*.iml
66
.idea
77

8+
pom.xml.releaseBackup
89
release.properties
910

1011
# Package Files #

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,10 @@
568568
<name>Vito Limandibhrata</name>
569569
<url>https://github.com/vitolimandibhrata</url>
570570
</contributor>
571+
<contributor>
572+
<name>Alex Arana</name>
573+
<url>https://github.com/alexarana</url>
574+
</contributor>
571575
</contributors>
572576

573577

src/changes/changes.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,20 @@
5050
<action dev="derjust" type="fix" issue="109">
5151
Fix incorrect passing of an Optional into the delete method
5252
</action>
53+
<action dev="Alex Arana" type="add" issue="62">
54+
Support @DynamoDBTypeConverted instead of/in addition to @DynamoDBMarshalling for query methods
55+
</action>
5356
</release>
5457
<release version="5.0.0" date="2017-11-27" description="Spring 5 release" >
5558
<action dev="derjust" type="add">
5659
Added Spring 5 / Spring-Data Kay support
5760
</action>
5861
</release>
62+
<release version="4.5.4" date="2017-01-23" description="Backport of PR #79">
63+
<action dev="Alex Arana" type="add" issue="62">
64+
Support @DynamoDBTypeConverted instead of/in addition to @DynamoDBMarshalling for query methods
65+
</action>
66+
</release>
5967
<release version="4.5.3" date="2017-01-14" description="Backport of PR #108">
6068
<action dev="derjust" issue="108" type="fix" date="2018-01-14">
6169
Opened constructor and fixed NPE in case of missing DynamoDBConfig

0 commit comments

Comments
 (0)