Merge Thrift Services, Switch OpenJPA to Hibernate, Create Main Class to Launch Airavata#556
Draft
Merge Thrift Services, Switch OpenJPA to Hibernate, Create Main Class to Launch Airavata#556
Conversation
…t use to external services
…multiplexing for all services.
…nd a @joincolumn for the same item.
* update column types for mariadb. * reorganize database init scripts. * update to mariadb 10.11 and use MariaDBDialect.
...i/src/main/java/org/apache/airavata/credential/store/utils/CredentialSerializationUtils.java
Fixed
Show fixed
Hide fixed
...i/src/main/java/org/apache/airavata/credential/store/utils/CredentialSerializationUtils.java
Fixed
Show fixed
Hide fixed
...i/src/main/java/org/apache/airavata/credential/store/utils/CredentialSerializationUtils.java
Fixed
Show fixed
Hide fixed
airavata-api/src/main/java/org/apache/airavata/common/utils/SecurityUtil.java
Fixed
Show fixed
Hide fixed
airavata-api/src/main/java/org/apache/airavata/common/utils/SecurityUtil.java
Fixed
Show fixed
Hide fixed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR merges all Airavata Thrift services into airavata-api, and adds a main launcher (org.apache.airavata.Main) that boots the API, recurring tasks, monitoring components, and state machines. Switched from OpenJPA+DBCP2 to Hibernate+HikariCP to simplify the dependencies, configuration, and maintenance of airavata services.
Key changes:
make serve- builds airavata-api distribution and starts./bin/airavata.shmake serve-dev- compiles airavata-api and starts it usingmvn exec:java