webapp icon indicating copy to clipboard operation
webapp copied to clipboard

🖥 Web application for hosting Android applications and educational content

Results 152 webapp issues
Sort by recently updated
recently updated
newest added

```bash mvn compile ``` ```bash [INFO] --------------------------< ai.elimu:webapp >--------------------------- [INFO] Building webapp 2.4.26-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ war ]--------------------------------- [WARNING] Parameter 'verbose' is unknown for plugin 'jetty-jspc-maven-plugin:10.0.21:jspc (jspc)' ```

good first issue

Reduce log output during unit testing in log42j.TEST.xml closes #1791 Changed the Configuration status and ThresholdFilter level to "WARN". Added a Console appender for easier debugging during tests. Modified the...

Modify the configuration of the maven-javadoc-plugin. This pull request disables the Javadoc plugin in our Maven build process. Changes: Added true to the section. Changed the to none for the...

https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository

documentation

Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.1.7.Final to 8.0.1.Final. Changelog Sourced from org.hibernate.validator:hibernate-validator's changelog. 8.0.1.Final (2023-06-20) ** Bug * HV-1949 Nondeterministic behavior of HibernateValidator (in springboot?) when both annotation and xml-based definition are...

dependencies
java

Bumps [mysql:mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.28 to 8.0.30. Changelog Sourced from mysql:mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/en/ Version 9.0.0 WL#16391, Upgrade 3rd party libraries and tools. Fix for Bug#114800 (Bug#36576596), Wrong code by an...

dependencies
java

This PR resolves #1767

See `pom.xml` profiles: `regression-testing-rest`, `regression-testing-ui`. Write a new `TEST.md` document.

documentation

To reduce the waiting time during localhost development/testing.

Disable Javadoc plugin in `pom.xml`.

good first issue