I have a question regarding Fast, previously when using fast build -r everything was fine but now when using it I get some Notes, this is the code that generates fast by default: package com.christianqf.videobackground;
@DesignerComponent(version = 2, versionName = β1.0β, description = βDeveloped by ChristianQF by Fast.β, iconName = βicon.pngβ)
public class VideoBackground extends AndroidNonvisibleComponent {
public VideoBackground(ComponentContainer container) {
super(container.$form());
}
@SimpleFunction(description = βReturns sum of two integer numbers.β)
public int SumNumber(int firstNumber, int secondNumber) {
return firstNumber + secondNumber;
}
}
And this is part of what comes out: - Note: duplicate definition of library class [org.apache.commons.pool2.PoolUtils]
Note: duplicate definition of library class [org.apache.commons.pool2.proxy.BaseProxyHandler]
Note: duplicate definition of library class [org.apache.commons.pool2.proxy.CglibProxyHandler]
Note: duplicate definition of library class [org.apache.commons.pool2.proxy.CglibProxySource]
Note: duplicate definition of library class [org.apache.commons.pool2.proxy.JdkProxyHandler]
Note: duplicate definition of library class [org.apache.commons.pool2.proxy.JdkProxySource]
Note: duplicate definition of library class [org.apache.commons.pool2.proxy.ProxiedKeyedObjectPool]
Note: duplicate definition of library class [org.apache.commons.pool2.proxy.ProxiedObjectPool]
Note: duplicate definition of library class [org.apache.commons.pool2.proxy.ProxySource]
Note: duplicate definition of library class [org.apache.commons.pool2.SwallowedExceptionListener]
Note: duplicate definition of library class [org.apache.commons.pool2.TrackedUse]
Note: duplicate definition of library class [org.apache.commons.pool2.UsageTracking]