214 Commits

Author SHA1 Message Date
Andreas Svanberg
81069c698f Downgraded Wicket to 7.0.0 from 7.1.0 since 7.1.0 includes an upgrade of Select2 to 4.* from 3.* and the code is not updated to work with the newer version. 2016-01-12 15:06:36 +01:00
0fcc185dd0 Upgraded to Java 8. 2016-01-07 16:29:48 +01:00
f2e69b4421 Upgraded to Wicket 7. 2016-01-07 16:23:47 +01:00
4285870d03 Some plugin version updates. 2015-08-03 14:53:03 +02:00
f4020516f0 Added dependency to jersey-media-jaxb to get back XML support. 2015-05-29 17:42:46 +02:00
63a0f10b46 Updated Lombok in an attempt to fix compilation under Java 8. 2015-05-28 17:19:26 +02:00
1ab9ee8b09 Upgraded versions.
Could not update Hibernate due to problems with enums.
Could not update Commons CSV due to stupid reliance on CSVRecord#toString.
2015-05-28 13:05:25 +02:00
nikos
29ea6c5e11 New wicket version 2015-03-25 12:28:55 +01:00
cbceb08d47 Upgraded to Wicket 6.18.0 2014-12-18 11:51:57 +01:00
bcb425c84d Upgraded Scala to 2.11.4.
Removed warning about discarded non-Unit value, no need to complicate things when we're working with a side-effecting Java web framework.
2014-12-17 11:23:51 +01:00
64e3e72315 Downgraded QueryDSL due to some weird bug. 2014-10-23 15:59:17 +02:00
87ad63cd98 Downgraded Hibernate back to 4.2.x due to HHH-8839 in 4.3.x
https://hibernate.atlassian.net/browse/HHH-8839
2014-10-23 15:43:04 +02:00
287e6c139b Updated versions. 2014-10-23 10:00:35 +02:00
eb53a0c9dc Upgraded to Wicket 6.17.0
WICKET-5650 is interesting to us.
2014-10-22 16:53:17 +02:00
29ff86f756 Removed some old unused dependencies. 2014-10-22 16:48:47 +02:00
fred-fri
b906635cde removing jetty 2014-10-22 16:44:27 +09:00
5a5b5a5390 Upgraded sonar maven plugin version to 2.4 2014-10-02 09:29:13 +02:00
d43450494c SeminarCRUDPanel converted to Scala. 2014-09-22 16:08:56 +02:00
66a4423590 Implementation of final seminar creation rules using proper tooling. 2014-09-22 12:17:56 +02:00
fred-fri
ec212f962c what have i done 2014-09-05 12:52:21 +09:00
4189bdcbc1 Removed unused dependency. 2014-08-28 09:40:50 +02:00
fred-fri
4288ad934a median works, time to clean up 2014-08-27 20:15:07 +09:00
3fa08d8f23 Removed some left-over stuff from the Spring days. 2014-07-31 16:56:39 +02:00
5f406f0c21 Updated javax.mail library to the latest version. 2014-07-29 11:12:07 +02:00
Emil Siverhall
c686396f47 Merge remote-tracking branch 'origin/develop' into develop 2014-07-28 14:23:28 +02:00
Emil Siverhall
5252d8df65 milestone statistics goes graphical 2014-07-28 14:22:24 +02:00
fred-fri
3423189a1d adding stuff into turnitinsettings class and removing it from elsewhere (turnitinmodule properties should go too but leaving them for now) 2014-07-28 11:54:22 +09:00
fred-fri
836e0bac42 changed turnitin api url 2014-07-07 11:05:56 +09:00
2d42a09749 Included Jacoco plugin in the pom instead of having to specify it on the commandline everywhere. 2014-05-26 10:42:15 +02:00
de94ae17cc Please 2014-05-22 17:30:27 +02:00
b8b361acd8 Trying to fix sonar. 2014-05-22 14:36:14 +02:00
c0284bcfc1 Fixed test. 2014-05-22 14:26:09 +02:00
d01d455441 Removed restriction on heap space.
Increased PermGen to 128MB from IDEAs default of 85MB which isn't enough when all libraries from both core and view are loaded, this helps running tests inside IDEA.
2014-05-20 18:35:54 +02:00
fred-fri
2513342751 removed fitnesse and selenium 2014-05-08 14:49:15 +02:00
7bea134671 Upgraded Wicket to version 6.15.0 2014-04-25 14:51:37 +02:00
60fb46db5b Spring gone for good. No backsies. 2014-03-17 16:40:10 +01:00
7c1ce28ac5 Removed fitnesse. 2014-03-11 12:50:43 +01:00
c376e84213 Reverted back to Lombok 0.12.0 due to generated code being picked up by Sonar. 2014-02-28 10:25:52 +01:00
f18fc7799d Added warnings and deprecations to the compiler plugin so they are easier to fix. 2014-02-27 09:47:29 +01:00
5572c7dc86 Moved spring-web dependency to view. 2014-02-27 09:22:15 +01:00
d9273b55cc Added dependency on javax.inject and excluded transitive dependency on hk2s own implementation.
Shuffled hibernate dependencies to runtime and depend on the JSR API instead.
2014-02-26 17:18:52 +01:00
3f160abdcc Updated all dependency versions.
Still stuck with Spring 3.2.8 due to Spring-data-jpa.
Hibernate introduced a bug in 4.3.* so until that is resolved we use 4.2.8.
2014-02-26 16:47:14 +01:00
fred-fri
e3a23c40dc fixing fitnesse+selenium 2014-02-19 19:52:37 +09:00
fred-fri
2040479e73 fixing fitnesse+selenium 2014-02-19 18:42:43 +09:00
247fa06efd Jackrabbit is no more! 2014-02-18 10:04:41 +01:00
1cdd32badc Changed scope of MySQL driver to provided so it is not packaged with the web app to prevent memory leaks. 2014-01-31 14:37:32 +01:00
9602903eb9 Updated Cobertura plugin to a Java 7 compatible version. 2014-01-13 17:22:10 +01:00
9f8f65f49b Java 7. 2014-01-13 16:52:12 +01:00
4612bd5c1a Fixed current profile string for TEST profile. 2014-01-09 14:31:34 +01:00
818e392e62 Fixed TEST profile to be more PROD like. 2014-01-09 13:11:15 +01:00