-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
(#25070) jwt-cpp: Fix missing picojson header #25077
(#25070) jwt-cpp: Fix missing picojson header #25077
Conversation
This comment has been minimized.
This comment has been minimized.
It comes from #12735, where picojson is "disabled" for versions >= 0.5.0, but in the meantime added to test package, so very confusing. It could be a good idea to clarify the intend with @JorgenPo @prince-chrismc & @uilianries |
Thanks for the call out space, #25070 (comment) As a maintainer of jwt-cpp, I would prefer no JSON dependencies listed. This makes the behavior the same for CMake, VCPKG, hunter, etc. There's other functions that could be used in the test package |
babcb85
to
2a0ae85
Compare
This comment has been minimized.
This comment has been minimized.
2a0ae85
to
cbcb47b
Compare
This comment has been minimized.
This comment has been minimized.
This seems more appropriate, user can explicit opt in and this will work if they need 1 or more json implementations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM this was also confusing to me when I used this library on the past.
Thanks for improving the recipe!
Successful compilation logs for non default
|
Conan v1 pipeline ✔️All green in build 5 (
Conan v2 pipeline ✔️
All green in build 5 (
|
* (conan-io#25070) jwt-cpp: Fix missing picojson header * Use CCI nomenclature --------- Co-authored-by: Abril Rincón Blanco <git@rinconblanco.es>
Summary
Changes to recipe: jwt-cpp/0.7.0
Motivation
Fix #25070
Details
Fix missing picojson header by using Conan picojson for all versions.
© 2024 Morgan Stanley.
THIS SOFTWARE IS CONTRIBUTED SUBJECT TO THE TERMS OF THE Conan-io project Contributor License Agreement.
THIS SOFTWARE IS LICENSED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY WARRANTY OF NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THIS SOFTWARE MAY BE REDISTRIBUTED TO OTHERS ONLY BY EFFECTIVELY USING THIS OR ANOTHER EQUIVALENT DISCLAIMER IN ADDITION TO ANY OTHER REQUIRED LICENSE TERMS.