[MGNLBACKUP-103] Update org.apache.commons:commons-lang3 to version 3.4 Created: 22/Aug/16 Updated: 29/Mar/22 Resolved: 23/Aug/16 |
|
| Status: | Closed |
| Project: | Backup |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.0, 2.1 |
| Type: | Improvement | Priority: | Neutral |
| Reporter: | Ilgun Ilgun | Assignee: | Ilgun Ilgun |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Template: |
|
||||||||
| Acceptance criteria: |
Empty
|
||||||||
| Task DoD: |
[ ]*
Doc/release notes changes? Comment present?
[ ]*
Downstream builds green?
[ ]*
Solution information and context easily available?
[ ]*
Tests
[ ]*
FixVersion filled and not yet released
[ ] 
Architecture Decision Record (ADR)
|
||||||||
| Date of First Response: | |||||||||
| Sprint: | Basel 58 | ||||||||
| Story Points: | 0 | ||||||||
| Team: | |||||||||
| Description |
|
In preparation for the library update of org.apache.commons:commons-lang3 to version 3.4, we add an import to the dependency management section of magnolia-project so that the version of commons-lang3 is only managed in one place. Depending on the module this update includes removal of already existing deps in depMan section or addition of the dep to modules themselves. |
| Comments |
| Comment by Maxime Michel [ 23/Aug/16 ] |
|
Doesn't seem to have anything to do with commons-lang3, but this doesn't compile against 5.4.9+ [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /Users/maxime/Documents/modules/backup/src/main/java/info/magnolia/module/backup/app/field/factory/RepeatMonthlySelectFieldFactory.java:[53,22] name clash: createDefaultValue(com.vaadin.data.Property<?>) in info.magnolia.module.backup.app.field.factory.RepeatMonthlySelectFieldFactory and createDefaultValue(com.vaadin.data.Property) in info.magnolia.ui.form.field.factory.AbstractFieldFactory have the same erasure, yet neither overrides the other [ERROR] /Users/maxime/Documents/modules/backup/src/main/java/info/magnolia/module/backup/app/field/factory/RepeatMonthlySelectFieldFactory.java:[52,5] method does not override or implement a method from a supertype [ERROR] /Users/maxime/Documents/modules/backup/src/main/java/info/magnolia/module/backup/app/field/factory/StartTimeSelectFieldFactory.java:[58,22] name clash: createDefaultValue(com.vaadin.data.Property<?>) in info.magnolia.module.backup.app.field.factory.StartTimeSelectFieldFactory and createDefaultValue(com.vaadin.data.Property) in info.magnolia.ui.form.field.factory.AbstractFieldFactory have the same erasure, yet neither overrides the other [ERROR] /Users/maxime/Documents/modules/backup/src/main/java/info/magnolia/module/backup/app/field/factory/StartTimeSelectFieldFactory.java:[57,5] method does not override or implement a method from a supertype |