Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
GWT Project
Compile Java to highly optimized JavaScript with this open source toolkit
Collective -
Host: opensource -
https://opencollective.com/gwt-project
- Website: https://gwtproject.org
- Code: https://github.com/gwtproject
github.com/gwtproject/gwt - d77e85c2a80d086e387d2413932499831c1718ea authored 11 months ago by Colin Alworth <[email protected]>
Simplify test setup, as these tests no longer need to use supersource.
github.com/gwtproject/gwt - a848ffa3a30d1a62ecc201b2c592164edba1dfd0 authored 11 months ago by Colin Alworth <[email protected]>
The old checkstyle was similar but not identical to the Google Java
Style Guide, and it seems t...
github.com/gwtproject/gwt-site - e0098c23396df66cc563649739a1e17206f70bd2 authored 11 months ago by Ricardo Serathiuk <[email protected]>
Updates checkstyle to the current latest, requiring a few small changes
in configuration. A few...
github.com/gwtproject/tools - 7c5df39702acbb0fcf57f19ae4d20d3dddb8d508 authored 11 months ago by Colin Alworth <[email protected]>
Bumps
[mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report)
from 4.0...
Update build scripts to point to the latest JDT [3.36.0.v20231115-1055]
and the latest asm 9.6....
In Java 21 a new field was added to Enum, making it incompatible with
gwt-rpc clients (and olde...
Fix request factory tests fails with errors under java 21 due to added
apis to the List class `...
Adds updated JDT core jar and sources, adds updated JDT compiler
adapter jar, adds updated obje...
Java 10 added copyOf static factory methods to produce immutable
List/Set/Map instances that co...
This patch updates to the latest version of ErrorProne, which requires
dropping support for Jav...
A minimum of 2.20 is required to run on Java 21, while 2.10 drops
support for Java 8. At this t...
Fixed a typo in the url.
github.com/gwtproject/gwt-site - aa85d8df728b8edbd06de4cf901c6db12a3b1b13 authored 12 months ago by Dan Cojocar <[email protected]>
Bumps
[mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report)
from 4.0...
Fixed the year for the builds 2.11.0 and 2.10.1
github.com/gwtproject/gwt-site - a73ccbbbacaa881fd4137800ab9489e982f5e915 authored 12 months ago by Ricardo Serathiuk <[email protected]>
The old implementation only allowed a capital letter as the first
character of a bean-like prop...
github.com/gwtproject/gwt - 948bc557591e76ea82f0a06b91b2a0fcb409e546 authored 12 months ago by Colin Alworth <[email protected]>
github.com/gwtproject/gwt-site - becd13c39f53d45e55233ac29c8dfa7ebcf92dca authored 12 months ago by Colin Alworth <[email protected]>
Now uses gwt-maven-archetype and gwt-maven-springboot-archetype, and
has an IntelliJ section.
...
github.com/gwtproject/gwt-site - 586370f17e8db289b94f60e27e2ccd7bddaf947e authored 12 months ago by Frank Hossfeld <[email protected]>
A roadmap provides confidence for consumers of the GWT SDK.
github.com/gwtproject/gwt-site - 8e9dc1277cb20f5d378b0209943dadfc1b1562d0 authored 12 months ago by Frank Hossfeld <[email protected]>
Removes an old hack which uses gwt-user's sources as if they were the
correct sources for gwt-s...
Follow-up to #9887
github.com/gwtproject/gwt - 257bc54fdd9770eedf5337c663d65f20584aa82b authored about 1 year ago by Colin Alworth <[email protected]>github.com/gwtproject/gwt - cb2456e11d99e017d4fe8c051e6db55e4eb435b3 authored about 1 year ago by Colin Alworth <[email protected]>
This encourages a few bad practices that we'd like to avoid, most
notably mixing server and cli...
This patch has two approaches to check if the JettyLauncher is being
used, it checks for any co...
Remove dead external hosted articles, add new external hosted articles
and add external examples.
Logs warnings at compile time, indicating which classes need to be
cleaned up to remove this fe...
Fixes #9547
github.com/gwtproject/gwt - c5d74f1734bd58a7e3e797a6cc8ca89e2cd7134c authored about 1 year ago by Colin Alworth <[email protected]>Fixes formatting issues in #27
github.com/gwtproject/gwt-dom - b6f9700bcfc5b993f3f660eb0240b4e145a4ced4 authored about 1 year ago by Colin Alworth <[email protected]>github.com/gwtproject/gwt-dom - 0c454546d1c911e158228b48260b938ee7092d6a authored about 1 year ago by ratuka <[email protected]>
JavaScriptObject and JsArray are deprecated - internal usages can be
replaced with elemental or...
Future javadoc should be removed before being replaced to avoid this,
or actually unpack the gw...
github.com/gwtproject/gwt-site - 86d211a630691797ba79f8a5108d10b873d6c1c5 authored about 1 year ago by Colin Alworth <[email protected]>
Sigmah is not a project anymore (merged with another project so not sure if it's still using gwt...
github.com/gwtproject/gwt-site - 3741896279efbed9c889b85a103c28e82fac89de authored about 1 year ago by Arjun Sakthi <[email protected]>
Introduces a new release artifact for jakarta-based servlet
containers, for both gwt-servlet an...
For example:
@JsMethod(namespace = "<window>")
static native boolean isNaN();
priva...
github.com/gwtproject/gwt - f9028fe906e62c1519eef3944f7bb3292a2b9cfa authored about 1 year ago by Colin Alworth <[email protected]>Add missing `not` method to Predicate to be java 11 compatible.
Partial #9547
github.com/gwtproject/gwt - c4befe7d0d402118f79be783d2cbcbb061054f04 authored about 1 year ago by Filipe Sousa <[email protected]>
As part of the upcoming jakarta-servlet artifact patch, we want to limit
which types need to be...
Starting in GWT 2.9.0 (check jdt vers), JDT changed how it emitted
ternary expressions to resul...
Ensures that we run the latest emulation tests available.
Fixes #9813
github.com/gwtproject/gwt - dd81ecf0d25c1f856592ba0413054849c2a8f72a authored about 1 year ago by Colin Alworth <[email protected]>
New implementation is not supported in all browsers, so is wrapped in a
conditional.
Fixes #...
github.com/gwtproject/gwt - 84fa2a109c32f58f2385b0569788ec737084f94c authored about 1 year ago by Justin Hickman <[email protected]>
This PR avoids `document.write` in Chrome browser. It cannot be simply
removed for all browsers...
This dependency is needed for https://github.com/gwtproject/gwt/pull/9845
github.com/gwtproject/tools - 0feace7577a0b5538c2ebc4030d5d737a093df1c authored about 1 year ago by Sandra Parsick <[email protected]>
While the issue (#9855) is related to JDK21 and its new `getFirst` and
`getLast` methods in the...
Partial #9547
github.com/gwtproject/gwt - be374733d88677f0a2c038c994c304a60d30d30d authored about 1 year ago by Colin Alworth <[email protected]>Partial #9547
github.com/gwtproject/gwt - 1ca97c479868dd40219d4fe64a25823592f820af authored about 1 year ago by Colin Alworth <[email protected]>
Partial #9547
Co-authored-by: Alexey Abashev <[email protected]>
Also bumped j2cl and j2cp plugin versions.
Co-authored-by: Zbynek Konecny <[email protected]>
github.com/gwtproject/gwt-core - 6f9f45182ef05d228288b2dd7b912be4f828c24c authored about 1 year ago by Zbynek Konecny <[email protected]>
This brings the behavior closer to current GWT 2.10 version -- avoiding
cast to `elemental2.cor...
Fixes #17
github.com/gwtproject/gwt-core - cf6c05ac7905855590183b029b71d2acd8e2977f authored about 1 year ago by Zbynek Konecny <[email protected]>
This allows using GWT compiled code with `installCode=false` also with
`file://` protocol.
S...
github.com/gwtproject/gwt - abceee4cb811e2638921c48385ab9d177a319bbd authored about 1 year ago by Zbynek Konecny <[email protected]>Follow-up for #9850, #9851
github.com/gwtproject/gwt - 88bc805b563396704d660470240fc6b5eef0533a authored over 1 year ago by Colin Alworth <[email protected]>
The ant task `java` is able to take source, target, and release flags
and only set the appropri...
Partial #9547
github.com/gwtproject/gwt - a9aeadd1382da173389d5313d2d24f8cf38007f5 authored over 1 year ago by Colin Alworth <[email protected]>Fixes gwtproject/gwt#9770
github.com/gwtproject/gwt-site - 860e7d65df7f012c6f9379f9dc23ac18975f28eb authored over 1 year ago by Justin Hickman <[email protected]>Partial #9547
github.com/gwtproject/gwt - 9b9e888bfc5c8991425da65b0e2f12577d0ac638 authored over 1 year ago by Colin Alworth <[email protected]>
Since elemental was removed from this repo, the mentions of python and
c++ seem redundant.
See earlier review at https://gwt-review.googlesource.com/c/gwt/+/21501.
Build changes get us...
github.com/gwtproject/gwt - 3250dca76051493f17c2a39eca216cd55c7153fc authored over 1 year ago by Colin Alworth <[email protected]>
With Javadoc now able to run on Java 17, we can make Java 17 the default
going forward for buil...
Disables tests that fail on Windows because of filesystem specifics,
fixes one test.
Co-auth...
github.com/gwtproject/gwt - 4f49137180271223fb9b60d17d363a80b52e6d30 authored over 1 year ago by Zbynek Konecny <[email protected]>Dropped the frames requirement, and enabled index and tree pages.
github.com/gwtproject/gwt - bb42c4ca76ed898e7eff8103b28c565a3055547f authored over 1 year ago by Colin Alworth <[email protected]>Link to mvn README.txt from the main repo README.md
github.com/gwtproject/gwt - 0fd2ee41f3b4b8228456efa2ed046df9638a9ba1 authored over 1 year ago by atavanamir <[email protected]>
This was necessary pre-Java7 to avoid blocking on
java.nio.charset.Charset operations, though t...
Name of tool changed to JavaEmulSummaryDoclet to reflect its purpose
rather than the wiki forma...
Use Jetty's Preventers instead of removed internal JVM methods.
Fixes #9561
Co-authored-by: ...
An earlier iteration appeared to add getProperty to GWT.java instead of
using System. In that i...
github.com/gwtproject/tools - c640300bd1d239b056c60fd568d67a0447881d0d authored over 1 year ago by Colin Alworth <[email protected]>
Update doctool to run on Java 11, thus allowing either Java 8 or 11 to
build GWT itself. Becaus...
Starting in Java 9, the value of the system property
java.specification.version has been an int...
Also corrects a compile error that went unnoticed in the Java 8 test,
since these tests were ne...
Wraps a few sections of StoryRecorder to ensure that the stack can
never be empty when it is be...
The eval behavior in GWT is no longer needed since that chrome bug
(#90707) was fixed. Removing...
github.com/gwtproject/gwt - 16fd70f0addf68cd3b500b7ce64014034ed99c3b authored over 1 year ago by Sandra Parsick <[email protected]>
Also remove sessions' handling as they're not used there.
Fixes #9765
github.com/gwtproject/gwt - ce46f93952d36026c8eb1d79a8f45c772537ee92 authored almost 2 years ago by Thomas Broyer <[email protected]>Fixes #3
github.com/gwtproject/gwt-site-webapp - 4980ce31117d439f0763133b9b616626231fc93b authored almost 2 years ago by Colin Alworth <[email protected]>Also, remove old deprecated link shortener.
Fixes #340
github.com/gwtproject/gwt-site - 4c2dd175978b29bb6ee81efb3677eb86061454e2 authored almost 2 years ago by Colin Alworth <[email protected]>
It is unclear who has access to the account (wasn't handled over with
other resources), is unne...
A previous fix to negative longs incorrectly allowed some positive longs
that would be represen...
Also solves warning-free serialization of LinkedHashMap instances based
on reflection, looking ...
- Fixed Plugin Name
- Linked to Github Plugin Site for Installation Instructions
- Correct nam...
github.com/gwtproject/gwt - 38cefc3a685022163ef58727cfafe7321a4b297b authored almost 2 years ago by Colin Alworth <[email protected]>
github.com/gwtproject/tools - aa38cfb454f9f73e2ff08b5209c467c73e43eb4a authored about 2 years ago by Colin Alworth <[email protected]>
These are unreferenced python and java files that were formerly used as
part of the build, but ...
github.com/gwtproject/gwt - d8032f85c87543b8d79f39bb33cabff50c385482 authored about 2 years ago by Colin Alworth <[email protected]>
This change-set contains all updates of added globals, to match Firefox
104.0.1 and Chrome 105....
Hardcodes the com.google groupIds for GWT to 2.10.0 going forward, and
switches from google sna...
Configures nightly scheduled builds to push to sonatype snapshots, as
used to happen with the G...
Minor markup fixes to make sure it renders correctly on GitHub, and
added links to new nightly ...
This introduces two builds, intended to fairly closely reflect the
builds that used to be run o...
Partial #9756
github.com/gwtproject/gwt - 78cb77d441cc91befd815a9883dbc430181481bc authored over 2 years ago by Colin Alworth <[email protected]>github.com/gwtproject/gwt-site - 90d9647fe3695c2d5679ec763782f2a6fd584a9c authored over 2 years ago by Frank Hossfeld <[email protected]>
github.com/gwtproject/gwt-site - 94509903b5e26d895251992efaa238d0a071ecde authored over 2 years ago by Tino Desjardins <[email protected]>
Make "Release Notes for 2.10.0" a headline.
github.com/gwtproject/gwt-site - d6752d6f35a06029c5e4c9c59fdde102e2ff32d3 authored over 2 years ago by radisalzer <[email protected]>github.com/gwtproject/gwt-site - 195e1ae1504d51c7486736fbad535430f975c6aa authored over 2 years ago by Adrian Smith <[email protected]>
The survey page doesn't fullfill the origin purpose anymore. The links
direct to other content ...
github.com/gwtproject/gwt-site - 91252021a7eabb4fe1ead2c3bb7aa3e63d2a830e authored over 2 years ago by Colin Alworth <[email protected]>
github.com/gwtproject/gwt-site - f975f919a72b983f912c7a116ee6fe20a9f92a52 authored over 2 years ago by Colin Alworth <[email protected]>