You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by ch...@apache.org on 2021/10/19 02:49:57 UTC

[incubator-eventmesh] branch develop updated: [ISSUE #536] fix OpenSchemaRegistryApplication start error (#561)

This is an automated email from the ASF dual-hosted git repository.

chenguangsheng pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/develop by this push:
     new af56653  [ISSUE #536] fix OpenSchemaRegistryApplication start error (#561)
af56653 is described below

commit af56653951319638b6ca9feeadf1cf15e437e255
Author: JunjieZhou <11...@qq.com>
AuthorDate: Tue Oct 19 10:49:53 2021 +0800

    [ISSUE #536] fix OpenSchemaRegistryApplication start error (#561)
    
    * [ISSUE #536] fix OpenSchemaRegistryApplication start error and change h2-db path in application.yml
    
    * Revert "[ISSUE #536] fix OpenSchemaRegistryApplication start error and change h2-db path in application.yml"
    
    This reverts commit 90ae9c8ffbb5852e36512e90bc2a408bef65f759.
    
    * [ISSUE #536] fix OpenSchemaRegistry start error
---
 build.gradle                                       |   6 -
 .../eventmesh-schema-registry-server/build.gradle  |  26 +--
 .../src/main/resources/application.yml             |   2 +-
 tool/license/allowed-licenses.txt                  | 209 +++++++++++++++++++++
 4 files changed, 218 insertions(+), 25 deletions(-)

diff --git a/build.gradle b/build.gradle
index f39914f..2559b74 100644
--- a/build.gradle
+++ b/build.gradle
@@ -436,12 +436,6 @@ subprojects {
             dependency "org.powermock:powermock-module-junit4:2.0.2"
             dependency "org.powermock:powermock-api-mockito2:2.0.2"
 
-            dependency 'org.springframework.boot:spring-boot-starter-data-jdbc:2.5.4'
-            dependency 'org.springframework.boot:spring-boot-starter-data-jpa:2.5.4'
-            dependency 'org.springframework.boot:spring-boot-starter-jdbc:2.5.4'
-            dependency 'org.springframework:spring-beans:5.1.8.RELEASE'
-            dependency 'org.projectlombok:lombok:1.18.20'
-            dependency 'com.h2database:h2:1.4.200'
             dependency "io.cloudevents:cloudevents-core:2.2.0"
         }
     }
diff --git a/eventmesh-schema-registry/eventmesh-schema-registry-server/build.gradle b/eventmesh-schema-registry/eventmesh-schema-registry-server/build.gradle
index 15e630e..4d9674b 100644
--- a/eventmesh-schema-registry/eventmesh-schema-registry-server/build.gradle
+++ b/eventmesh-schema-registry/eventmesh-schema-registry-server/build.gradle
@@ -15,25 +15,15 @@
  * limitations under the License.
  */
 
-configurations {
-    compileOnly {
-        extendsFrom annotationProcessor
-    }
-}
-
-repositories {
-    mavenCentral()
-}
-
 dependencies {
-    implementation 'org.springframework.boot:spring-boot-starter-data-jdbc'
-    implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
-    implementation 'org.springframework.boot:spring-boot-starter-jdbc'
-    implementation 'org.springframework.boot:spring-boot-starter-web'
-    implementation 'org.springframework:spring-beans'
-    compileOnly 'org.projectlombok:lombok'
-    runtimeOnly 'com.h2database:h2'
-    annotationProcessor 'org.projectlombok:lombok'
+    implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:2.5.5'
+    implementation 'org.springframework.boot:spring-boot-starter-data-jpa:2.5.5'
+    implementation 'org.springframework.boot:spring-boot-starter-jdbc:2.5.5'
+    implementation 'org.springframework.boot:spring-boot-starter-web:2.5.5'
+    implementation 'org.springframework:spring-beans:5.3.10'
+    compileOnly 'org.projectlombok:lombok:1.18.22'
+    runtimeOnly 'com.h2database:h2:1.4.200'
+    annotationProcessor 'org.projectlombok:lombok:1.18.22'
 }
 
 test {
diff --git a/eventmesh-schema-registry/eventmesh-schema-registry-server/src/main/resources/application.yml b/eventmesh-schema-registry/eventmesh-schema-registry-server/src/main/resources/application.yml
index fae35c4..69cb787 100644
--- a/eventmesh-schema-registry/eventmesh-schema-registry-server/src/main/resources/application.yml
+++ b/eventmesh-schema-registry/eventmesh-schema-registry-server/src/main/resources/application.yml
@@ -22,7 +22,7 @@ spring:
       enabled: true
   datasource:
     driver-class-name: org.h2.Driver
-    url: jdbc:h2:./eventmesh-openschema/eventmesh-openschema-registry/src/main/resources/h2/db
+    url: jdbc:h2:./eventmesh-schema-registry/eventmesh-schema-registry-server/src/main/resources/h2/db
     username: root
     password: test
   jpa:
diff --git a/tool/license/allowed-licenses.txt b/tool/license/allowed-licenses.txt
index 580554d..41b5c8d 100644
--- a/tool/license/allowed-licenses.txt
+++ b/tool/license/allowed-licenses.txt
@@ -889,6 +889,215 @@
             "moduleLicense": "The Apache Software License, Version 2.0",
             "moduleVersion": "2.2.0",
             "moduleName": "io.cloudevents:cloudevents-core"
+        },
+        {
+            "moduleLicense": "Eclipse Public License - v 1.0",
+            "moduleVersion": "1.2.6",
+            "moduleName": "ch.qos.logback:logback-classic"
+        },
+        {
+            "moduleLicense": "GNU Lesser General Public License",
+            "moduleVersion": "1.2.6",
+            "moduleName": "ch.qos.logback:logback-classic"
+        },
+        {
+            "moduleLicense": "Eclipse Public License - v 1.0",
+            "moduleVersion": "1.2.6",
+            "moduleName": "ch.qos.logback:logback-core"
+        },
+        {
+            "moduleLicense": "GNU Lesser General Public License",
+            "moduleVersion": "1.2.6",
+            "moduleName": "ch.qos.logback:logback-core"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "2.12.5",
+            "moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jdk8"
+        },
+        {
+            "moduleLicense": "The Apache Software License, Version 2.0",
+            "moduleVersion": "2.12.5",
+            "moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jdk8"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "2.12.5",
+            "moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
+        },
+        {
+            "moduleLicense": "The Apache Software License, Version 2.0",
+            "moduleVersion": "2.12.5",
+            "moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "2.12.5",
+            "moduleName": "com.fasterxml.jackson.module:jackson-module-parameter-names"
+        },
+        {
+            "moduleLicense": "The Apache Software License, Version 2.0",
+            "moduleVersion": "2.12.5",
+            "moduleName": "com.fasterxml.jackson.module:jackson-module-parameter-names"
+        },
+        {
+            "moduleVersion": "2.12.5",
+            "moduleName": "com.fasterxml.jackson:jackson-bom"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "9.0.53",
+            "moduleName": "org.apache.tomcat.embed:tomcat-embed-core"
+        },
+        {
+            "moduleLicense": "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0",
+            "moduleVersion": "9.0.53",
+            "moduleName": "org.apache.tomcat.embed:tomcat-embed-core"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "9.0.53",
+            "moduleName": "org.apache.tomcat.embed:tomcat-embed-el"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "9.0.53",
+            "moduleName": "org.apache.tomcat.embed:tomcat-embed-websocket"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "2.5.5",
+            "moduleName": "org.springframework.boot:spring-boot"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "2.5.5",
+            "moduleName": "org.springframework.boot:spring-boot-autoconfigure"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "2.5.5",
+            "moduleName": "org.springframework.boot:spring-boot-starter"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "2.5.5",
+            "moduleName": "org.springframework.boot:spring-boot-starter-aop"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "2.5.5",
+            "moduleName": "org.springframework.boot:spring-boot-starter-data-jdbc"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "2.5.5",
+            "moduleName": "org.springframework.boot:spring-boot-starter-data-jpa"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "2.5.5",
+            "moduleName": "org.springframework.boot:spring-boot-starter-jdbc"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "2.5.5",
+            "moduleName": "org.springframework.boot:spring-boot-starter-json"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "2.5.5",
+            "moduleName": "org.springframework.boot:spring-boot-starter-logging"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "2.5.5",
+            "moduleName": "org.springframework.boot:spring-boot-starter-tomcat"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "2.5.5",
+            "moduleName": "org.springframework.boot:spring-boot-starter-web"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "2.5.5",
+            "moduleName": "org.springframework.data:spring-data-commons"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "2.2.5",
+            "moduleName": "org.springframework.data:spring-data-jdbc"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "2.5.5",
+            "moduleName": "org.springframework.data:spring-data-jpa"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "2.2.5",
+            "moduleName": "org.springframework.data:spring-data-relational"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "5.3.10",
+            "moduleName": "org.springframework:spring-aop"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "5.3.10",
+            "moduleName": "org.springframework:spring-aspects"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "5.3.10",
+            "moduleName": "org.springframework:spring-beans"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "5.3.10",
+            "moduleName": "org.springframework:spring-context"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "5.3.10",
+            "moduleName": "org.springframework:spring-core"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "5.3.10",
+            "moduleName": "org.springframework:spring-expression"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "5.3.10",
+            "moduleName": "org.springframework:spring-jcl"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "5.3.10",
+            "moduleName": "org.springframework:spring-jdbc"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "5.3.10",
+            "moduleName": "org.springframework:spring-orm"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "5.3.10",
+            "moduleName": "org.springframework:spring-tx"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "5.3.10",
+            "moduleName": "org.springframework:spring-web"
+        },
+        {
+            "moduleLicense": "Apache License, Version 2.0",
+            "moduleVersion": "5.3.10",
+            "moduleName": "org.springframework:spring-webmvc"
         }
   ]
 }
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org