This is an automated email from the ASF dual-hosted git repository.
yasith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new 5f6935cde6 fix bugs, run spotless:apply
5f6935cde6 is described below
commit 5f6935cde6fd5d77e6e45aeca966d45847380d0a
Author: yasithdev <[email protected]>
AuthorDate: Mon Jul 14 05:06:28 2025 -0500
fix bugs, run spotless:apply
---
.../credential/store/notifier/impl/EmailNotifierConfiguration.java | 4 ----
.../org/apache/airavata/service/profile/commons/utils/JPAUtils.java | 2 +-
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git
a/airavata-api/src/main/java/org/apache/airavata/credential/store/notifier/impl/EmailNotifierConfiguration.java
b/airavata-api/src/main/java/org/apache/airavata/credential/store/notifier/impl/EmailNotifierConfiguration.java
index 49d58e4ae8..4adcc8d2cc 100644
---
a/airavata-api/src/main/java/org/apache/airavata/credential/store/notifier/impl/EmailNotifierConfiguration.java
+++
b/airavata-api/src/main/java/org/apache/airavata/credential/store/notifier/impl/EmailNotifierConfiguration.java
@@ -19,9 +19,6 @@
*/
package org.apache.airavata.credential.store.notifier.impl;
-import org.apache.airavata.common.exception.ApplicationSettingsException;
-import org.apache.airavata.common.utils.ApplicationSettings;
-
/**
* User: AmilaJ ([email protected])
* Date: 12/3/13
@@ -73,5 +70,4 @@ public class EmailNotifierConfiguration {
public String getFromAddress() {
return fromAddress;
}
-
}
diff --git
a/airavata-api/src/main/java/org/apache/airavata/service/profile/commons/utils/JPAUtils.java
b/airavata-api/src/main/java/org/apache/airavata/service/profile/commons/utils/JPAUtils.java
index b5541590cd..a340b5f5e1 100644
---
a/airavata-api/src/main/java/org/apache/airavata/service/profile/commons/utils/JPAUtils.java
+++
b/airavata-api/src/main/java/org/apache/airavata/service/profile/commons/utils/JPAUtils.java
@@ -24,7 +24,7 @@ import jakarta.persistence.EntityManagerFactory;
import org.apache.airavata.common.utils.JDBCConfig;
public class JPAUtils {
- private static final String PERSISTENCE_UNIT_NAME =
"profile_service.class";
+ private static final String PERSISTENCE_UNIT_NAME = "profile_service";
private static final JDBCConfig JDBC_CONFIG = new
ProfileServiceJDBCConfig();
private static final EntityManagerFactory factory =
org.apache.airavata.common.utils.JPAUtils.getEntityManagerFactory(PERSISTENCE_UNIT_NAME,
JDBC_CONFIG);