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

Jans auth server client registration language metadata #1237

Merged
merged 20 commits into from
May 12, 2022

Conversation

qbert2k
Copy link
Contributor

@qbert2k qbert2k commented Apr 20, 2022

Prepare


Description

Target issue

#1057

Implementation Details

See #1057


Test and Document the changes

  • Static code analysis has been run locally and issues have been fixed
  • Relevant unit and integration tests have been added/updated
  • Relevant documentation has been updated if any (i.e. user guides, installation and configuration guides, technical design docs etc)

…n language metadata

Signed-off-by: Javier Rojas Blum <javier.rojas.blum@gmail.com>
…nt-registration-language-metadata

# Conflicts:
#	jans-auth-server/model/src/main/java/io/jans/as/model/util/Util.java
#	jans-auth-server/server/src/main/java/io/jans/as/server/register/ws/rs/RegisterRestWebServiceImpl.java
…n language metadata

Signed-off-by: Javier Rojas Blum <javier.rojas.blum@gmail.com>
@mo-auto mo-auto added comp-jans-auth-server Component affected by issue or PR comp-jans-orm Component affected by issue or PR labels Apr 20, 2022
Copy link
Contributor

@yuriyz yuriyz left a comment

Choose a reason for hiding this comment

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

Added some improvements proposals, please check.

…n language metadata

Signed-off-by: Javier Rojas Blum <javier.rojas.blum@gmail.com>
…nt-registration-language-metadata

# Conflicts:
#	jans-auth-server/server/src/main/java/io/jans/as/server/register/ws/rs/RegisterService.java
@sonarcloud
Copy link

sonarcloud bot commented Apr 27, 2022

[notify] 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
No Duplication information No Duplication information

…n language metadata

Signed-off-by: Javier Rojas Blum <javier.rojas.blum@gmail.com>
…n language metadata

Signed-off-by: Javier Rojas Blum <javier.rojas.blum@gmail.com>
…n language metadata

Signed-off-by: Javier Rojas Blum <javier.rojas.blum@gmail.com>
…n language metadata

fix sonar

Signed-off-by: Javier Rojas Blum <javier.rojas.blum@gmail.com>
@sonarcloud
Copy link

sonarcloud bot commented Apr 27, 2022

[orm] 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 7 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

…n language metadata

fix sonar:  remove unused imports

Signed-off-by: Javier Rojas Blum <javier.rojas.blum@gmail.com>
@sonarcloud
Copy link

sonarcloud bot commented May 10, 2022

[jans-pycloudlib] 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
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 10, 2022

[jans-core] 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
No Duplication information No Duplication information

@qbert2k
Copy link
Contributor Author

qbert2k commented May 12, 2022

Hi, @yuriyz
Regarding the sonar issues:

  1. The dupplicated lines of code are between Client.java and RegisterRequest.java (getters and setters) and because they are not related, I think hineritance is not a good solution. I am thinking to use Lombok, what do you think?
  2. There is annother compilation issue bloking the merge request. A compilation issue in jans-client-api but it seems not related to the changes in jans-auth-server.

@yuriyz
Copy link
Contributor

yuriyz commented May 12, 2022

Yes, I like lombok idea to reduce boilerplate code. Re: jans-client-api - ignore it. @jmunozherbas will correct it.

But if PR is ready we can let it go. Lets add lombok in separate PR. I don't want to put everything in one bucket. Duplicated lines is not end of the world. @qbert2k otherwise PR is ready, right ?

@sonarcloud
Copy link

sonarcloud bot commented May 12, 2022

[jans-cli] 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
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 12, 2022

[jans-linux-setup] 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
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 12, 2022

[Fido2 API] 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
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 12, 2022

[jans-config-api-parent] 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
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 12, 2022

[SCIM API] 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
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 12, 2022

[Jans authentication server parent] SonarCloud Quality Gate failed.    Quality Gate failed

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

0.0% 0.0% Coverage
2.6% 2.6% Duplication

@qbert2k qbert2k requested a review from yuriyz May 12, 2022 20:17
@yuriyz yuriyz merged commit a8d0157 into main May 12, 2022
@yuriyz yuriyz deleted the jans-auth-server-client-registration-language-metadata branch May 12, 2022 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-auth-server Component affected by issue or PR comp-jans-orm Component affected by issue or PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants