Re: Public vs internal APIs - Mailing list pgsql-jdbc

From Vladimir Sitnikov
Subject Re: Public vs internal APIs
Date
Msg-id CAB=Je-EELAJfmyo0uCwXewLhvqgg216Xs72R4YxtPqeyU3o-Yw@mail.gmail.com
Whole thread Raw
In response to Re: Public vs internal APIs  ("Markus KARG" <markus@headcrashing.eu>)
Responses Re: Public vs internal APIs  ("Markus KARG" <markus@headcrashing.eu>)
List pgsql-jdbc
> instead restructuring the package hierarchy, as this is was it was invented for originally.

package-private is not enough.
Java9 will have modules for that, however we would have to live with
java8 for a while.

Which package would you suggest for org.postgresql.util.LruCache?

Vladimir


pgsql-jdbc by date:

Previous
From: "Markus KARG"
Date:
Subject: Re: Public vs internal APIs
Next
From: "Markus KARG"
Date:
Subject: Re: Public vs internal APIs