Giter Site home page Giter Site logo

.github's People

Contributors

heikoklare avatar larsk21 avatar tomwerm avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

.github's Issues

Xtend 2.29.0 treats JUnit imports as access restricted errors

As of Xtend 2.29.0, any JUnit import fails to be imported in an Xtend file with the warning Access restriction: The type <JUnit annotator type> is not accessible due to restriction on required project tools.vitruv.<project>. As such, currently the workaround of reducing the severity of such an error to warning is required. We should investigate why the import is marked as access restricted.

Xtend Warning

Add JUnit as dependency to update site

Currently, one has to manually download JUnit artifacts for running tests in Eclipse. This should be bundled, such that installing Vitruv from the update site automatically installs JUnit too.
Required dependencies:

  • JUnit Platform Commons (org.junit.platform.commons)
  • JUnit Jupiter API (org.junit.jupiter.api)
  • JUnit Jupiter Params (org.junit.jupiter.api.params) (not for every test project)

[GitHub Actions] replace `GarbielBB/xvfb-action` with native solution

Currently, we are using https://github.com/GabrielBB/xvfb-action to run our actions headless on Ubuntu server and normal on other platforms. However, the project seems to be abandoned. Additionally, ubuntu-latest now includes by default xvfb-run. Thus we should consider migrating the build system to remove the custom action and rely on some own implementation.
Either by providing a reusable minimal action that runs a provided command headless on Ubuntu and default on any other or by implementing conditional execution in each ci.yml files.

Discussion in GabrielBB/xvfb-action

Migration to Java 17

When migrating to Java 17 target (as soon as Xtend supports it), we need to adapt the following classes:

  • Maven build parent POM <maven.compiler.target> and <maven.compiler.soruce>
  • every .classpath file to point to JavaSE-17
  • every Manifest.MF file Bundle-RequiredExecutionEnvironment: JavaSE-17
  • CommonalitiesProjectSetup.xtend#COMPLIANCE_LEVEL
  • Run Xtext (and thus the Reactions compilation) with Java 17

Overhaul outdated wiki

Due to our recent large refactorings, the wiki contains outdated code blocks and probably also a lot of outdated information. We need to update to it v3.0.0 and extend it where necessary.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.