Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fields: Eliminate dependencies #17

Closed
minborg opened this issue Jun 25, 2020 · 3 comments
Closed

Fields: Eliminate dependencies #17

minborg opened this issue Jun 25, 2020 · 3 comments
Assignees
Labels
bug Something isn't working
Projects

Comments

@minborg
Copy link
Contributor

minborg commented Jun 25, 2020

Ideally, we should remove speedment dependencies.

module jpastreamer.field {
    requires com.speedment.common.invariant;
    requires transitive java.persistence;
    requires transitive com.speedment.common.tuple;
    requires transitive com.speedment.common.function;
    requires transitive com.speedment.common.annotation;
    requires transitive com.speedment.runtime.config;
    requires transitive com.speedment.runtime.compute;
    requires transitive com.speedment.runtime.typemapper;

    exports com.speedment.jpastreamer.field;
    exports com.speedment.jpastreamer.field.collector;
    exports com.speedment.jpastreamer.field.comparator;
    exports com.speedment.jpastreamer.field.exception;
    exports com.speedment.jpastreamer.field.expression;
    exports com.speedment.jpastreamer.field.method;
    exports com.speedment.jpastreamer.field.predicate;
    exports com.speedment.jpastreamer.field.predicate.trait;
    exports com.speedment.jpastreamer.field.trait;
    exports com.speedment.jpastreamer.field.util;
}
@minborg minborg added the bug Something isn't working label Jun 25, 2020
@minborg minborg added this to To do in 1.1.4 via automation Jun 25, 2020
@julgus julgus mentioned this issue Jun 26, 2020
@julgus julgus moved this from To do to In progress in 1.1.4 Jun 29, 2020
@julgus
Copy link
Member

julgus commented Jun 29, 2020

Removed dependencies on:

com.speedment.common.annotation
com.speedment.runtime.typemapper

@julgus
Copy link
Member

julgus commented Jun 29, 2020

Aslo eliminated:

com.speedment.common.tuple
com.speedment.runtime.config

@julgus
Copy link
Member

julgus commented Jun 30, 2020

Closing issue as remaining dependencies are necessary at this time.

@julgus julgus closed this as completed Jun 30, 2020
1.1.4 automation moved this from In progress to Done Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
1.1.4
  
Done
Development

No branches or pull requests

2 participants