Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Springdoc Openapi

Support the springdoc-openapi project
Collective - Host: opensource - https://opencollective.com/springdoc - Website: https://springdoc.org/ - Code: https://github.com/springdoc

Update version to 2.0.0-SNAPSHOT

github.com/springdoc/springdoc-openapi - a6db163f0e52b139737ec2e9919ecd8fc5d961d3 authored almost 3 years ago by bnasslah <[email protected]>
Post without @RequestBody not getting all fields. Fixes #1455

github.com/springdoc/springdoc-openapi - dff587373860a10a0be7923893056b19496f0a85 authored almost 3 years ago by bnasslah <[email protected]>
Post without @RequestBody not getting all fields. Fixes #1455

github.com/springdoc/springdoc-openapi - 240571ead8dd23163b1e2a4d1ab6ab065646952f authored almost 3 years ago by bnasslah <[email protected]>
CHANGELOG.md update

github.com/springdoc/springdoc-openapi - e41a4251bd004748b72927582e55e538dca1c362 authored almost 3 years ago by bnasslah <[email protected]>
remove unused code

github.com/springdoc/springdoc-openapi - 2c5e914c9f106cc71bc7102b2a6acd87a6ab6016 authored almost 3 years ago by bnasslah <[email protected]>
java.lang.NoSuchMethodError: org.springframework.core.MethodParameter.getParameter() at /v3/api-docs request. Fixes #1458

github.com/springdoc/springdoc-openapi - f29d8444173f75227d22aaeb2af1dc746d511ce7 authored almost 3 years ago by bnasslah <[email protected]>
Reverse proxy context path aware support for manually provided files. Fixes #1453.

github.com/springdoc/springdoc-openapi - fd022ee0d472ee4473b1196f63f06793d8be6ddc authored almost 3 years ago by bnasslah <[email protected]>
upgrade to swagger-ui 4.2.1

github.com/springdoc/springdoc-openapi - ce39c7b917fb623a87f3064b1822499fbb93b85d authored almost 3 years ago by bnasslah <[email protected]>
upgrade to swagger-ui 4.2.0

github.com/springdoc/springdoc-openapi - 0293f32e5de45967f55b0e233e8064c1dff213f4 authored almost 3 years ago by bnasslah <[email protected]>
Update Jenkinsfile

github.com/springdoc/springdoc-openapi-demos - 65372e1ec33b27f607ff146e31ac94b7fbe6cfb4 authored almost 3 years ago by bnasslahsen <[email protected]>
Upgrade from Springdoc 1.6.3 to 1.6.4 causes issues if springdoc-openapi-common is on the classpath but springdoc-openapi-ui is not. Fixes #1446

github.com/springdoc/springdoc-openapi - 34f6710cd25de4a953a7d624dff2dd02759bc17e authored almost 3 years ago by bnasslah <[email protected]>
Added Test. Fixes #1442

github.com/springdoc/springdoc-openapi - 9c96abe0838a79347c9ca6cf6f2fe243150d3000 authored almost 3 years ago by bnasslah <[email protected]>
Springdoc-openapi-webmvc-core not enought for Springdoc-openapi-native. Fixes #1442

github.com/springdoc/springdoc-openapi - e835c2cb056230e836e3b6145424b6604dd8e2d2 authored almost 3 years ago by bnasslah <[email protected]>
swagger-ui is not showing "select a definition" instead shows Explore option with text box. Fixes #28

github.com/springdoc/springdoc.github.io - 54256747527fdb090cc30cbfa608de13698e71c8 authored almost 3 years ago by bnasslah <[email protected]>
Merge pull request #27 from mc1arke/patch-1

Demonstrate annotation filtering in SpringDoc

github.com/springdoc/springdoc.github.io - 45694dcf9f5c694cd4a65b3c5f7f999e6989ee08 authored almost 3 years ago by bnasslahsen <[email protected]>
Incorrect RequestBody type on schema/ui if class implements Map. Fixes #1428.

github.com/springdoc/springdoc-openapi - a63426eaeb12faca0b6ee181ba1c9925d1a2c34e authored almost 3 years ago by bnasslah <[email protected]>
Demonstrate annotation filtering in SpringDoc

Springfox allowed filtering of endpoints by method and class annotation, thereby allowing more g...

github.com/springdoc/springdoc.github.io - 6e03e91f4d4d86418e895d25bc8c23c4378962de authored about 3 years ago by Michael Clarke <[email protected]>
Customize operation and parameters by the return value. Fixes #1372

github.com/springdoc/springdoc-openapi - 990cd1e12e37dc41a283c5509c2dc30f3c4c25ee authored about 3 years ago by bnasslah <[email protected]>
Merge branch 'mc1arke-method-filtering'

github.com/springdoc/springdoc-openapi - b57f488843e043779f5c32f4ce808dc0c6bc9133 authored about 3 years ago by bnasslah <[email protected]>
Merge branch 'method-filtering' of https://github.com/mc1arke/springdoc-openapi into mc1arke-method-filtering

github.com/springdoc/springdoc-openapi - 6361201aafd9e7026ce9b2b9099d70c476e6948d authored about 3 years ago by bnasslah <[email protected]>
Merge pull request #1430 from lipniak/security-add-custom-paths

springdoc-openapi-security: support custom login processing endpoints

github.com/springdoc/springdoc-openapi - 46483c924916de1845d4398fc04a20167df40bb4 authored about 3 years ago by bnasslahsen <[email protected]>
some improvements

* access AbstractAuthenticationProcessingFilter class directly instead
of calling getSuperclass(...

github.com/springdoc/springdoc-openapi - f63a3e98ebb1d6d2c49fea4f8f6406acf6b7af85 authored about 3 years ago by predicate@bonzo <[email protected]>
Allow excluding individual methods from OpenApi output

It is currently possible to prevent methods from being included in the
OpenAPI output by ensurin...

github.com/springdoc/springdoc-openapi - 9145e15de31c6ae30516439acabe2aea100c85c1 authored about 3 years ago by Michael Clarke <[email protected]>
add support for custom paths

github.com/springdoc/springdoc-openapi - d88d66a985893a17a165030a02a84a2b32c0300d authored about 3 years ago by predicate@bonzo <[email protected]>
upgrade to springdoc 1.6.5-SNAPSHOT

github.com/springdoc/springdoc-openapi-demos - 88758e398803242dbb63f526de2c0494d08f12f0 authored about 3 years ago by bnasslah <[email protected]>
[maven-release-plugin] prepare for next development iteration

github.com/springdoc/springdoc-openapi - 5787a07ef0f4dc1f30344f08e4c35668e57ecff2 authored about 3 years ago by jenkins <[email protected]>
[maven-release-plugin] prepare release v1.6.4

github.com/springdoc/springdoc-openapi - 832e797107c7603079fc94d333fb5a28a53c4aec authored about 3 years ago by jenkins <[email protected]>
Parameter 2 of method indexPageTransformer in org.springdoc.webmvc.ui.SwaggerConfig required a single bean, but 2 were found. Fixes #1425

github.com/springdoc/springdoc-openapi - 26cde38d66268526135a17d9d9d607c1e6845a82 authored about 3 years ago by bnasslah <[email protected]>
Managing outdated Classgraph version of webjars-locator-core. Fixes #1424.

github.com/springdoc/springdoc-openapi - b2c3ffd1f55626f2200bcdfebc18816160fca210 authored about 3 years ago by bnasslah <[email protected]>
Rely on Classgraph version of webjars-locator-core. Fixes #1424.

github.com/springdoc/springdoc-openapi - fac2f4e83537365f2ffa13bb6f5a65a2fcf25bf8 authored about 3 years ago by bnasslah <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/springdoc/springdoc-openapi - 45d37a3e1b6b9a678eb211dd8d153043bc21afd7 authored about 3 years ago by bnasslah <[email protected]>
Only UI to depend on Classgraph. Fixes #1424.

github.com/springdoc/springdoc-openapi - 2b0582e82434b60414745444375fbf6406042eeb authored about 3 years ago by bnasslah <[email protected]>
Merge pull request #1423 from oliverlockwood/update-classgraph-dependency

Update classgraph dependency to fix OpenJ9-specific issue

github.com/springdoc/springdoc-openapi - 3e9008599fc6359864a27b6ad3c27e5ad545e2f2 authored about 3 years ago by bnasslahsen <[email protected]>
Actuator endpoints have 2 appended to operationId. Fixes #1421.

github.com/springdoc/springdoc-openapi - b34ebfdb8a33660e5694c0fd0c5b4f8400f7ec69 authored about 3 years ago by bnasslah <[email protected]>
Update classgraph dependency to fix OpenJ9-specific issue

github.com/springdoc/springdoc-openapi - 4380f39759bdb32afbdfac3a737406a56811d73b authored about 3 years ago by Oliver Lockwood <[email protected]>
Support for therapi-runtime-javadoc 0.13.0. Fixes #1418

github.com/springdoc/springdoc-openapi - 941f9f99f5008ab74b5ff40f3bf717e377bd9f6a authored about 3 years ago by bnasslah <[email protected]>
Moving PageableDefault support to springdoc-openapi-common. Fixes #1415

github.com/springdoc/springdoc-openapi - d3c0843fba9a0879731717c7eadb7b7e2de39257 authored about 3 years ago by bnasslah <[email protected]>
Merge branch 'mosesonline-fix-dep-class'

github.com/springdoc/springdoc-openapi - a20e79e90cb47db1b8eac43304d4c6210a6c00a2 authored about 3 years ago by bnasslah <[email protected]>
Merge branch 'fix-dep-class' of https://github.com/mosesonline/springdoc-openapi into mosesonline-fix-dep-class

github.com/springdoc/springdoc-openapi - 627df67e68be902f7db5fe0672c4ac5de487d82d authored about 3 years ago by bnasslah <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/springdoc/springdoc-openapi - c39466e315672b0cc7c1504ee3165283a77d9332 authored about 3 years ago by bnasslah <[email protected]>
Add support out of the box for MultipartRequest

github.com/springdoc/springdoc-openapi - fa3b820af9f5d94657d08722f75fbfedd4b6acaf authored about 3 years ago by bnasslah <[email protected]>
fix format

github.com/springdoc/springdoc-openapi - 90145a06a78574ec0e9a9b6e0a7604f08bb4b8e3 authored about 3 years ago by Slawomir Messner <[email protected]>
Update documentation for release 1.6.3

github.com/springdoc/springdoc.github.io - 2cc803121ab0c59bbb65e9ae6dba6099576fdc3e authored about 3 years ago by bnasslah <[email protected]>
fix: fix usage of deprecated adapter

github.com/springdoc/springdoc-openapi - 85cfc0ac3e10b433af2e4071be1878b0ecc931a9 authored about 3 years ago by Slawomir Messner <[email protected]>
Merge pull request #1409 from KENNYSOFT/cleanup-permission

cleanup: chmod text files from 755 to 644

github.com/springdoc/springdoc-openapi - 0a8150b3158447e7ed88215e6bdeae2a7b75808b authored about 3 years ago by bnasslahsen <[email protected]>
Merge pull request #1408 from KENNYSOFT/typo/1.6.3-release-note

Fix issue number in 1.6.3 CHANGELOG. Fixes #1407

github.com/springdoc/springdoc-openapi - bae2d5036cb24c68520bad23cf292eeebd52e081 authored about 3 years ago by bnasslahsen <[email protected]>
Fix issue number in 1.6.3 CHANGELOG. Fixes #1407

github.com/springdoc/springdoc-openapi - b5b9e230fd2f91571895452e66a36f47013fb74b authored about 3 years ago by Hyeonmin Park <[email protected]>
cleanup: chmod text files from 755 to 644

github.com/springdoc/springdoc-openapi - 3be6e52a721ae8bee9d663c06764035d251e0343 authored about 3 years ago by Hyeonmin Park <[email protected]>
Update documentation for release 1.6.3

github.com/springdoc/springdoc.github.io - cc06aa74740cd481f7bb568db1424baa8d495962 authored about 3 years ago by bnasslah <[email protected]>
Update documentation for release 1.6.3

github.com/springdoc/springdoc.github.io - e4eaca0a096ece488cfd84025ba1b0a8cc5e179c authored about 3 years ago by bnasslah <[email protected]>
Update documentation for release 1.6.3

github.com/springdoc/springdoc.github.io - cbf0e2b514892e5eb1ce2f8b0286e16650732808 authored about 3 years ago by bnasslah <[email protected]>
Update documentation for release 1.6.3

github.com/springdoc/springdoc.github.io - 5289a5c97da4d9b26577ec425e2ba3e556c98f0c authored about 3 years ago by bnasslah <[email protected]>
Update documentation for release 1.6.3

github.com/springdoc/springdoc.github.io - da65dd1aea02979bb7a83a206edb9b836045686a authored about 3 years ago by bnasslah <[email protected]>
[maven-release-plugin] prepare for next development iteration

github.com/springdoc/springdoc-openapi - 95e7945c4659ac0e4858fbc57e074e9a6cd3b75a authored about 3 years ago by jenkins <[email protected]>
[maven-release-plugin] prepare release v1.6.3

github.com/springdoc/springdoc-openapi - c8835853f0116e56603f9afb1e2ff4f0c2eb0a1c authored about 3 years ago by jenkins <[email protected]>
Added spring-cloud-function Demo

github.com/springdoc/springdoc-openapi-demos - 8140ba5f7571de24362099c84e503f82acd76057 authored about 3 years ago by bnasslah <[email protected]>
add property springdoc.show-spring-cloud-functions

github.com/springdoc/springdoc-openapi - d40ace4f471286c5f922a5ae3c377123337fded0 authored about 3 years ago by bnasslah <[email protected]>
Upgrade to spring-boot 2.6.2

github.com/springdoc/springdoc-openapi - b1367f84093804cfc053637d3298655558498394 authored about 3 years ago by bnasslah <[email protected]>
CHANGELOG.md update for v1.6.3

github.com/springdoc/springdoc-openapi - 40a700d29e5bdadb407695ca1e359b1815b14261 authored about 3 years ago by bnasslah <[email protected]>
Upgrade spring-native to 0.11.1

github.com/springdoc/springdoc-openapi - d383b2bc70a24049ba0c6acb2352c20f8cb5494b authored about 3 years ago by bnasslah <[email protected]>
Update pom.xml

Update to 1.6.3-SNAPSHOT

github.com/springdoc/springdoc-openapi-demos - fca39a93a88168368984c46efdc8c58a6732b914 authored about 3 years ago by bnasslahsen <[email protected]>
Better. fixes #1405

github.com/springdoc/springdoc-openapi - d211191db7b0185896a38b00b5a8ff4bc04edef0 authored about 3 years ago by bnasslah <[email protected]>
Using springdoc-openapi as BOM uses Gradle project verson rather than BOM version. Fixes #1405.

github.com/springdoc/springdoc-openapi - 5c9d55e113c6c9dc76efc9973fb7883c9f866f23 authored about 3 years ago by bnasslah <[email protected]>
bump classgraph version to 4.8.117

github.com/springdoc/springdoc-openapi - 9cf6749aafbab5a506a7d9038dec595d25c6057f authored about 3 years ago by bnasslah <[email protected]>
Upgrade to swagger-core 2.1.12

github.com/springdoc/springdoc-openapi - f77e7e845086159b8bc1c1de54c6498e92cb3968 authored about 3 years ago by bnasslah <[email protected]>
Add support for Spring Cloud Function Web. Fixes #1299

github.com/springdoc/springdoc-openapi - e2eda6ae36b6ae93b33fc6818646ea84d760d741 authored about 3 years ago by bnasslah <[email protected]>
Add support for Spring Cloud Function Web. Fixes #1299

github.com/springdoc/springdoc-openapi - 2545498d99d58627bd5a4a89ad816d69e689a837 authored about 3 years ago by bnasslah <[email protected]>
Update documentation for release 1.6.2

github.com/springdoc/springdoc.github.io - cf7106e84d1e5a0b2c42950aa1e2e168a6594396 authored about 3 years ago by bnasslah <[email protected]>
Samples update for v1.6.2

github.com/springdoc/springdoc-openapi-demos - 814cb626f1adb85863b702b89f4b96b266865dec authored about 3 years ago by bnasslah <[email protected]>
[maven-release-plugin] prepare for next development iteration

github.com/springdoc/springdoc-openapi - f3df88d63d17d330a222876105f460e2d6a2f361 authored about 3 years ago by bnasslah <[email protected]>
[maven-release-plugin] prepare release v1.6.2

github.com/springdoc/springdoc-openapi - d7f2d7d9ed619b33d3f2408ebe40f6c10d5b7e88 authored about 3 years ago by jenkins <[email protected]>
CHANGELOG.md for v1.6.2

github.com/springdoc/springdoc-openapi - 12be4a393b30df48ae8cff7dbfb69e1b6e9ef620 authored about 3 years ago by bnasslah <[email protected]>
Getting 404 when trying to access swagger-ui of a native spring-boot app. Fixes #1394.

github.com/springdoc/springdoc-openapi - d1b8d7573bbe6a91c02e7f123e7e599adc38439a authored about 3 years ago by bnasslah <[email protected]>
Getting 404 when trying to access swagger-ui of a native spring-boot app. Fixes #1394.

github.com/springdoc/springdoc-openapi - b2f298a285899db9db064de545236f4bbf797dd3 authored about 3 years ago by bnasslah <[email protected]>
OperationId generation problem. Fixes #1392

github.com/springdoc/springdoc-openapi - a5e53a8df8f1beb8e6424f68c5d7145b5ebe6193 authored about 3 years ago by bnasslah <[email protected]>
rollback changes

github.com/springdoc/springdoc-openapi - 99bb4c4b8cad4c2d7f6a3fe735859465ecf3bea5 authored about 3 years ago by bnasslah <[email protected]>