JetBrainsRuntime VS unlogged-sdk

Compare JetBrainsRuntime vs unlogged-sdk and see what are their differences.

JetBrainsRuntime

Runtime environment based on OpenJDK for running IntelliJ Platform-based products on Windows, macOS, and Linux (by JetBrains)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
JetBrainsRuntime unlogged-sdk
7 2
1,135 142
2.6% 9.9%
10.0 9.6
4 days ago 5 days ago
Java Java
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

JetBrainsRuntime

Posts with mentions or reviews of JetBrainsRuntime. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-01.
  • Ask HN: Best stack for building a desktop app?
    5 projects | news.ycombinator.com | 1 May 2024
    JetBrains have their tweaks to the JRE available: https://github.com/JetBrains/JetBrainsRuntime

    The major problems begin when you want to leverage the GPU or multimedia components in which case you would want something else.

  • How to Setup Flutter for Building Android without Android Studio
    1 project | dev.to | 8 Apr 2024
    Jetbrains Runtime – this is bundled with IntelliJ and Android Studio, but with patches focused on optimization for use within an Interactive Development Environment context – doing incremental builds, hot reload of class definition, and embedded Chromium in the runtime. I do not believe the added features are useful for building and archiving Android Applications for distribution, but it will work non-the-less.
  • Level-up your Java Debugging Skills with on-demand Debugging
    3 projects | news.ycombinator.com | 4 Oct 2023
    https://github.com/JetBrains/JetBrainsRuntime

    Also with 'Java on Truffle' on GraalVM you can use enhanced class reloading

  • JetBrains IDEs are going to be available for ARM Linux in the 2022.3 release!
    1 project | /r/AsahiLinux | 18 Nov 2022
    However, I am running IntelliJ on Asahi since June already. They did not provide offical Linux arm64 support, but what since May, when they released the first 2022.2 EAP, they switched to JBR 17 (the JetBrains Java Runtime). JBR 17. Fortunatly, in May, they started to release JBR builds for Linux am64, starting with JBR 17.0.3-b463.3. That meant we had everything we needed to run IntelliJ on Asahi: I just had to set the env var IDEA_JDK=/path/to/arm64/jbr/ to make IntelliJ use the correct JBR. Besides that it was necessary to download a fsnotifier version that was build for arm64 and set the path in ~/.config/JetBrains/IntelliJIdea2022.3/idea.properties.
  • What blocked you from migrating beyond Java 8?
    3 projects | /r/java | 3 May 2022
    Have you tried the JetBrains Runtime with DCEVM? https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr17.0.2b396.4
  • Android Studio Canary for Apple M1 (Silicon)
    2 projects | /r/androiddev | 8 Apr 2021
    This project's key is replacing x86_64 Jetbrains Runtime (https://github.com/JetBrains/JetBrainsRuntime) to arm64 Jetbrains Runtime. Arctic Fox IntelliJ Core version is 2020.3.1, maybe google upgrade core version to 2021.1 as soon as possible. (IntelliJ Core version 2021.1 released at a few days ago.)
  • IntelliJ Idea 2020.3.1 Is Out with Apple Silicon Support
    5 projects | news.ycombinator.com | 30 Dec 2020
    https://github.com/JetBrains/JetBrainsRuntime

unlogged-sdk

Posts with mentions or reviews of unlogged-sdk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-30.
  • Show HN: Unlogged (YC S22) – open-source record and replay for Java
    2 projects | news.ycombinator.com | 30 Oct 2023
    Hello HN! Parth, and Shardul here. We have been building unlogged.io for the last 21 months. We started as a time travel debugger and pivoted to record and replay with assertions, mocking, and code coverage. You can save the replays in the form of a JSON and commit them to your git.

    Both Parth and I come from an e-commerce/payments background where production bugs meant heavy financial losses. Big billion days/Black Friday sales meant months of code freezes with low productivity. Before committing the code, we wanted to replay production traffic and know the breaking changes right away, like in sub-second. Kind of like unit+integration tests on steroids.

    So, we built an SDK that adds probes to the code in compile time. The SDK logs code execution, in detail.

    Git: https://github.com/unloggedio/unlogged-sdk

    We also built an IDE plugin that keeps monitoring code changes, hot reloads these changes, replays the relevant methods, and alerts on failing replays. It also lets developers call Java methods directly, mock downstream methods in run time, highlight code coverage in real-time, and show performance numbers for methods with inlay hints. (right above each method)

    Git: https://github.com/unloggedio/intellij-java-plugin

    We are excited to launch the first version of our product that replays with assertions + mocking + code coverage reports right inside the IDE.

    Link to our IntelliJ plugin: https://plugins.jetbrains.com/plugin/18529-unlogged/

    Record and Replay Demo: https://www.youtube.com/watch?v=muCyE-doEB0

    Define Assertions on Replay: https://www.youtube.com/watch?v=YKsi1p634-M

    Track Code Coverage: https://www.youtube.com/watch?v=NMmp954kfaU

    Generate JUnit Test Cases: https://www.youtube.com/watch?v=rTUmg5b1Z_Q

    Mocking when replaying: https://www.youtube.com/watch?v=O_aqU1u-Kmw

    Documentation: http://read.unlogged.io/

    Roadmap:

    1. Create a production logger

  • Level-up your Java Debugging Skills with on-demand Debugging
    3 projects | news.ycombinator.com | 4 Oct 2023
    Link to the source code: https://github.com/unloggedio/unlogged-sdk

    will fix the link on the plugin page, thanks for noticing it.

What are some alternatives?

When comparing JetBrainsRuntime and unlogged-sdk you can also consider the following projects:

zgc - The Z Garbage Collector https://wiki.openjdk.org/display/zgc

testing-spring-boot-applications-masterclass - 🍃 Build Better Spring Boot Applications: A Comprehensive Testing Course to Boost Your Confidence and Productivity.

Adopt Open JDK - Eclipse Temurin™ build scripts - common across all releases/versions

testsigma - A powerful open source test automation platform for Web Apps, Mobile Apps, and APIs. Build stable and reliable end-to-end tests @ DevOps speed.

android-studio-apple-m1 - Android Studio Arctic Fox (Canary) for Apple Sillicon

intellij-java-plugin - IntelliJ plugin with java language support

intellij-sdk-code-samples - Mirror of the IntelliJ SDK Docs Code Samples

java-testing-toolbox - :wrench: Testing Tools & Libraries Every Java Developer Must Know

jdk8u

mockito-object-injection - Mockito Object Injection for JUnit5. Inject Strings and other Objects directly into Mocks without needing setters or constructor injection.

Spring Loaded - Java agent that enables class reloading in a running JVM

Rental-Car-Agency - This is a REST API service built with the Spring Boot framework, designed to demonstrate how to build a simple Spring Boot application that interacts with a MySQL database.