-
Notifications
You must be signed in to change notification settings - Fork 53
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
Move the project to Maven Central #393
Comments
That would be great for my projects as well! |
I agree, that would be very useful. |
Any news here? May 1st is close... |
Hey everyone, I know yall have been wondering about the current and future status of Orchid. Long story short: my personal life got unexpectedly busy over the last year, but Orchid is not dead. Jcenter will remain read-only indefinitely and your current Orchid sites will continue to build, and I am currently, slowly, doing work behind-the-scenes to get Orchid republished on MavenCentral. You can read the full announcement on the Orchid blog |
Hi! I read the note you left about the future of Orchid. I would like to know what is the status of this issue and the plans outlined in the note. Thank you. |
It looks like the project has remained silent since August, after a period of more intense activity. Casey is still active (last activity on GH is few days ago), I guess he needs to work on other things (maybe propedeutic to orchid too). |
* Orchid seems to be facing issues with maintenance. The [last update](https://orchid.run/news/2021-5-13/whats-up-with-orchid) was on May 2021, and the deadlines there have not been met. Most notably, there is still no support for recent Java, nor a release on Central (orchidhq/Orchid#393). Hugo, although less integrated with Gradle, seems way more solid. I mourn the possibility to write templates in Pebble + Kotlin, the language for Hugo shortcodes is not even closely comparable. * The CI now checks for dangling links, except in Dokka-generated documents, as they are **WAY** too buggy, see Kotlin/dokka#2320, Kotlin/dokka#2321, Kotlin/dokka#2322, and Kotlin/dokka#2323, that I opened before giving up on checking link integrity. * The update comes with some internal refactoring to the classes defining the YAML syntax elements.
### [12.2.2](12.2.1...12.2.2) (2022-01-24) ### Dependency updates * **deps:** update dependency de.flapdoodle.embed:de.flapdoodle.embed.mongo to v3.3.0 ([5da5a24](5da5a24)) * **deps:** update dependency org.mockito:mockito-core to v4.3.0 ([1294343](1294343)) ### Documentation * **website:** switch from orchid to hugo ([#1049](#1049)) ([683c92b](683c92b)), closes [orchidhq/Orchid#393](orchidhq/Orchid#393) [Kotlin/dokka#2320](Kotlin/dokka#2320) [Kotlin/dokka#2321](Kotlin/dokka#2321) [Kotlin/dokka#2322](Kotlin/dokka#2322) [Kotlin/dokka#2323](Kotlin/dokka#2323) ### Revert previous changes * **ci:** switch back ti a three-phase build-and-deploy ([33fd07e](33fd07e)) ### Build and continuous integration * build website before deployment ([48caa52](48caa52)) * fetch submodules on release ([d0f3fb6](d0f3fb6))
### [12.2.2](12.2.1...12.2.2) (2022-01-25) ### Dependency updates * **deps:** update dependency de.flapdoodle.embed:de.flapdoodle.embed.mongo to v3.3.0 ([5da5a24](5da5a24)) * **deps:** update dependency org.mockito:mockito-core to v4.3.0 ([1294343](1294343)) ### Documentation * **website:** switch from orchid to hugo ([#1049](#1049)) ([683c92b](683c92b)), closes [orchidhq/Orchid#393](orchidhq/Orchid#393) [Kotlin/dokka#2320](Kotlin/dokka#2320) [Kotlin/dokka#2321](Kotlin/dokka#2321) [Kotlin/dokka#2322](Kotlin/dokka#2322) [Kotlin/dokka#2323](Kotlin/dokka#2323) ### Revert previous changes * **ci:** switch back ti a three-phase build-and-deploy ([33fd07e](33fd07e)) ### General maintenance * **release:** 12.2.2 [skip ci] ([60b5d52](60b5d52)), closes [orchidhq/Orchid#393](orchidhq/Orchid#393) [Kotlin/dokka#2320](Kotlin/dokka#2320) [Kotlin/dokka#2321](Kotlin/dokka#2321) [Kotlin/dokka#2322](Kotlin/dokka#2322) [Kotlin/dokka#2323](Kotlin/dokka#2323) ### Build and continuous integration * build website before deployment ([48caa52](48caa52)) * fetch submodules on release ([d0f3fb6](d0f3fb6)) * fix test-deploy job ([2326e56](2326e56)) * restructure in multiple tasks ([7805062](7805062))
Dear Orchid development team, JFrog announced that JCenter will be sunsetted on May 1st.
Consequently, Orchid must be deployed elsewhere, and I believe the most natural place is Maven Central.
Should you need simplified configuration, I developed a Gradle Plugin that should simplify the deployment.
The text was updated successfully, but these errors were encountered: