CES Marvin
a3e4c1ddf4
prepare for next development iteration
2020-06-04 09:41:11 +00:00
CES Marvin
4ae098e3b6
release version 2.0.0
2020-06-04 09:03:17 +00:00
Eduard Heimbuch
a9d95623b9
fix tests after changed TempDir dependency
2020-05-25 13:55:42 +02:00
René Pfeuffer
2daba94473
Consolidate jaxb version
2020-05-19 21:57:21 +02:00
René Pfeuffer
57160cc232
Remove javax activation
2020-05-19 21:29:13 +02:00
René Pfeuffer
d62f5dde18
Fix version
2020-05-11 14:25:18 +02:00
CES Marvin
52a8f0e9ca
prepare for next development iteration
2020-05-08 09:19:12 +00:00
CES Marvin
1d80b043c7
release version 2.0.0-rc8
2020-05-08 08:49:02 +00:00
René Pfeuffer
ce2b8c5c93
Fix scope for lib required by test
2020-05-04 09:56:55 +02:00
René Pfeuffer
f9c37d7e1b
Add unit test for validation
2020-04-30 17:54:49 +02:00
René Pfeuffer
c4fc0615b5
Set version back to 2.0.0-SNAPSHOT
2020-04-09 21:08:58 +02:00
CES Marvin
d5847e7965
prepare for next development iteration
2020-04-09 19:03:13 +00:00
CES Marvin
3cf675f30d
release version 2.0.0-rc7
2020-04-09 18:37:13 +00:00
René Pfeuffer
41d02b9c24
Set version back to 2.0.0-SNAPSHOT
2020-03-26 18:52:11 +01:00
CES Marvin
263072d68b
prepare for next development iteration
2020-03-26 15:59:09 +00:00
CES Marvin
d94a2d9b7f
release version 2.0.0-rc6
2020-03-26 15:23:24 +00:00
Florian Scholdei
f1b34eb502
Changeover to MIT license ( #1066 )
...
* prepare license-maven-plugin for license migration
* added license mapping for tsx files and added some more excludes
* Changeover to MIT license
* Fix build problems
* Delete old remaining licenses
* Add more exclude path for license checker
* Rename included netbeans license, add exclude .m2/repository/
* Specify .m2 exclude because not only repository/, also wrapper/ must match
* Add .cache/ exclude for license check
* Modify formatting of license in java classes to comply with convention and IDE
* Add IntelliJ documentation for license configuration
* Update CHANGELOG.md
* Exclude tmp/workspace/ dir for license check
* Edit README.md
Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com >
2020-03-23 15:35:58 +01:00
Sebastian Sdorra
b8998b1dff
reove duplicated jaxb implementation
2020-03-04 12:49:30 +01:00
Eduard Heimbuch
7e1e77af2b
remove enunciate since we are using openapi now
2020-02-24 13:36:34 +01:00
Rene Pfeuffer
d513ebcd83
Prepare for next development iteration
2020-02-14 13:40:39 +01:00
Rene Pfeuffer
476dcc5758
Release version 2.0.0-rc4
2020-02-14 12:28:11 +01:00
Rene Pfeuffer
6e9524f809
Fix JavaDoc builds for java > 8
...
Sadly, therefor we have to remove the APIviz lib. It seems this is dead.
2020-02-06 11:52:24 +01:00
Sebastian Sdorra
00b5471ca7
fix some compiler warnings around hibernate-validator
2020-02-04 09:56:43 +01:00
Sebastian Sdorra
c20a50e9ec
Prepare for next development iteration
2020-02-03 13:42:29 +01:00
Rene Pfeuffer
a7ff141986
Release version 2.0.0-rc3
2020-01-31 13:02:27 +01:00
Sebastian Sdorra
646b008af3
Prepare for next development iteration
2020-01-29 16:01:25 +01:00
Sebastian Sdorra
28040d0c65
release version 2.0.0-rc2
2020-01-29 15:22:54 +01:00
Sebastian Sdorra
c0e82b1299
fixed mutliple versions of hibernate-validator
...
SCM-WebApp had multiple copies of hibernate-validator 5.3.6 and 6.1.0.
We use now only 6.1.0.
2020-01-09 14:15:42 +01:00
Sebastian Sdorra
9e9df35fdb
upgrade resteasy, legman and hibernate-validator
...
* resteasy from 3.6.2.Final to 4.4.1.Final
* legman from 1.5.1 to 1.6.0
* hibernate-validator from 5.3.6.Final to 6.1.0.Final
2019-11-20 10:57:32 +01:00
Eduard Heimbuch
b1216a898b
remove mergeResource and move dryRun to review-plugin
2019-11-08 11:46:13 +01:00
Eduard Heimbuch
db46441adf
move mergeResultDto + mapper to scm-core
2019-11-05 09:51:58 +01:00
Sebastian Sdorra
69dda6403d
update resteasy to v3.6.2.Final in order to fix CVE-2017-7561 and CVE-2016-6347
2019-01-30 13:21:11 +01:00
Sebastian Sdorra
b231499cd0
merge with branch 1.x
2019-01-29 09:42:03 +01:00
René Pfeuffer
3b32511430
Move sonar exculsion to parent pom
2018-12-04 16:57:45 +01:00
René Pfeuffer
99173992bf
Suppress sonar using maven property
2018-12-04 16:33:55 +01:00
Sebastian Sdorra
c51842bfd0
merge repository heads
2018-10-02 08:08:39 +02:00
Sebastian Sdorra
fe93d8baa6
added unit tests for JsonEnricher
2018-10-02 08:04:39 +02:00
René Pfeuffer
1cc5368db4
Use generated string for shiro permission
2018-10-01 16:16:44 +02:00
Mohamed Karray
4697c55f96
implement modification api in git, svn and hg. implement the endpoint
2018-09-13 11:57:10 +02:00
Johannes Schnatterer
fc0676d511
Moves jackson annotations dependency to core.
...
Will be needed by plugins in future.
2018-08-06 12:57:44 +02:00
Johannes Schnatterer
a07c9c18dd
Gets rid of redundant dependency declarations in plugins and webapp.
...
It's better to define the "web"/REST dependencies that are used by
plugins once in core, instead of redundant in webapp and plugins.
This should create better awareness when changing the dependency version
(changing in core is always critical due to API downward compatibility).
2018-08-06 11:36:08 +02:00
Johannes Schnatterer
1c52b33229
Brings mapstruct processor back to plugin and webapp.
2018-08-02 15:22:41 +02:00
Johannes Schnatterer
e28faf3029
Create CollectionToDtoMapper in core module.
...
See commit 689e5ae95645768b024dee52c10451c944a41527.
Useful for hg plugin.
2018-08-02 14:45:04 +02:00
Johannes Schnatterer
1db45a7892
Updates Shiro Static Permission to deterministic version.
...
Contains PR that can generate interfaces.
2018-07-31 14:42:47 +02:00
Johannes Schnatterer
7572580ac1
Create fine-grained configuration permissions.
...
No more hard-coded isAdmin() checks.
2018-07-30 17:41:00 +02:00
Sebastian Sdorra
525fa8333a
update shiro-unit to 1.0.1
2018-07-24 07:52:01 +02:00
Johannes Schnatterer
146a1b2700
Maven: Use the same and latest javadoc version in all modules.
...
Unfortunately, not fixing our failing build.
2018-07-11 16:59:55 +02:00
René Pfeuffer
83d6ab8e9c
Backed out changeset 5d23ff274a2f
2018-06-25 11:52:36 +02:00
René Pfeuffer
38ad423f3d
Update Apache Shiro to 1.4.0
2018-06-08 08:35:50 +02:00
René Pfeuffer
2c5823e961
Add json enricher and json field filter
2018-06-06 10:36:27 +02:00