Skip to content

Commit 69a289d

Browse files
committed
info on 2 new SUTs
1 parent 60bd3fa commit 69a289d

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ More details (e.g., #LOCs and used databases) on these APIs can be found [in thi
7171

7272
### REST: Java/Kotlin
7373

74+
* Familie Ba Sak (MIT), [jdk_17_maven/cs/rest/familie-ba-sak](jdk_17_maven/cs/rest/familie-ba-sak), from [https://github.com/navikt/familie-ba-sak](https://github.com/navikt/familie-ba-sak)
75+
76+
* Payments Public API (MIT), [jdk_11_maven/cs/rest/pay-publicapi](jdk_11_maven/cs/rest/pay-publicapi), from [https://github.com/alphagov/pay-publicapi](https://github.com/alphagov/pay-publicapi)
77+
7478
* Session Service (not-known license), [jdk_8_maven/cs/rest/original/session-service](jdk_8_maven/cs/rest/original/session-service), from [https://github.com/cBioPortal/session-service](https://github.com/cBioPortal/session-service)
7579

7680
* Bibliothek (MIT), [jdk_17_gradle/cs/rest/bibliothek](jdk_17_gradle/cs/rest/bibliothek), from [https://github.com/PaperMC/bibliothek](https://github.com/PaperMC/bibliothek)

scripts/dist.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ def build_jdk_11_maven():
202202
copy(folder + "/cs/rest-gui/market/market-rest/target/market-sut.jar", DIST)
203203
copy(folder + "/em/external/rest/market/target/market-evomaster-runner.jar", DIST)
204204

205+
copy(folder + "/cs/rest/pay-publicapi/target/pay-publicapi-sut.jar", DIST)
206+
copy(folder + "/em/external/rest/pay-publicapi/target/pay-publicapi-evomaster-runner.jar", DIST)
207+
208+
205209
ind1 = os.environ.get('SUT_LOCATION_IND1', '')
206210
if ind1 == '':
207211
print("\nWARN: SUT_LOCATION_IND1 env variable is not defined")
@@ -218,10 +222,12 @@ def build_jdk_17_maven():
218222
copy(folder + "/cs/web/spring-petclinic/target/spring-petclinic-sut.jar", DIST)
219223
copy(folder + "/em/external/web/spring-petclinic/target/spring-petclinic-evomaster-runner.jar", DIST)
220224

221-
222225
copy(folder + "/cs/grpc/signal-registration/target/signal-registration-sut.jar", DIST)
223226
copy(folder + "/em/external/grpc/signal-registration/target/signal-registration-evomaster-runner.jar", DIST)
224227

228+
copy(folder + "/cs/rest/familie-ba-sak/target/familie-ba-sak-sut.jar", DIST)
229+
copy(folder + "/em/external/rest/familie-ba-sak/target/familie-ba-sak-evomaster-runner.jar", DIST)
230+
225231

226232
####################
227233
def build_jdk_11_gradle():

statistics/data.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
EMB,NAME,TYPE,LANGUAGE,RUNTIME,BUILD,FILES,LOCS,DATABASE,LICENSE,ENDPOINTS,URL
2+
TRUE,familie-ba-sak,REST,Kotlin,JDK 17,Maven,1089,143556,PostgreSQL,MIT,183,https://github.com/navikt/familie-ba-sak
3+
TRUE,pay-publicapi,REST,Java,JDK 11,Maven,377,34576,Redis,MIT,10,https://github.com/alphagov/pay-publicapi
24
TRUE,session-service,REST,Java,JDK 8,Maven,15,1471,MongoDB,UNDEFINED,8,https://github.com/cBioPortal/session-service
35
TRUE,bibliothek,REST,Java,JDK 17,Gradle,33,2176,MongoDB,MIT,8,https://github.com/PaperMC/bibliothek
46
TRUE,reservations-api,REST,Java,JDK 11,Gradle,39,1853,MongoDB,UNDEFINED,7,https://github.com/cyrilgavala/reservations-api

statistics/table_emb.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
|__grpc-ncs__|gRPC|638|9|6|Java|JDK 8|Maven||
1111
|__languagetool__|REST|174781|1385|2|Java|JDK 8|Maven||
1212
|__ocvn__|REST|45521|526|258|Java|JDK 8|Maven|H2, MongoDB|
13+
|__pay-publicapi__|REST|34576|377|10|Java|JDK 11|Maven|Redis|
1314
|__genome-nexus__|REST|30004|405|23|Java|JDK 8|Maven|MongoDB|
1415
|__market__|REST|9861|124|13|Java|JDK 11|Maven|H2|
1516
|__scout-api__|REST|9736|93|49|Java|JDK 8|Maven|H2|
@@ -24,6 +25,7 @@
2425
|__session-service__|REST|1471|15|8|Java|JDK 8|Maven|MongoDB|
2526
|__rest-scs__|REST|862|13|11|Java|JDK 8|Maven||
2627
|__rest-ncs__|REST|605|9|6|Java|JDK 8|Maven||
28+
|__familie-ba-sak__|REST|143556|1089|183|Kotlin|JDK 17|Maven|PostgreSQL|
2729
|__rest-news__|REST|857|11|7|Kotlin|JDK 8|Maven|H2|
2830
|__thrift-scs__|Thrift|772|14|11|Java|JDK 8|Maven||
2931
|__thrift-ncs__|Thrift|585|9|6|Java|JDK 8|Maven||

0 commit comments

Comments
 (0)