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

Merge Mip 69 #399

Closed
wants to merge 2 commits into from
Closed

Merge Mip 69 #399

wants to merge 2 commits into from

Conversation

rdenarie
Copy link
Member

No description provided.

aycherif and others added 2 commits August 4, 2023 01:30
…s-io/MIPs#69  (#395)

Prior to this change, bcprov-jdk15on jar is added in wallet packaging as
it's coming as a compiled dependency in org.web3j.utils.

With new feature about the new Argon2IdPasswordEncoder, this dependency
is needed at gatein portal level. So this PR exclude this jar from
compiled scope, so that, if someone uninstall wallet addon, the
bcprov-jdk15on is not removed.
@rdenarie rdenarie marked this pull request as draft August 10, 2023 15:02
@sonarcloud
Copy link

sonarcloud bot commented Aug 10, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Member

@boubaker boubaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please delete MIPs FB version change commit

@@ -22,12 +22,12 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<artifactId>addons-parent-pom</artifactId>
<groupId>org.exoplatform.addons</groupId>
<version>17-M04</version>
<version>17-mips-SNAPSHOT</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<version>17-mips-SNAPSHOT</version>
<version>17-M04</version>

<relativePath/>
</parent>
<groupId>org.exoplatform.addons.wallet</groupId>
<artifactId>wallet</artifactId>
<version>2.5.x-SNAPSHOT</version>
<version>2.5.x-mips-SNAPSHOT</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<version>2.5.x-mips-SNAPSHOT</version>
<version>2.5.x-SNAPSHOT</version>

@@ -46,10 +46,10 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</scm>
<properties>
<!-- 3rd party libraries versions -->
<org.exoplatform.social.version>6.5.x-SNAPSHOT</org.exoplatform.social.version>
<org.exoplatform.social.version>6.5.x-mips-SNAPSHOT</org.exoplatform.social.version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<org.exoplatform.social.version>6.5.x-mips-SNAPSHOT</org.exoplatform.social.version>
<org.exoplatform.social.version>6.5.x-SNAPSHOT</org.exoplatform.social.version>

Comment on lines +51 to +52
<org.exoplatform.platform-ui.version>6.5.x-mips-SNAPSHOT</org.exoplatform.platform-ui.version>
<addon.exo.analytics.version>1.4.x-mips-SNAPSHOT</addon.exo.analytics.version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<org.exoplatform.platform-ui.version>6.5.x-mips-SNAPSHOT</org.exoplatform.platform-ui.version>
<addon.exo.analytics.version>1.4.x-mips-SNAPSHOT</addon.exo.analytics.version>
<org.exoplatform.platform-ui.version>6.5.x-SNAPSHOT</org.exoplatform.platform-ui.version>
<addon.exo.analytics.version>1.4.x-SNAPSHOT</addon.exo.analytics.version>

@rdenarie rdenarie closed this Aug 11, 2023
@rdenarie
Copy link
Member Author

I close this pr as it is not the correct source branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Technical Improvement] Update Password Encoder Algorithm
4 participants