From 0a0e194ea68beab5c56d29ac2c6f8089a0449cc4 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 14 Dec 2023 09:32:34 +0000 Subject: [PATCH 1/2] Update techstack.yml --- techstack.yml | 149 ++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 131 insertions(+), 18 deletions(-) diff --git a/techstack.yml b/techstack.yml index 4153d5b..201d67d 100644 --- a/techstack.yml +++ b/techstack.yml @@ -1,11 +1,11 @@ repo_name: novuhq/novu-java -report_id: 3944fd66dddb6b65ed88e0dd7a9e726a +report_id: 4ec74e0c94e453e89266b01f5129d851 repo_type: Public -timestamp: '2023-11-09T15:11:50+00:00' -requested_by: mayorJAY +timestamp: '2023-12-14T09:32:32+00:00' +requested_by: unicodeveloper provider: github branch: main -detected_tools_count: 7 +detected_tools_count: 16 tools: - name: Java description: A concurrent, class-based, object-oriented, language specifically designed @@ -17,19 +17,6 @@ tools: sub_category: Languages image_url: https://img.stackshare.io/service/995/K85ZWV2F.png detection_source: Repo Metadata -- name: Spring Framework - description: An application framework and inversion of control container for the - Java platform - website_url: https://spring.io/projects/spring-framework - license: Apache-2.0 - open_source: true - hosted_saas: false - category: Languages & Frameworks - sub_category: Frameworks (Full Stack) - image_url: https://img.stackshare.io/service/2006/spring-framework-project-logo.png - detection_source: pom.xml - last_updated_by: mayorjay - last_updated_on: 2023-06-23 19:41:25.000000000 Z - name: Git description: Fast, scalable, distributed revision control system website_url: http://git-scm.com/ @@ -47,18 +34,20 @@ tools: category: Build, Test, Deploy sub_category: Continuous Integration image_url: https://img.stackshare.io/service/11563/actions.png - detection_source: ".github/workflows/maven-publish.yml" + detection_source: ".github/workflows/code-checks.yml" last_updated_by: mayorjay last_updated_on: 2023-10-07 09:40:27.000000000 Z - name: JUnit description: A programmer-oriented testing framework for Java website_url: http://junit.org/ + version: 4.13.2 license: EPL-1.0 open_source: true hosted_saas: false category: Build, Test, Deploy sub_category: Testing Frameworks image_url: https://img.stackshare.io/service/2020/874086.png + detection_source_url: https://github.com/novuhq/novu-java/blob/main/pom.xml detection_source: pom.xml last_updated_by: mayorjay last_updated_on: 2023-06-23 19:41:25.000000000 Z @@ -74,6 +63,17 @@ tools: detection_source: pom.xml last_updated_by: mayorjay last_updated_on: 2023-07-12 20:27:41.000000000 Z +- name: SLF4J + description: Simple logging facade for Java + website_url: http://slf4j.org/ + open_source: false + hosted_saas: false + category: Monitoring + sub_category: Log Management + image_url: https://img.stackshare.io/service/2805/05518ecaa42841e834421e9d6987b04f_400x400.png + detection_source: pom.xml + last_updated_by: mayorjay + last_updated_on: 2023-06-23 19:41:25.000000000 Z - name: Apache Camel description: A versatile open source integration framework website_url: https://camel.apache.org/ @@ -86,3 +86,116 @@ tools: detection_source: src/main/resources/application.properties last_updated_by: Mukhtar last_updated_on: 2023-06-25 20:22:10.000000000 Z +- name: com.squareup.okhttp3:logging-interceptor + description: 'Null' + version: 4.10.0 + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: Maven Packages + image_url: https://img.stackshare.io/package/maven/image.png + detection_source_url: https://github.com/novuhq/novu-java/blob/main/pom.xml + detection_source: pom.xml + last_updated_by: mayorjay + last_updated_on: 2023-10-03 00:00:46.000000000 Z +- name: com.squareup.okhttp3:mockwebserver + description: 'Null' + version: 4.10.0 + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: Maven Packages + image_url: https://img.stackshare.io/package/maven/image.png + detection_source_url: https://github.com/novuhq/novu-java/blob/main/pom.xml + detection_source: pom.xml + last_updated_by: mayorjay + last_updated_on: 2023-10-03 00:00:46.000000000 Z +- name: com.squareup.okhttp3:okhttp + description: 'Null' + version: 4.10.0 + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: Maven Packages + image_url: https://img.stackshare.io/package/maven/image.png + detection_source_url: https://github.com/novuhq/novu-java/blob/main/pom.xml + detection_source: pom.xml + last_updated_by: mayorjay + last_updated_on: 2023-10-03 00:00:46.000000000 Z +- name: com.squareup.retrofit2:converter-gson + version: 2.9.0 + open_source: false + hosted_saas: false + category: Libraries + sub_category: Maven Packages + image_url: https://img.stackshare.io/package/maven/image.png + detection_source_url: https://github.com/novuhq/novu-java/blob/main/pom.xml + detection_source: pom.xml + last_updated_by: mayorjay + last_updated_on: 2023-10-03 00:00:46.000000000 Z +- name: com.squareup.retrofit2:retrofit + version: 2.9.0 + open_source: false + hosted_saas: false + category: Libraries + sub_category: Maven Packages + image_url: https://img.stackshare.io/package/maven/image.png + detection_source_url: https://github.com/novuhq/novu-java/blob/main/pom.xml + detection_source: pom.xml + last_updated_by: mayorjay + last_updated_on: 2023-10-03 00:00:46.000000000 Z +- name: junit:junit + description: JUnit is a unit testing framework for Java + version: 4.13.2 + license: EPL-1.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: Maven Packages + image_url: https://img.stackshare.io/package/maven/image.png + detection_source_url: https://github.com/novuhq/novu-java/blob/main/pom.xml + detection_source: pom.xml + last_updated_by: mayorjay + last_updated_on: 2023-07-12 20:27:41.000000000 Z +- name: org.mockito:mockito-all + description: Mock objects library for java + version: 1.10.19 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: Maven Packages + image_url: https://img.stackshare.io/package/maven/image.png + detection_source_url: https://github.com/novuhq/novu-java/blob/main/pom.xml + detection_source: pom.xml + last_updated_by: mayorjay + last_updated_on: 2023-10-07 09:40:27.000000000 Z +- name: org.projectlombok:lombok + description: 'Spice up your java: Automatic Resource Management' + version: 1.18.26 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: Maven Packages + image_url: https://img.stackshare.io/package/maven/image.png + detection_source_url: https://github.com/novuhq/novu-java/blob/main/pom.xml + detection_source: pom.xml + last_updated_by: mayorjay + last_updated_on: 2023-10-07 09:40:27.000000000 Z +- name: org.slf4j:slf4j-api + description: The slf4j API + version: 2.0.5 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: Maven Packages + image_url: https://img.stackshare.io/package/maven/image.png + detection_source_url: https://github.com/novuhq/novu-java/blob/main/pom.xml + detection_source: pom.xml + last_updated_by: mayorjay + last_updated_on: 2023-10-07 09:40:27.000000000 Z From ac8b7cda7add30c0626a6eb7acfbcdd0320fc01f Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 14 Dec 2023 09:32:35 +0000 Subject: [PATCH 2/2] Update techstack.md --- techstack.md | 62 +++++++++++++++++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 23 deletions(-) diff --git a/techstack.md b/techstack.md index 7a83de3..333111e 100644 --- a/techstack.md +++ b/techstack.md @@ -1,36 +1,40 @@
# Tech Stack File ![](https://img.stackshare.io/repo.svg "repo") [novuhq/novu-java](https://github.com/novuhq/novu-java)![](https://img.stackshare.io/public_badge.svg "public")

-|7
Tools used|11/09/23
Report generated| +|16
Tools used|12/14/23
Report generated| |------|------|
@@ -47,20 +51,7 @@ Full tech stack [here](/techstack.md) -## Frameworks (1) - - - - -
- Spring Framework -
- Spring Framework -
- -
- -## DevOps (4) +## DevOps (5) + +
Git @@ -83,7 +74,7 @@ Full tech stack [here](/techstack.md)
JUnit
- + v4.13.2
@@ -94,6 +85,14 @@ Full tech stack [here](/techstack.md) + SLF4J +
+ SLF4J +
+ +
@@ -110,7 +109,24 @@ Full tech stack [here](/techstack.md) + +## Open source packages (9) + +## Apache Maven (9) + +|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES| +|:------|:------|:------|:------|:------|:------| +|[com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp)|v4.10.0|10/03/23|mayorjay |Apache-2.0|N/A| +|[com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp)|v4.10.0|10/03/23|mayorjay |Apache-2.0|N/A| +|[com.squareup.okhttp3:okhttp](https://github.com/square/okhttp)|v4.10.0|10/03/23|mayorjay |Apache-2.0|N/A| +|[com.squareup.retrofit2:converter-gson]()|v2.9.0|10/03/23|mayorjay |N/A|N/A| +|[com.squareup.retrofit2:retrofit]()|v2.9.0|10/03/23|mayorjay |N/A|N/A| +|[junit:junit](http://junit.org)|v4.13.2|07/12/23|mayorjay |EPL-1.0|N/A| +|[org.mockito:mockito-all](http://www.mockito.org)|v1.10.19|10/07/23|mayorjay |MIT|N/A| +|[org.projectlombok:lombok](https://projectlombok.org)|v1.18.26|10/07/23|mayorjay |MIT|N/A| +|[org.slf4j:slf4j-api](http://www.slf4j.org)|v2.0.5|10/07/23|mayorjay |MIT|N/A| +
-Generated via [Stack File](https://github.com/apps/stack-file) +Generated via [Stack File](https://github.com/marketplace/stack-file)