Skip to content

Commit

Permalink
New Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandanielvillegasrojas committed Aug 30, 2016
1 parent fa67827 commit 1bff6e1
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 15 deletions.
45 changes: 32 additions & 13 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
# v1.3.0
- New Release v1.3.0
- Added slf4j-log4j support

# v1.2.0
- New Release v1.2.0
- BG-30: The getSelectQuery() method in PersistanceUtils class don't wbe3af73 BG-27: In study data don't order the study field list when the action type is UPDATE
- BG-17: In persistence class, the alias of the tables are duplicate in some case

# V1.1.0
- New Release v1.1.0
- US-31: Clevcore-Engine migration to GitHub
- Initial commit
# v1.4.0
- New Release v1.4.0
- Add method setWildcardAll
- Rename the classes "Dao" by "Persistence"
- Move service.base to service package
- Move Exception Utils to Backend project
- Move ClevcoreException to Backend project
- Update maven version
- Ignore transient annotation type in "getEntityPropertyFromObject"
- Accept EmbeddedId object
- Use TypedQuery instead of Query
- Add (AND, OR) Condition in PersistenceUtils
- Update eclipselink and javax persistence version
- Create method "prepareWhere" for create where sql
- Close all entityManager in serviceImpl
- Remove mySql of pom.xml clevcore-backend
- Rename persistance file and dir for persistence
- Cleanup using SonarQube

# v1.3.0
- New Release v1.3.0
- Added slf4j-log4j support

# v1.2.0
- New Release v1.2.0
- BG-30: The getSelectQuery() method in PersistanceUtils class don't wbe3af73 BG-27: In study data don't order the study field list when the action type is UPDATE
- BG-17: In persistence class, the alias of the tables are duplicate in some case

# V1.1.0
- New Release v1.1.0
- US-31: Clevcore-Engine migration to GitHub
- Initial commit
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ar.com.clevcore</groupId>
<artifactId>clevcore-backend</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<packaging>jar</packaging>
<name>Clevcore Backend</name>

Expand All @@ -17,7 +17,7 @@
<junit.version>4.11</junit.version>
<slf4j.version>1.7.12</slf4j.version>

<clevcore.java.version>1.3.0</clevcore.java.version>
<clevcore.java.version>1.4.0</clevcore.java.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 1bff6e1

Please sign in to comment.