awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
evant avatar

evant/gradle-retrolambda

0
View on GitHub↗
5,258 stele·442 fork-uri·Java·Apache-2.0·4 vizualizări

Gradle Retrolambda

gradle-retrolambda este un plugin Gradle și un transformator de bytecode conceput pentru a permite utilizarea expresiilor lambda moderne din Java în medii de runtime Java și Android mai vechi. Acesta funcționează ca un instrument de backporting care asigură compatibilitatea sintaxei moderne de programare funcțională cu mașinile virtuale mai vechi.

Proiectul transformă fișierele class compilate pentru a le face compatibile cu mediile Java 6 și 7. Acest lucru permite utilizarea funcționalităților Java moderne în proiecte care trebuie să mențină compatibilitatea cu versiuni API mai vechi și dispozitive Android legacy.

Instrumentul se integrează în procesul de automatizare a build-ului Gradle, aplicând transformări post-compilare pentru a modifica output-ul binar. Utilizează desugaring la nivel de bytecode pentru a converti expresiile lambda în clase interne anonime și generează bridge-uri de runtime compatibile.

Features

  • Bytecode Desugaring - Transforms modern lambda expression instructions into compatible anonymous inner class bytecode for older Java runtime environments.
  • Build Lifecycle Hooks - Hooks into the standard Java compilation lifecycle to modify class files immediately after the compiler finishes.
  • Bytecode Transformers - Gradle plugin that converts Java lambda expressions into bytecode compatible with Java 6 and 7 environments.
  • Android Bytecode Compatibility Tools - Gradle extension that ensures modern Java source code runs on older Android devices by transforming lambda expressions.
  • Legacy Runtime Compatibility - Enables use of modern Java syntax in Android applications that must maintain compatibility with older API levels.
  • Bytecode Manipulation Libraries - Uses a low-level bytecode library to parse and rewrite Java class files without requiring original source code.
  • Cross-Version JVM Compilation - Allows writing code using modern Java features while targeting older versions of the Java Virtual Machine.
  • Legacy Application Support - Adds modern lambda expressions to projects running on Java 6 or Java 7 without upgrading the entire runtime environment.
  • Language Feature Backporting - Transforms modern lambda expressions into bytecode compatible with older Java runtime environments during compilation.
  • Gradle Build Systems - Integrates bytecode transformation into a Gradle build process to ensure Java lambdas work on older virtual machines.
  • Java Environments - Enables modern functional programming syntax in legacy Java and Android runtime environments.
  • Legacy Runtime Compatibility - Creates synthetic classes and methods that allow newer language features to execute on legacy virtual machines.
  • Post-Compilation Transformations - Modifies the compiled binary output instead of altering the source code or the compiler frontend.
  • Advanced Development Frameworks - Gradle plugin for Java lambda support on older Android.
  • Development Productivity Tools - Enables modern language features on older runtime environments.

Istoric stele

Graficul istoricului de stele pentru evant/gradle-retrolambdaGraficul istoricului de stele pentru evant/gradle-retrolambda

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face evant/gradle-retrolambda?

gradle-retrolambda este un plugin Gradle și un transformator de bytecode conceput pentru a permite utilizarea expresiilor lambda moderne din Java în medii de runtime Java și Android mai vechi. Acesta funcționează ca un instrument de backporting care asigură compatibilitatea sintaxei moderne de programare funcțională cu mașinile virtuale mai vechi.

Care sunt principalele funcționalități ale evant/gradle-retrolambda?

Principalele funcționalități ale evant/gradle-retrolambda sunt: Bytecode Desugaring, Build Lifecycle Hooks, Bytecode Transformers, Android Bytecode Compatibility Tools, Legacy Runtime Compatibility, Bytecode Manipulation Libraries, Cross-Version JVM Compilation, Legacy Application Support.

Care sunt câteva alternative open-source pentru evant/gradle-retrolambda?

Alternativele open-source pentru evant/gradle-retrolambda includ: cglib/cglib — cglib is a suite of tools for JVM bytecode generation, class transformation, and dynamic proxying. It provides a… mcxiaoke/packer-ng-plugin — This project is an Android Gradle build plugin designed to automate the creation of multiple channel-specific… jboss-javassist/javassist — Javassist is a bytecode engineering toolkit for analyzing, modifying, and generating Java bytecode and class files. It… symfony/polyfill-php72 — This project is a PHP compatibility polyfill designed to backport core functions and constants from PHP 7.2 to older… gradle/kotlin-dsl-samples — This repository provides a collection of example configurations demonstrating how to define project build logic and… jetbrains/intellij-platform-plugin-template — This project is a standardized project scaffolding and build automation system for developing IntelliJ IDE plugins. It…

Alternative open-source pentru Gradle Retrolambda

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Gradle Retrolambda.
  • cglib/cglibAvatar cglib

    cglib/cglib

    4,896Vezi pe GitHub↗

    cglib is a suite of tools for JVM bytecode generation, class transformation, and dynamic proxying. It provides a high-level API for creating and transforming Java bytecode at runtime to modify class behavior and a framework for intercepting method calls and field access. The project implements dynamic proxy generation to support aspect oriented programming and custom data access patterns. It also includes a serialization manager to implement serialization contracts by adding specific methods and controlling object replacement within proxy classes. The library covers bytecode manipulation and

    Java
    Vezi pe GitHub↗4,896
  • mcxiaoke/packer-ng-pluginAvatar mcxiaoke

    mcxiaoke/packer-ng-plugin

    4,797Vezi pe GitHub↗

    This project is an Android Gradle build plugin designed to automate the creation of multiple channel-specific application packages from a single build process. It functions as an APK variant generator that injects unique distribution identifiers into application packages to track installation sources across different app stores. The tool manages the entire distribution lifecycle, from defining target channels via external configuration to generating the corresponding package variants. It uses template-based artifact naming with dynamic placeholders to organize output files and includes a syst

    Javaandroidapkgradle
    Vezi pe GitHub↗4,797
  • jboss-javassist/javassistAvatar jboss-javassist

    jboss-javassist/javassist

    4,230Vezi pe GitHub↗

    Javassist is a bytecode engineering toolkit for analyzing, modifying, and generating Java bytecode and class files. It functions as a bytecode manipulation library that allows for the editing of class files through either direct bytecode access or high-level source code syntax. The project provides specialized tools for the programmatic creation of new Java classes and interfaces during runtime. It includes a dynamic proxy generator for intercepting method calls and a class loader interceptor that automatically modifies class definitions as they are loaded into the Java Virtual Machine. Addi

    Javajavajava-bytecode
    Vezi pe GitHub↗4,230
  • symfony/polyfill-php72Avatar symfony

    symfony/polyfill-php72

    4,742Vezi pe GitHub↗

    This project is a PHP compatibility polyfill designed to backport core functions and constants from PHP 7.2 to older versions of the language. It serves as a PHP standard library extension and version backport, providing a compatibility layer that fills gaps in the PHP core to ensure consistent behavior across different environments. The library enables cross-version code portability by implementing missing standard library functions, allowing newer language features to run on legacy PHP environments. This ensures that applications can maintain a consistent interface and remain compatible wit

    compatibilitycomponentjavascript
    Vezi pe GitHub↗4,742
  • Vezi toate cele 30 alternative pentru Gradle Retrolambda→