Commit c670b00
authored
Feature/add validating files on import (#84)
* Add changes
* Change project from spring to micronaut
* Remove lombok because of problems with micronaut
* Update bruno api endpoints
* Fix some shading problems
* Add graalvm config
* Make graalvm native image work on for micronaut
* Adjust testing WIP
* Adjust Package Service Test file
* Update ModelService test
* Adjust testing files
* Fix unit test on micronaut
* Update pom.xml
* Change test ttl file
* Update ModelServiceTest.java
* Update Movement.ttl
* Upgrade to newest graalvm and esmf sdk version
* Update test files to migrate
* Use esmf java sdk substitution
* Change pom for new graal version
* Remove reduced pom xml from source code
* Update to bruno and run it on pom.xml
* Update github workflows
* Fix workflow
* Update mac and ubuntu runner
* Update pom.xml
* Fix bruno test
* Update copyright and change some configuration
* Add information into namespaces
* Update pom.xml
* Add better method to delete safe windows file when is locked
* Change logic to delete files
* Delete quitly
* Add validate package before importing it
* Fix package generation api1 parent ee973b3 commit c670b00
File tree
4 files changed
+226
-185
lines changed- aspect-model-editor-service/src
- main/java/org/eclipse/esmf/ame/services
- test/java/org/eclipse/esmf/ame/services
- aspect-model-editor-web/src/main/java/org/eclipse/esmf/ame/api
4 files changed
+226
-185
lines changedLines changed: 36 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
83 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
84 | 118 | | |
85 | 119 | | |
86 | 120 | | |
| |||
92 | 126 | | |
93 | 127 | | |
94 | 128 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 129 | + | |
98 | 130 | | |
99 | 131 | | |
100 | 132 | | |
| |||
116 | 148 | | |
117 | 149 | | |
118 | 150 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | 151 | | |
125 | 152 | | |
126 | 153 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
84 | | - | |
85 | | - | |
| 83 | + | |
86 | 84 | | |
87 | 85 | | |
88 | 86 | | |
| |||
0 commit comments