Development Environment
Developing custom field extensions in Java requires the supported Java version or later Standard Edition (SE) Java Development Kit (JDK).
To setup the development environment you can adopt the Gradle build script published with the example and follow the instructions to configure your IDE.
Alternatively you can setup the build manually by adding the following frameworks and libraries:
Framework/Library
Component
Version
3.4
jackson-core
2.9.x
jackson-databind
2.9.x
spring-core
5.2.x
spring-context
5.2.x
spring-beans
5.2.x
You also need the cb.jar files from the directory ~/CB-../tomcat/webapps/cb/WEB-INF/lib of the Codebeamer installation for which you want to develop new @CustomField extensions.
Was this helpful?