Where can i get wso2is-5.1.0 source code? - wso2

Where can i get downloadable wso2is-5.1.0 source code?
I found wso2 source code at http://svn.wso2.org/repos/wso2/carbon/platform/trunk/ but here it is 4.0 version code, I need 5.1.0 version code.
Thanks

We have moved all of our source code to github. You can find identity server repo here. You need to use tag v5.1.0.
Source code of most of the componets, feature used by Identity Server resides here

Related

How to setup VS Code project for LLVM building

I want to use VS Code for building & debugging LLVM source code. Is there a good document which explains how to setup project in VS Code for LLVM ?
Thanks in advance.
I found the below blog useful :
https://developers.redhat.com/blog/2021/04/22/remote-llvm-development-with-visual-studio-code#
This talks about remote SSH setup, but all these things can be easily replicated with native vscode install.

Path is not a legal form VS2017/2019

I have clean installed VS2017 and VS 2019 with both the .Net Core 2.2 and 1.0 tooling. I cloned the latest version of the prism repository found here. Upon loading the solution, (PrismLibrary.sln) Most projects do not load. Upon trying to load one, I get the following error :
I have followed the path and the file exists as shown below:
Does anyone know how to get around this/ fix it so i can fully load the solution.
Thanks in advance.
Turns out in the latest version of the library, the global.json specifies .NET Core 3.0 preview. Remove this and the solution will work.

Sonar runner is not listing the CxxCppCheckSensor while runner is started

I am new to sonar, i have installed sonarqube on RHEL 7 machine and its version is 5.1.1.
and the runner's version is 2.4.
I have four cpp related plugins, i tried with each one,
sonar-cxx-plugin-0.9.4-RC3.jar sslr-cxx-toolkit-0.9.4-RC3.jar
sonar-cpp-plugin-3.6.jar sonar-cpp-plugin-3.5.jar
sonar-cxx-plugin-0.9.jar
nothing seems to be listing the Sensor CxxCppCheckSensor . i need this for integrating cppcheck with the sonar. my cppcheck version is 1.68.
i have included sonar.cfamily.cppcheck.reportPath = in my sonar.project.properties file too.
Am I doing something wrong here ? Please help me out.
1.And do these cpp plugins needs license or trial key for proceeding?
2. Can cppcheck's xml report alone be viewed in sonar's dashboard?
Thanks in advance :)
sonar-cpp-plugin correspond to the commercial plugin and of course needs a license, sonar.cfamily.cppcheck.reportPath property is only for the commercial plugin.
sonar-cxx-plugin correspond to the community C++ plugin and has different properties.
Do not mix the two different plugins and documentation, pick one and follow one documentation installing only one of them.

where can i find wso2 source code

I'm trying to find wso2 source in particular for the following class:
org.wso2.carbon.user.core.common.AbstractUserStoreManager.doGetUserClaimValues(AbstractUserStoreManager.java:2583)
I googled an svn repo, but it didn't got changes since 2012, has only branches for 3.x (I am using 4.6.0) and the lines do not match.
I found a github repo (or repos) but there seems to be no org.wso2.carbon.user.core package there, only org.wso2.carbon.user.mgm, but this is not what I am looking for.
Any ideas where wso2 source code and in particular the user store code is located?
regards
Leon
In particular I am looking for following lines:
at org.wso2.carbon.user.core.common.AbstractUserStoreManager.doGetUserClaimValues(AbstractUserStoreManager.java:2583)
at org.wso2.carbon.user.core.common.AbstractUserStoreManager.getUserClaimValues(AbstractUserStoreManager.java:556)
at org.wso2.carbon.user.core.common.AbstractUserStoreManager.getUserClaimValues(AbstractUserStoreManager.java:550)
It's located here:
https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/core/org.wso2.carbon.user.core/4.2.0/
You may also want to look at the patches (up to patch0004, only if they contain updates to the user core):
https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/patches/
You can find the carbon platform version (and also patches) for each product by looking at the release matrix, and then search the repo for the sources.
http://wso2.com/products/carbon/release-matrix/
(IS 4.6.0 is released with carbon 4.2.0 and also there's patch004 is released with that version.)
It can also be found on Github: https://github.com/wso2/product-is starting version 5.1.0

Migrating from vtiger 5.3.0 to 5.4.0 failure

Trying to migrate from vtiger 5.3.0 to 5.4.0 and getting this error when I navigate to the patch folder in a browser:
Warning: require_once(include/logging.php) [function.require-once]: failed to open stream: No such file or directory in \vtigercrm-5.3.0\apache\htdocs\vtigerCRM\upgrade\include\database\PearDatabase.php on line 1
Using google I've found people with this error with migrating different versions, though not these versions, and no forum topics with an actual answer to this problem, am I the only one!?
I put the patch in '\vtigercrm-5.3.0\apache\htdocs\vtigerCRM' then navigated to it and got this error, any ideas!?
Please Don`t use the patch if you want complate migration just follow this links.
Click here
if you want complete information just follow this links.
https://wiki.vtiger.com/index.php/Vtiger_CRM_5.4_Migration
I think it's a little late to say anything, however, I'm getting the same error. I think, from what I've read, that the problem may be the installation directory. I see you've moved everything to "upgrade". Maybe the problem was there.
The migration method that you are attempting is not to be done using a patch. What you are attempting to do will only work with a complete application package.