#moditect 검색 결과
📢 Happy to announce a new tool under the #ModiTect umbrella -- Deptective, a @java compiler plug-in that validates the dependencies amongst your project's packages and fails the compilation when detecting any undesired references. Feedback welcome! github.com/moditect/depte… 🕵️♂️
Great talk on the @Java Module System at @javazone by @beryx007; including a nice plug for #ModiTect 🥰
The "Almiray effect" -- or what happens when @aalmiray gets his finger on an open-source project 🤯. Massive shout-out to you for all your efforts around #ModiTect and OSS at large, dear friend 🙏! github.com/moditect/modit…
📢 Happy to share the 1.0.0.Beta1 release of the #ModiTect oss-quickstart archetype: a modern #ApacheMaven archetype for creating new projects on #Java 17, with auto-formatting, up-to-date and pinned plug-in versions, #GitHub Actions set-up, etc. github.com/moditect/oss-q…
📢 Happy to announce the release of #ModiTect 1.0.0.RC3! Massive shout-out to @aalmiray, who not only managed this release, but also contributed many fixes, improvements and dependency updates. Barring any unforeseen issues, 1.0 Final will follow soon! github.com/moditect/modit…
Just merged the initial version of the #ModiTect plug-in for @Gradle! It lets you add module descriptors while building on Java 8, add descriptors to dependencies and create modular runtime images (jlink). Massive thank-you to @beryx007 for this 👏! github.com/moditect/modit…
RT gunnarmorling: New #ModiTect demo: vertx_project + java 9 modular runtime images = perfect platform for #microservices in 45 MB, batteries included (JVM and all dependencies) github.com/moditect/modit… Java
📢 As folks seemed to enjoy @nipafx and me jointly tinkering on #ModiTect on his Twitch channel, we decided to widen the scope a bit and make this a monthly ritual! Join us every last Tuesday for some colloquial chat about everything #Java and severe OSS hacking action 💪! 1/2
📢 Happy to share the release of #ModiTect 1.0.0.RC2, your swiss army knife for @Java module descriptors and runtime images. Now with support for "classpath images" (jlinked modules + classpath dir), multi-release JARs and more. Thx to all contributors! github.com/moditect/modit…
Special tribute to my colleague @gunnarmorling and his wonderful tool #Moditect. Without him this talk would have not be possible.
Yes, that'd be cool. Same for the jlink goal of #ModiTect: github.com/moditect/modit…. Would need a more complete signature validation impl first, though.
📢 Loving the smell of a fresh release in the morning: #ModiTect 1.0.0.Final is out--helping you to create module descriptors for your #Java JARs and build modular runtime images. Massive kudos to @aalmiray for running the release 🙏! github.com/moditect/modit…
Yeah, would be interesting. First problem is lack of module descriptors. Plain Vert.x could be a starting point, here' an example for adding descriptors via #ModiTect, so it can be used in jlink images: github.com/moditect/modit…. Might take that and experiment with event bus a bit.
Hey @aalmiray, there's an initial PR for adding a #ModiTect #Gradle: github.com/moditect/modit…. Would you perhaps be interested in testing/reviewing it?
This is exactly the place the @JettyProject found itself a couple of years ago. Only a few asked for modules. Team did not see worth while spending time in migration. Later they used the #ModiTect plugin to generate module info. Went full modules in v11 as well as Java11 as base
📺 I'll be back for another Twitch session with @nipafx, continuing our work on having #ModiTect support the creation of jlink images for #Java apps running on the classpath. Looking forward to seeing you there next week!
Busy schedule for March: * JUnit Pioneer * Spring Boot, React, Gatsby * more Moditect hacking with @gunnarmorling * #Java16 release party with @stuartmarks 🥂 * talk at @JavaLandConf * hanging out with @mkarg (Up-to-date version: nipafx.dev/schedule)
RT gunnarmorling: 📢 Happy to announce a new tool under the #ModiTect umbrella -- Deptective, a java compiler plug-in that validates the dependencies amongst your project's packages and fails the compilation when detecting any undesired references. Feedback welcome! …
You could use #ModiTect (github.com/moditect/modit…) for adding missing module descriptors, enabling modular runtime images via jlink. Also can use jlink based on given list of JDK modules to include, not requiring true modules.
📢 Happy to share the 1.0.0.Beta1 release of the #ModiTect oss-quickstart archetype: a modern #ApacheMaven archetype for creating new projects on #Java 17, with auto-formatting, up-to-date and pinned plug-in versions, #GitHub Actions set-up, etc. github.com/moditect/oss-q…
They surely deserve more visibility. Esp. #ModiTect
📢 Loving the smell of a fresh release in the morning: #ModiTect 1.0.0.Final is out--helping you to create module descriptors for your #Java JARs and build modular runtime images. Massive kudos to @aalmiray for running the release 🙏! github.com/moditect/modit…
📢 Happy to announce the release of #ModiTect 1.0.0.RC3! Massive shout-out to @aalmiray, who not only managed this release, but also contributed many fixes, improvements and dependency updates. Barring any unforeseen issues, 1.0 Final will follow soon! github.com/moditect/modit…
The "Almiray effect" -- or what happens when @aalmiray gets his finger on an open-source project 🤯. Massive shout-out to you for all your efforts around #ModiTect and OSS at large, dear friend 🙏! github.com/moditect/modit…
This is exactly the place the @JettyProject found itself a couple of years ago. Only a few asked for modules. Team did not see worth while spending time in migration. Later they used the #ModiTect plugin to generate module info. Went full modules in v11 as well as Java11 as base
Yes Gunnar is a legend. Not just #debezium but also #jfr tooling #moditect #mapstruct and general awesomeness 🎉
Big shout-out to @nipafx (amazing application images implementation), @FabioMErcoli (mighty multi-release JAR support), @aalmiray (relentless release engineering), and all the other #ModiTect contributors. You rock 👨🎤!
📢 Happy to share the release of #ModiTect 1.0.0.RC2, your swiss army knife for @Java module descriptors and runtime images. Now with support for "classpath images" (jlinked modules + classpath dir), multi-release JARs and more. Thx to all contributors! github.com/moditect/modit…
"We had so much fun with #ModiTect, we're gonna keep streaming together" 🥰
📢 As folks seemed to enjoy @nipafx and me jointly tinkering on #ModiTect on his Twitch channel, we decided to widen the scope a bit and make this a monthly ritual! Join us every last Tuesday for some colloquial chat about everything #Java and severe OSS hacking action 💪! 1/2
Great progress today together with @nipafx; almost there for a really cool #ModiTect workflow for building jlink-ed applications: 1⃣ Identify required JDK modules as per your classpath 2⃣ Create jlink image with those modules and lib dir 3⃣ Ship it! github.com/moditect/modit…
Very honoured to be live on Twitch once more with the one and only @nipafx, continuing our work in ModiTect application Images 📺.
Live now on twitch.tv/nipafx: the fabulous @nipafx and yours truly, continuing our work around application images with #ModiTect and #jlink.
As long as you're done in 50 minutes, so everybody can join my 1800 UTC stream where @gunnarmorling and I keep extending #Moditect. 😜
📺 I'll be back for another Twitch session with @nipafx, continuing our work on having #ModiTect support the creation of jlink images for #Java apps running on the classpath. Looking forward to seeing you there next week!
Busy schedule for March: * JUnit Pioneer * Spring Boot, React, Gatsby * more Moditect hacking with @gunnarmorling * #Java16 release party with @stuartmarks 🥂 * talk at @JavaLandConf * hanging out with @mkarg (Up-to-date version: nipafx.dev/schedule)
📺 Very honoured to be on @nipafx's Twitch stream today! First giving an overview over the #ModiTect family of module-related tools (ModiTect, #Layrry, #Deptective 🕵️♂️), then we're going to do some on-air hacking on ModiTect. ⏰Live in 25 min, 18:00 UTC
Stream schedule for February is here: * #Java16 (tonight) * #Playwright, the new-on-Java testing framework * JUnit Pioneer * #SpringBoot+React web app * Moditect with @gunnarmorling * Gatsby for my site (For an always up-to-date schedule, check nipafx.dev/schedule)
📺 ZOMG, seems my first appearance on Twitch is going to happen! Let's see how the pair programming is going to work out, we want to work on #ModiTect support for creating jlink images for non-modularized apps running on classpath. Looking forward to it! #Layrry #Deptective 🕵️♂️
Stream schedule for February is here: * #Java16 (tonight) * #Playwright, the new-on-Java testing framework * JUnit Pioneer * #SpringBoot+React web app * Moditect with @gunnarmorling * Gatsby for my site (For an always up-to-date schedule, check nipafx.dev/schedule)
Yes, that'd be cool. Same for the jlink goal of #ModiTect: github.com/moditect/modit…. Would need a more complete signature validation impl first, though.
Published first release of #ModiTect, a new tool for generating @java 9 module descriptors + building runtime images github.com/moditect/modit…
New #ModiTect demo: @vertx_project + @java 9 modular runtime images = perfect platform for #microservices in 45 MB, batteries included (JVM and all dependencies) github.com/moditect/modit…
📢 Happy to announce a new tool under the #ModiTect umbrella -- Deptective, a @java compiler plug-in that validates the dependencies amongst your project's packages and fails the compilation when detecting any undesired references. Feedback welcome! github.com/moditect/depte… 🕵️♂️
Great talk on the @Java Module System at @javazone by @beryx007; including a nice plug for #ModiTect 🥰
The "Almiray effect" -- or what happens when @aalmiray gets his finger on an open-source project 🤯. Massive shout-out to you for all your efforts around #ModiTect and OSS at large, dear friend 🙏! github.com/moditect/modit…
📢 Happy to share the 1.0.0.Beta1 release of the #ModiTect oss-quickstart archetype: a modern #ApacheMaven archetype for creating new projects on #Java 17, with auto-formatting, up-to-date and pinned plug-in versions, #GitHub Actions set-up, etc. github.com/moditect/oss-q…
📢 Happy to announce the 1.0.0.Beta2 release of #ModiTect (tooling for the #Java Module System)! Allows now to build multi-release JARs and to create jlink images targeting Windows while running the build on Linux -- github.com/moditect/modit…
#ModiTect 1.0.0.Beta1 is out! Supports creation of @java Modular Runtime Images across platforms now: e.g. when on Windows or OS X, you can create images targeting Linux -- very useful for building #Docker images. #JPMS #jlink
New #ModiTect feature: generate module-info descriptors f. existing JARs, based on their dependencies github.com/moditect/modit… #java9 #jigsaw
📢 Happy to announce the release of #ModiTect 1.0.0.RC3! Massive shout-out to @aalmiray, who not only managed this release, but also contributed many fixes, improvements and dependency updates. Barring any unforeseen issues, 1.0 Final will follow soon! github.com/moditect/modit…
Latest #ModiTect feature: create modular #Java9 runtime images w/ Maven, containing just the modules your app needs github.com/moditect/modit…
Just merged the initial version of the #ModiTect plug-in for @Gradle! It lets you add module descriptors while building on Java 8, add descriptors to dependencies and create modular runtime images (jlink). Massive thank-you to @beryx007 for this 👏! github.com/moditect/modit…
RT gunnarmorling: New #ModiTect demo: vertx_project + java 9 modular runtime images = perfect platform for #microservices in 45 MB, batteries included (JVM and all dependencies) github.com/moditect/modit… Java
Something went wrong.
Something went wrong.
United States Trends
- 1. Brunson 6,911 posts
- 2. Knicks 12.7K posts
- 3. Celtics 13.6K posts
- 4. Jaylen Brown 6,465 posts
- 5. Duke 28.3K posts
- 6. Notre Dame 35.4K posts
- 7. Jordan Walsh N/A
- 8. #WWENXT 10.9K posts
- 9. Miami 95.1K posts
- 10. Bama 23.1K posts
- 11. Van Epps 126K posts
- 12. Tennessee 214K posts
- 13. Mikal Bridges 1,514 posts
- 14. #kubball 1,049 posts
- 15. Brandon Garrison N/A
- 16. Nashville 33K posts
- 17. Behn 78.1K posts
- 18. Mullins 2,058 posts
- 19. Isaiah Evans 1,393 posts
- 20. #RHOSLC 2,672 posts