summaryrefslogtreecommitdiffstats
path: root/simple
Commit message (Collapse)AuthorAgeFilesLines
* Bump Java version to fix the build under Trisquel 9Denis 'GNUtoo' Carikli2021-08-103-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trisquel 9 has two java versions: Java 8 and Java 11. Java 8 doesn't support building for Java 1.5 / Java5 anymore[1], so we need to bump the Java version to at least Java 1.6 for it to build. And without that fix we have many compilation errors like this one, on each components that are built against Java 1.5 / Java 5: (modified to fit the 70 characters limit): [ERROR] COMPILATION ERROR : [INFO] ----------------------------------------------------------- [ERROR] Source option 5 is no longer supported. Use 6 or later. [ERROR] Target option 1.5 is no longer supported. Use 1.6 or later. [INFO] 2 errors [INFO] ----------------------------------------------------------- [INFO] ----------------------------------------------------------- [INFO] Reactor Summary for Simple 6.0.1: [INFO] [INFO] Simple Common ..........................FAILURE [ 1.443 s] [INFO] Simple Transport ...................................SKIPPED [INFO] Simple HTTP ........................................SKIPPED [INFO] Simple .............................................SKIPPED [INFO] ----------------------------------------------------------- [INFO] BUILD FAILURE [INFO] ----------------------------------------------------------- [INFO] Total time: 1.873 s [INFO] Finished at: 2021-07-19T01:28:41+02:00 [INFO] ----------------------------------------------------------- [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project simple-common: Compilation failure: Compilation failure: [ERROR] Source option 5 is no longer supported. Use 6 or later. [ERROR] Target option 1.5 is no longer supported. Use 1.6 or later. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException References: ----------- [1]https://openjdk.java.net/jeps/182 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* simple: adapt dependencies for Debian JessieWolfgang Wiedmeyer2016-01-287-21/+7
| | | | | Change-Id: Ie40fc3cde6b3b85dfa8f048bf7d7252a13db8a01 Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Update prebuilts of simpleframeworkmikaelpeltier2015-06-245-9/+6
| | | | | | | | | | | - Explain how prebuilts can be rebuilt from source files - Fix bug into SocketListenerManager that prevent to stop thread created by SocketListener. Indeed, listener.process can throws exceptions that prevent listener to be add into listeners list that will be used to close SocketListener. Change-Id: I0c9f8742ef132a5a77777ecb9df07a48ce05200c (cherry picked from commit a644312d924bc48bffcb2feaeed0c8f2aa08ffd4)
* Add simpleframework source filesmikaelpeltier2015-06-24380-0/+76677
| | | | | Change-Id: I18d01df16de2868ca5458f79a88e6070b75db2c3 (cherry picked from commit 3e9f84cf7b22f6970eb8041ca38d12d75c6bb270)
* Add Simple frameworkJean-Marie Henaff2015-03-277-0/+84
Change-Id: I2af09f6317322e5dd9d5546dd998dc3c2062ca26