Sebastian Sdorra
d84bda2440
use junit TempDir instead of pioneer extension
2020-05-25 09:52:00 +02:00
Sebastian Sdorra
92bd41d99f
Merge branch 'develop' into feature/packaging
2020-05-25 06:57:22 +02:00
René Pfeuffer
7636f1e845
Remove temp dir extension and use native junit annotation
2020-05-24 16:05:20 +02:00
Sebastian Sdorra
93eab621ed
Merge branch 'develop' into feature/packaging
...
# Conflicts:
# Jenkinsfile
# pom.xml
2020-05-23 15:27:43 +02:00
René Pfeuffer
7a274abf0f
Replace el api with implementation from glassfish
...
Somehow, plugins failed to start without this.
2020-05-20 12:20:49 +02:00
Eduard Heimbuch
97cac87563
merge with develop
2020-05-20 12:13:47 +02:00
Sebastian Sdorra
f233197ba0
Merge pull request #1159 from scm-manager/bugfix/consolidate_dependencies
...
Consolidate dependencies
2020-05-20 11:40:04 +02:00
René Pfeuffer
96c057090e
Remove glassfish copy of javax.el
2020-05-20 09:48:27 +02:00
René Pfeuffer
baf868b758
Configure duplicate finder to exclude test dependencies
2020-05-20 09:25:22 +02:00
René Pfeuffer
96c8548fb1
Exclude cloned apis from jboss
2020-05-20 09:24:31 +02:00
René Pfeuffer
054f320455
Make change types explicit
...
Without explicit change types, we cannot tell copy and rename apart.
2020-05-19 23:09:28 +02:00
René Pfeuffer
2daba94473
Consolidate jaxb version
2020-05-19 21:57:21 +02:00
René Pfeuffer
ef3617cec4
Remove commons-logging
2020-05-19 21:41:07 +02:00
René Pfeuffer
2b1ba7e4f3
Update servlet version
2020-05-19 16:29:40 +02:00
René Pfeuffer
c722565109
Hide getEffectedPaths for other packages
2020-05-19 09:56:24 +02:00
René Pfeuffer
35ffc5c4e2
Introduce new API for modifications
...
New modifications includes list of 'renames'. Therefore we introduce
a new base class Modification.
2020-05-19 09:56:24 +02:00
René Pfeuffer
5421d41161
Support rename in rest layer
2020-05-19 09:56:24 +02:00
René Pfeuffer
1d27c9df15
Add exception mapper for InvalidFormatException.
...
This exception is thrown for example when an enum in the input could not
be found. This is an invalid input and therefore should not result in an
internal server error.
2020-05-14 18:05:22 +02:00
Eduard Heimbuch
ee82c0d0aa
move EdisonHalAppender to scm-core because we need it for plugins
2020-05-13 11:39:22 +02:00
René Pfeuffer
d62f5dde18
Fix version
2020-05-11 14:25:18 +02:00
snyk-bot
4f9fafbbdf
fix: upgrade org.hibernate.validator:hibernate-validator from 6.1.3.Final to 6.1.4.Final
...
Snyk has created this PR to upgrade org.hibernate.validator:hibernate-validator from 6.1.3.Final to 6.1.4.Final.
See this package in NPM:
https://www.npmjs.com/package/org.hibernate.validator:hibernate-validator
See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/e67572ee-5940-4f2b-93b0-dced62d7ed85?utm_source=github&utm_medium=upgrade-pr
2020-05-11 03:35:32 +02:00
snyk-bot
d408eaf329
fix: upgrade org.apache.tika:tika-core from 1.24 to 1.24.1
...
Snyk has created this PR to upgrade org.apache.tika:tika-core from 1.24 to 1.24.1.
See this package in NPM:
https://www.npmjs.com/package/org.apache.tika:tika-core
See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/e67572ee-5940-4f2b-93b0-dced62d7ed85?utm_source=github&utm_medium=upgrade-pr
2020-05-10 03:35:40 +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
snyk-bot
f017f2bf3b
fix: upgrade org.hibernate.validator:hibernate-validator from 6.1.2.Final to 6.1.3.Final
...
Snyk has created this PR to upgrade org.hibernate.validator:hibernate-validator from 6.1.2.Final to 6.1.3.Final.
See this package in NPM:
https://www.npmjs.com/package/org.hibernate.validator:hibernate-validator
See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/e67572ee-5940-4f2b-93b0-dced62d7ed85?utm_source=github&utm_medium=upgrade-pr
2020-05-07 03:35:43 +02:00
Eduard Heimbuch
f3d289546e
update CHANGELOG.md // adjust unit tests to changed permission
2020-05-05 11:15:26 +02:00
Eduard Heimbuch
63e5d2f23d
Change the "manage" plugin permission to "write". This way we don't need a migration because the plugin manage permission was already saved as "plugin:read,write"
2020-05-05 10:55:23 +02:00
Sebastian Sdorra
8e332575cb
added missing license header
2020-05-03 11:41:41 +02:00
Sebastian Sdorra
bac253d276
implemented restart strategy for windows services
2020-05-03 11:23:42 +02:00
René Pfeuffer
32109a32f6
Map jaxb violation exceptions instead of reaseasy
...
ResteasyViolationException implements jaxb's
ConstraintViolationException.
2020-04-30 17:39:08 +02:00
Sebastian Sdorra
6e120cdd00
start packaging for windows
2020-04-27 07:11:02 +02:00
Sebastian Sdorra
dbca56ce6b
use /Users/<your_user_name>/Logs/SCM-Manager as log directory on OSX
2020-04-25 16:49:33 +02:00
Sebastian Sdorra
6da7efdb9b
fixed missing servlets and filters
...
WebElements with same attributes are not bound, because they are stored in a HashSet and the fields from the parent class were not used for hashCode and equals. The equals and hashCode methods of WebElementDescriptor are now taking the fields of ClassElement in account.
2020-04-16 13:49:43 +02:00
Sebastian Sdorra
0d4976ecf1
fixed some sonarqube findings
2020-04-16 12:03:12 +02:00
Sebastian Sdorra
81e8dc428c
support requires annotation on WebElements
2020-04-16 11:57:38 +02:00
Eduard Heimbuch
347417e247
remove requires value from extension annotation and add new requires annotation instead
2020-04-07 12:49:25 +02:00
Sebastian Sdorra
ef7131dea0
Merge pull request #1090 from scm-manager/snyk-upgrade-a4e5e0561c37b2e75466b59b55b1a90c
...
[Snyk] Upgrade org.apache.tika:tika-core from 1.23 to 1.24
2020-04-05 11:08:52 +02:00
snyk-bot
39ae8b998a
fix: upgrade io.jsonwebtoken:jjwt-impl from 0.11.0 to 0.11.1
...
Snyk has created this PR to upgrade io.jsonwebtoken:jjwt-impl from 0.11.0 to 0.11.1.
See this package in NPM:
https://www.npmjs.com/package/io.jsonwebtoken:jjwt-impl
See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/e67572ee-5940-4f2b-93b0-dced62d7ed85?utm_source=github&utm_medium=upgrade-pr
2020-04-04 01:35:44 +00:00
René Pfeuffer
cadeafd8c4
Merge remote-tracking branch 'origin/develop' into feature/add_events_for_landingpage
2020-04-03 16:49:19 +02:00
snyk-bot
93b545401a
fix: upgrade org.apache.tika:tika-core from 1.23 to 1.24
...
Snyk has created this PR to upgrade org.apache.tika:tika-core from 1.23 to 1.24.
See this package in NPM:
https://www.npmjs.com/package/org.apache.tika:tika-core
See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/e67572ee-5940-4f2b-93b0-dced62d7ed85?utm_source=github&utm_medium=upgrade-pr
2020-04-03 01:36:21 +00:00
Eduard Heimbuch
b369fac1e8
rename PluginCenterEvent
2020-04-02 13:37:05 +02:00
Eduard Heimbuch
405bc392a8
move events to scm-core / move subscriber to landingpage-plugin
2020-04-02 10:43:07 +02:00
Eduard Heimbuch
548bf97c57
make scm-webapp depend optional of scm-landingpage-plugin // add some events for landingpage
2020-04-01 16:01:26 +02:00
Florian Scholdei
eea39d512c
Merge remote-tracking branch 'origin/develop' into feature/core_doku
2020-04-01 08:39:00 +02:00
René Pfeuffer
77a5d90992
Merge pull request #1074 from scm-manager/snyk-upgrade-ea49a419738487026cd4bb3d70f8de13
...
[Snyk] Upgrade javax.xml.bind:jaxb-api from 2.3.0 to 2.3.1
2020-03-30 15:06:38 +02: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
Sebastian Sdorra
7917bfdab8
merge with develop branch
2020-03-26 11:40:47 +01:00
Florian Scholdei
ac66e6097e
Fix old Bitbucket Wikilinks to Github docs
2020-03-26 10:57:31 +01:00