Filipe Roque
Filipe Roque
Several antlr entries maybe added, but I could not confirm them, searching the git repositories or the websites: - org.antlr:antlr-runtime → org.antlr:antlr4-runtime - org.antlr:antlr →org.antlr:antlr4 - org.antlr:antlr-master →org.antlr:antlr4-master - org.codehaus.mojo:antlr-maven-plugin...
fixes #2330
### Old groupId org.apache.commons ### Old artifactId commons-beanutils ### New groupId org.apache.commons ### New artifactId commons-beanutils2 ### Context https://commons.apache.org/proper/commons-beanutils/dependency-info.html https://github.com/apache/commons-beanutils/commit/24c4ff6140353a21eb1ed9bc2bdd229a6665bfe9#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8 ### Additional information The released version is 2.0.0-M2. Perhaps wait...
For example: - Documentation for Quartz in https://jooby.io/v2/#modules links to https://jooby.io/modules/quartz and should link to https://jooby.io/v2/modules/quartz/ - Documentation for Quartz in https://jooby.io/v3/#modules links to https://jooby.io/modules/quartz and should link to https://jooby.io/v3/modules/quartz/...
squawk could check for index types for unique indexes ```sql postgres@localhost postgres=# create table foo (id int); CREATE TABLE postgres@localhost postgres=# create unique index concurrently if not exists idx_foo_id_hash on...
Drop concepts branches, tags and trunk concepts from CVS/SVN. Use only the previous trunk folders. For the future use git tags and branches. Fixes #197