-
pages/docs/docs-future-7.mdrenamed topages/docs/docs.md; olddocs.mdmoved todocs-past-6-X.md -
pages/docs/migration-guide-6-7.md- Migration guide created and link references updated -
pages/docs/docs.md- Cleaned up intro (removed "Major Changes in Javalin 7" bullet list, added Java 17+/Jetty 12+ statement)
-
pages/plugins/how-to.md- Fixed API signatures (onStart(JavalinState),ContextPlugin,state.routes.before(...)) -
pages/plugins/javalinvue.md- Already usesconfig.registerPlugin(new JavalinVuePlugin())andconfig.routes.get(...)✓ -
pages/plugins/rendering.md- No old route examples present ✓ -
pages/plugins/cors.md- No old route examples present ✓ -
pages/plugins/devlogging.md- No old route examples present ✓ -
pages/plugins/graphql.md- No old route examples present ✓ -
pages/plugins/micrometer.md- No old route examples present ✓ -
pages/plugins/routeoverview.md- No old route examples present ✓ -
pages/plugins/ssl-helpers.md- No old route examples present ✓
-
pages/index.md- Community stats updated (2M+ downloads, 8.2k stars, 638 forks, etc. — "As of February 2026") -
pages/comparison-to-spark.md- Already usesconfig.routes.get(...)✓ -
pages/for-educators.md- Uses{% include macros/gettingStarted.md %}which now points to v7 ✓ -
pages/download.md- Uses{{site.javalinversion}}(resolves to 7.0.0) andmavenDep.mdmacro ✓
- All tutorials in
_posts/tutorials/locked tojavalinSixVersion(6.7.0) - Consider creating new Javalin 7 tutorials or updating select tutorials
-
_config.yml-javalinversionupdated to7.0.0 -
_config.yml-javalinSixVersion: 6.7.0added
-
_includes/macros/gettingStarted.md- Updated to Javalin 7 syntax -
_includes/macros/gettingStarted6.md- Created for v6 archive docs
-
app.get(,app.post(,app.before(,app.after(,app.ws(— only present indocs-past-*archives (intentional) ✓ -
ctx.matchedPath()— only in archives and migration guide (showing old→new) ✓ -
app.events(— only in archives and migration guide (showing old→new) ✓ -
app.unsafeConfig().pvt— only in migration guide (showing old→new) ✓ -
config.vue— only in archives and migration guides (intentional) ✓
- Routes configured upfront in
config.routes.*— docs.md prominently documents this with a callout box ✓ - Lifecycle events in
config.events.*— docs.md has fullconfig.events.*examples ✓ -
ctx.matchedPath()→ctx.endpoint().path()— migration guide + docs.md usesctx.endpoint().path()✓ - JavalinVue as plugin — docs.md explicitly notes it,
javalinvue.mdusesconfig.registerPlugin(...)✓ -
app.unsafeConfig().pvt→app.unsafe— migration guide covers with before/after examples ✓ -
config.router.javaLangErrorHandler— covered under theapp.unsafemigration section ✓ - Jetty 12 / Jakarta servlet packages — docs.md + migration guide have dedicated sections ✓
- Java 17 requirement — docs.md intro states it ✓
-
createAndStart()removal — migration guide has a dedicated section ✓ - HandlerType as record — migration guide "Other changes" section ✓
- Template rendering modules — docs.md references
javalin-renderingartifact ✓
- Build the Jekyll site locally and verify all pages render correctly
- Test all internal links work correctly
- Verify code snippets display properly
- Check that version variables resolve correctly
- Test navigation and menu structure
- Test on Chrome/Edge
- Test on Firefox
- Test on Safari
- Test on mobile devices
-
_posts/news/pre-8.0/2026-02-22-javalin-7.0.0-released.md- Written and published - Release post intro, Hello World + Gradle snippet, REST APIs, Static Files, WebSockets, Config, Plugins sections all updated
- Dark mode fix for date subtitle (
.release-dateCSS class) -
_posts/blog/2025-12-27-using-augment-for-javalin-7.md- Augment endorsement toned down
-
_includes/notificationBanner.html- Updated for Javalin 7 (uncommented, new content and link) - Banner restricted to
/documentation*and/tutorials*pages only - Background changed to green (
#9fff82) - Close button replaced with SVG X icon
- Top-left corner clipped (
clip-path: polygon(...))
- Prepare GitHub release notes with changelog
- Draft Twitter/X announcement (with key highlights)
- Draft Reddit post for r/java and r/programming
- Draft Hacker News submission (title and description)
- Prepare LinkedIn announcement
- Draft Discord/Slack community announcements
- Notify key contributors and maintainers
- Review all changes with git diff
- Spell check all new/updated content
- Verify all links are working (internal and external)
- Check for any TODO or FIXME comments
- Ensure consistent formatting and style
- Rename
docs-future-7.mdtodocs.mdand move olddocs.mdtodocs-past-6-X.md - Update
_config.yml-javalinversion: 7.0.0 - Update
_includes/macros/gettingStarted.mdto use Javalin 7 syntax - Commit and push all changes
- Verify deployment
- Twitter/X - Post announcement with key features and link
- Reddit - Post to r/java (focus on technical improvements)
- Reddit - Post to r/programming (broader appeal, highlight major changes)
- Reddit - Post to r/Kotlin if relevant
- Hacker News - Submit link to release announcement or migration guide
- LinkedIn - Share professional announcement
- Dev.to - Cross-post release announcement blog
- Medium - Cross-post release announcement blog (if applicable)
- Discord - Announce in Javalin Discord server
- Gitter/Slack - Announce in relevant Java/Kotlin communities
- GitHub Discussions - Create announcement thread
- Javalin mailing list - Send announcement email (if exists)
- Java Weekly/newsletters - Submit to Java newsletter curators
- Kotlin Weekly - Submit to Kotlin newsletter
- Awesome Java - Update Javalin entry if needed
- Monitor website for broken links or issues
- Monitor GitHub issues for bug reports
- Monitor social media for feedback and questions
- Respond to Reddit comments and questions
- Respond to Hacker News comments
- Respond to Twitter/X mentions and questions
- Update any missed documentation based on user reports
- Track adoption and migration issues
- Collect feedback for future improvements
- Keep it concise (280 characters)
- Use hashtags: #Javalin #Java #Kotlin #WebFramework
- Include link to release notes or migration guide
- Mention key features (Java 17, Jetty 12, new routing API)
- Tag relevant accounts if appropriate
- r/java: Focus on technical improvements, Java 17 requirement, performance
- r/programming: Broader appeal, explain what Javalin is, highlight major changes
- Be active in comments, answer questions promptly
- Don't be overly promotional, focus on technical value
- Consider posting migration guide as a separate post if there's interest
- Title should be factual and interesting (e.g., "Javalin 7.0 – Lightweight Java/Kotlin web framework")
- Link directly to release notes or announcement
- Be prepared to answer technical questions in comments
- Avoid promotional language
- Timing matters: post during US business hours for best visibility
- Stagger announcements (don't post everywhere at once)
- Engage with comments and questions
- Share user success stories and feedback
- Consider creating a demo or video showcasing new features
- Highlight migration path and backward compatibility (or breaking changes)
- Tutorials are intentionally locked to Javalin 6 (
javalinSixVersion) to remain stable - Historical news posts should NOT be updated (they're historical records)
- Past documentation versions (
docs-past-*.md) should NOT be updated - Migration guides should remain as-is once published
- Consider creating a "What's New in Javalin 7" blog post separate from release notes
- Prepare FAQ for common migration questions