This is an automated email from the ASF dual-hosted git repository.
ikamga pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-postgresql.git.
from a943bfc Merge pull request #4 from ebenezergraham/FINCN-157
new df172c6 EclipseLink Configuration extending JpaBaseConfiguration
new ec31f9a Removing start on deploy
new 669b386 Merge pull request #5 from ebenezergraham/FINCN-2
The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
build.gradle | 38 +++--
.../config/EclipseLinkJpaConfiguration.java | 95 +++++++++++++
.../config/PostgreSQLJavaConfiguration.java | 156 ++++++++-------------
.../cn/postgresql/util/PostgreSQLConstants.java | 1 +
4 files changed, 183 insertions(+), 107 deletions(-)
create mode 100644
src/main/java/org/apache/fineract/cn/postgresql/config/EclipseLinkJpaConfiguration.java