I would like to use spring framework utility methods in java classes in xpert.ivy, like BeanUtils. But the library dependencies in the designer claim "org.springframework.beans" as discouraged / restricted. What would be the best way to use spring framework methods ?

asked 10.03.2014 at 12:11

Markus%20R%C3%BChrmair's gravatar image

Markus Rührmair
(suspended)
accept rate: 0%


We use some Spring libraries internally in the Xpert.ivy code base. It is used internally thus you get the discouraged / restricted warning. But the solution to your problem is simple, just copy the Spring jar with the BeanUtils into your project and it to the class path. This has even one more advantage, you do not need to rely on the version we provide but you can use any version you want. And update anytime you want.

Cheers Michael

link

answered 01.04.2014 at 08:58

MichaelD%C3%A4nzer's gravatar image

MichaelDänzer ♦
(suspended)
accept rate: 86%

Thank you. That's what I did!

(02.04.2014 at 08:56) Markus Rührmair Markus%20R%C3%BChrmair's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×52

Asked: 10.03.2014 at 12:11

Seen: 1,647 times

Last updated: 02.04.2014 at 08:56