[jira] [Commented] (GEOMETRY-3) Make Points and Vectors VALJOs

2018-07-18 Thread Matt Juntunen (JIRA)


[ 
https://issues.apache.org/jira/browse/GEOMETRY-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16548676#comment-16548676
 ] 

Matt Juntunen commented on GEOMETRY-3:
--

Ready to go now, [~erans]?

> Make Points and Vectors VALJOs
> --
>
> Key: GEOMETRY-3
> URL: https://issues.apache.org/jira/browse/GEOMETRY-3
> Project: Apache Commons Geometry
>  Issue Type: Improvement
>Reporter: Matt Juntunen
>Assignee: Matt Juntunen
>Priority: Minor
>
> Ensure that all Point and Vector classes meet the requirements for being 
> VALJOs as described here: 
> [http://blog.joda.org/2014/03/valjos-value-java-objects.html]. Some of this 
> work has already been done as part of  GEOMETRY-2. The classes to update are:
>  * o.a.c.geometry.euclidean.oned.Point1D/Vector1D
>  * o.a.c.geometry.euclidean.twod.Point2D/Vector2D
>  * o.a.c.geometry.euclidean.threed.Point3D/Vector3D
>  * o.a.c.geometry.spherical.oned.S1Point
>  * o.a.c.geometry.spherical.twod.S2Point
> Required changes include the following:
>  * Create static factory methods for creating instances using the "of" naming 
> convention.
>  * Make constructors private
>  * Add parse methods to return instances from "canonical" toString 
> representation
>  * Update all uses of the class to use the factory methods instead of the 
> constructor
>  
> Pull request: https://github.com/apache/commons-geometry/pull/4



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (COLLECTIONS-689) Link to Javadoc API broken

2018-07-18 Thread Richard Walker (JIRA)


 [ 
https://issues.apache.org/jira/browse/COLLECTIONS-689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Walker closed COLLECTIONS-689.
--

(The link _was_ version-agnostic, i.e.: 
https://commons.apache.org/proper/commons-collections/javadocs/api-release/)

I confirm that the new version-specific link does indeed work.

 

> Link to Javadoc API broken
> --
>
> Key: COLLECTIONS-689
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-689
> Project: Commons Collections
>  Issue Type: Bug
>  Components: Collection
>Affects Versions: 4.2
>Reporter: Richard Walker
>Priority: Minor
> Fix For: 4.3
>
>
> On the front page [https://commons.apache.org/proper/commons-collections/] in 
> the Documentation section, the link to the Javadoc API for "The current 
> release 4.2" is broken.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (CONFIGURATION-709) TOTP Configuration

2018-07-18 Thread Sebb (JIRA)


 [ 
https://issues.apache.org/jira/browse/CONFIGURATION-709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebb resolved CONFIGURATION-709.

Resolution: Information Provided

JIRA is not intended for such queries.

You should be asking this question on the Guacamole user list.
Please subscribe ask there.

> TOTP Configuration
> --
>
> Key: CONFIGURATION-709
> URL: https://issues.apache.org/jira/browse/CONFIGURATION-709
> Project: Commons Configuration
>  Issue Type: Bug
>  Components: Documentation
>Reporter: Telusula VV Durgaprasad
>Priority: Critical
>
> Hi,
> Can you please provide the configuration steps to implement TOTP on apache 
> guacamole.
> And also can you please provide the information for "guacamole.properties"  
> for TOTP configuration.
> Regards
> Prasad Telasula
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (TEXT-125) Not able to build the source code

2018-07-18 Thread Jayanth G H (JIRA)
Jayanth G H created TEXT-125:


 Summary: Not able to build the source code
 Key: TEXT-125
 URL: https://issues.apache.org/jira/browse/TEXT-125
 Project: Commons Text
  Issue Type: Bug
Affects Versions: 1.1
 Environment: Windows 10
JDK 1.8
Maven 3.3
Reporter: Jayanth G H


# Took source code from 
"https://github.com/apache/commons-text/tree/commons-text-1.1;
 # Trying to build using "mvn clean install"
 # Got the below error:
"[ERROR] Plugin org.jacoco:jacoco-maven-plugin:0.7.8 or one of its dependencies 
c
ould not be resolved: Failure to find org.jacoco:jacoco-maven-plugin:jar:0.7.8"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (BEANUTILS-500) Upgrade from Apache Commons Collections 3 to 4

2018-07-18 Thread Mark Symons (JIRA)


[ 
https://issues.apache.org/jira/browse/BEANUTILS-500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16547684#comment-16547684
 ] 

Mark Symons commented on BEANUTILS-500:
---

As in these (using mvnrepository links)?
 * [commons-collections 
4.2|http://mvnrepository.com/artifact/org.apache.commons/commons-collections4/4.2]
 
 * [commons-pool 
2.6.0|http://mvnrepository.com/artifact/org.apache.commons/commons-pool2/2.6.0] 
 

 If so, thanks for releasing these (i'll be able to use them straight away).

So, is beanutils 2.0 now closer? :)

 

> Upgrade from Apache Commons Collections 3 to 4
> --
>
> Key: BEANUTILS-500
> URL: https://issues.apache.org/jira/browse/BEANUTILS-500
> Project: Commons BeanUtils
>  Issue Type: Improvement
>  Components: Bean / Property Utils
>Affects Versions: 2.0.0
>Reporter: Dave Brosius
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: BEANUTILS-500.2.txt, BEANUTILS-500.3.txt, 
> BEANUTILS-500.txt
>
>
> uptake commons-collections4.
> The main difference is the removal of 'FastHashMap', and replacement with 
> ConcurrentHashMap.
> There are a few breaking changes for deprecated methods that return a 
> FastHashMap, that are exposed.
> I made them package private, and undeprecated them, thus 2.0



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (CONFIGURATION-709) TOTP Configuration

2018-07-18 Thread Telusula VV Durgaprasad (JIRA)
Telusula VV Durgaprasad created CONFIGURATION-709:
-

 Summary: TOTP Configuration
 Key: CONFIGURATION-709
 URL: https://issues.apache.org/jira/browse/CONFIGURATION-709
 Project: Commons Configuration
  Issue Type: Bug
  Components: Documentation
Reporter: Telusula VV Durgaprasad


Hi,

Can you please provide the configuration steps to implement TOTP on apache 
guacamole.

And also can you please provide the information for "guacamole.properties"  for 
TOTP configuration.

Regards

Prasad Telasula

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)