mirror of
https://github.com/enso-org/enso.git
synced 2024-12-26 16:42:29 +03:00
79c82da21c
* Initial integration with Frgaal in sbt Half-working since it chokes on generated classes from annotation processor. * Replace AutoService with ServiceProvider For reasons unknown AutoService would fail to initialize and fail to generate required builtin method classes. Hidden error message is not particularly revealing on the reason for that: ``` [error] error: Bad service configuration file, or exception thrown while constructing Processor object: javax.annotation.processing.Processor: Provider com.google.auto.service.processor.AutoServiceProcessor could not be instantiated ``` The sample records is only to demonstrate that we can now use newer Java features. * Cleanup + fix benchmark compilation Bench requires jmh classes which are not available because we obviously had to limit `java.base` modules to get Frgaal to work nicely. For now, we default to good ol' javac for Benchmarks. Limiting Frgaal to runtime for now, if it plays nicely, we can expand it to other projects. * Update CHANGELOG * Remove dummy record class * Update licenses * New line * PR review * Update legal review Co-authored-by: Radosław Waśko <radoslaw.wasko@enso.org>
15 lines
468 B
Plaintext
15 lines
468 B
Plaintext
Apache NetBeans
|
|
Copyright 2017-2021 The Apache Software Foundation
|
|
|
|
This product includes software developed at
|
|
The Apache Software Foundation (http://www.apache.org/).
|
|
|
|
The code is based on NetBeans, that has been kindly donated to the Apache
|
|
Software Foundation by Oracle.
|
|
|
|
The code was Copyright 1997-2016 Oracle and/or its affiliates. The Initial
|
|
Developer of the Original Software was Sun Microsystems, Inc. Portions
|
|
Copyright 1997-2006 Sun Microsystems, Inc.
|
|
|
|
|