Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #LR-710 chore: update logstash-logback-encoder version from 6.6 to 7.3 #616

Merged
merged 33 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
b331a51
Issue #LR-740 chore: Upgraded the scala major version from 2.11 to 2.12
AmiableAnil Feb 22, 2024
2a7830c
Issue #LR-740 chore: Upgraded the scala major version from 2.11 to 2.12
AmiableAnil Feb 22, 2024
72411d1
Issue #LR-740 chore: Upgraded the scala major version from 2.11 to 2.12
AmiableAnil Feb 22, 2024
36c34bd
Issue #LR-740 chore: Upgraded the scala major version from 2.11 to 2.12
AmiableAnil Feb 22, 2024
6110854
Issue #LR-740 chore: Upgraded the scala major version from 2.11 to 2.12
AmiableAnil Feb 22, 2024
adfadbd
Issue #LR-740 chore: Upgraded the scala major version from 2.11 to 2.12
AmiableAnil Feb 22, 2024
63c6482
Issue #LR-740 chore: Upgraded the scala major version from 2.11 to 2.12
AmiableAnil Feb 23, 2024
31ab025
Issue #LR-740 chore: Upgraded the scala major version from 2.11 to 2.12
AmiableAnil Feb 23, 2024
bab1259
Issue #LR-676 chore: Updated the learning-service to content service
AmiableAnil Feb 23, 2024
c6877bb
Issue #LR-740 chore: Upgraded the scala major version from 2.11 to 2.12
AmiableAnil Feb 27, 2024
df5d72e
Issue #LR-740 chore: Removed unused dependency
AmiableAnil Feb 27, 2024
cabadc6
Issue #LR-740 chore: Optimized the import
AmiableAnil Feb 27, 2024
38a44a5
Issue #LR-740 chore: Updated the circleci image
AmiableAnil Feb 27, 2024
769ea84
Issue #LR-740 chore: Updated the circleci image
AmiableAnil Feb 27, 2024
8c03f6c
Issue #LR-740 chore: Updated the circleci image
AmiableAnil Feb 27, 2024
741dc7e
Issue #LR-740 chore: Updated the circleci image
AmiableAnil Feb 27, 2024
6e70363
Issue #LR-740 chore: Updated the logback-core
AmiableAnil Feb 29, 2024
7c54dcc
Issue #LR-740 chore: Updated the logback-core
AmiableAnil Feb 29, 2024
9df5af2
Issue #LR-740 chore: Updated the logback-core
AmiableAnil Feb 29, 2024
2308201
Issue #LR-740 chore: Updated the logback-core
AmiableAnil Feb 29, 2024
b331c53
Issue #LR-740 chore: Updated the logback-core
AmiableAnil Feb 29, 2024
a931d87
Issue #LR-740 chore: Added netty-common
AmiableAnil Feb 29, 2024
12d5aca
Issue #LR-740 chore: updated the redisson version
AmiableAnil Feb 29, 2024
8f2c974
Issue #LR-740 chore: updated the redisson version
AmiableAnil Feb 29, 2024
17f5062
Merge branch 'release-8.0.0' of https://github.com/Sunbird-Lern/sunbi…
AmiableAnil Mar 20, 2024
6e61866
Issue #LR-740 chore: Excluded the net buddy.
AmiableAnil Mar 20, 2024
2d337df
Issue #LR-740 chore: Reverted the netty-common changes
AmiableAnil Mar 20, 2024
79ec955
Issue #LR-740 chore: Downgraded the snakeyaml from 2.0 to 1.33
AmiableAnil Mar 20, 2024
4274a91
Issue #LR-740 chore: Fixed the netty issue
AmiableAnil Mar 20, 2024
16dd417
Issue #LR-740 chore: Fixed the netty issue
AmiableAnil Mar 20, 2024
2b6bbb6
Issue #LR-740 chore: Fixed the netty issue
AmiableAnil Mar 20, 2024
b596cd1
Merge branch 'release-8.0.0' of https://github.com/Sunbird-Lern/sunbi…
AmiableAnil Mar 20, 2024
b9e0934
Issue #LR-710 chore: update logstash-logback-encoder version from 6.6…
AmiableAnil Apr 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion course-mw/course-actors-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>6.6</version>
<version>${logstash-logback-encoder.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
2 changes: 1 addition & 1 deletion course-mw/course-actors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>6.6</version>
<version>${logstash-logback-encoder.version}</version>
</dependency>
<dependency>
<groupId>org.sunbird</groupId>
Expand Down
1 change: 1 addition & 0 deletions course-mw/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<scoverage.plugin.version>1.4.1</scoverage.plugin.version>
<slf4j.version>1.6.1</slf4j.version>
<logstash-logback-encoder.version>7.3</logstash-logback-encoder.version>
</properties>
<modules>
<module>sunbird-util</module>
Expand Down
2 changes: 1 addition & 1 deletion course-mw/sunbird-util/cache-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>6.6</version>
<version>${logstash-logback-encoder.version}</version>
</dependency>
</dependencies>

Expand Down
11 changes: 9 additions & 2 deletions course-mw/sunbird-util/sunbird-cache-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<groupId>org.sunbird</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>org.sunbird</groupId>
<artifactId>sunbird-cache-utils</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
Expand All @@ -21,6 +20,14 @@
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -36,7 +43,7 @@
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>6.6</version>
<version>${logstash-logback-encoder.version}</version>
</dependency>
<dependency>
<groupId>org.sunbird</groupId>
Expand Down
2 changes: 1 addition & 1 deletion course-mw/sunbird-util/sunbird-cassandra-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>6.6</version>
<version>${logstash-logback-encoder.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion course-mw/sunbird-util/sunbird-es-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>6.6</version>
<version>${logstash-logback-encoder.version}</version>
</dependency>
<dependency>
<groupId>org.sunbird</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<typesafe.akka.version>2.5.22</typesafe.akka.version>
<jackson.version>2.13.5</jackson.version>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<logstash-logback-encoder.version>7.3</logstash-logback-encoder.version>
</properties>
<dependencies>
<dependency>
Expand All @@ -29,7 +30,7 @@
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>6.6</version>
<version>${logstash-logback-encoder.version}</version>
</dependency>
<dependency>
<groupId>org.sunbird</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<typesafe.akka.version>2.5.22</typesafe.akka.version>
<jackson.version>2.13.5</jackson.version>
<logstash-logback-encoder.version>7.3</logstash-logback-encoder.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -80,7 +81,7 @@
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>6.6</version>
<version>${logstash-logback-encoder.version}</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>6.6</version>
<version>${logstash-logback-encoder.version}</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<scala.version>2.12.11</scala.version>
<typesafe.akka.version>2.5.22</typesafe.akka.version>
<jackson.version>2.13.5</jackson.version>
<logstash-logback-encoder.version>7.3</logstash-logback-encoder.version>
<powermock.version>2.0.9</powermock.version>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<CLOUD_STORAGE_GROUP_ID>org.sunbird</CLOUD_STORAGE_GROUP_ID>
Expand Down Expand Up @@ -58,7 +59,7 @@
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>6.6</version>
<version>${logstash-logback-encoder.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
<dependency>
Expand Down Expand Up @@ -127,7 +128,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.15</version>
<version>3.17</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
3 changes: 2 additions & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<scala.version>2.12.11</scala.version>
<typesafe.akka.version>2.5.22</typesafe.akka.version>
<jackson.version>2.13.5</jackson.version>
<logstash-logback-encoder.version>7.3</logstash-logback-encoder.version>
<powermock.version>2.0.9</powermock.version>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
</properties>
Expand Down Expand Up @@ -219,7 +220,7 @@
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>6.6</version>
<version>${logstash-logback-encoder.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
Loading