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

Change "StandardTask" to "BasicTask" #94

Closed
nealkumar opened this issue Mar 6, 2020 · 0 comments · Fixed by #99
Closed

Change "StandardTask" to "BasicTask" #94

nealkumar opened this issue Mar 6, 2020 · 0 comments · Fixed by #99
Labels
concurrency lib Anything related to the JBrew Concurrency Library nomenclature Anything related to updating/modifying nomenclature.

Comments

@nealkumar
Copy link
Owner

No description provided.

@nealkumar nealkumar added concurrency lib Anything related to the JBrew Concurrency Library nomenclature Anything related to updating/modifying nomenclature. labels Mar 6, 2020
nealkumar added a commit that referenced this issue Mar 7, 2020
…d small unit tests for AbstractBlockingTask.java.
@nealkumar nealkumar linked a pull request Mar 8, 2020 that will close this issue
nealkumar added a commit that referenced this issue Mar 8, 2020
Updated Javadocs for the class header in TaskRegistry.java.
nealkumar added a commit that referenced this issue Mar 9, 2020
Updated Javadocs for the class header in TaskRegistry.java.
nealkumar added a commit that referenced this issue Mar 13, 2020
…0-alpha

Change log:
Added TaskQueues to the concurrency library.
Commit History:

=====================================================================================================================

Updated concurrency nomenclature as specified in #94.

Updated Javadocs for the class header in TaskRegistry.java.

Bump maven-site-plugin from 3.8.2 to 3.9.0

Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.8.2 to 3.9.0.
- [Release notes](https://github.com/apache/maven-site-plugin/releases)
- [Commits](apache/maven-site-plugin@maven-site-plugin-3.8.2...maven-site-plugin-3.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Created empty class, BoundedTaskQueue.java in org.jbrew.concurrent.

Wrote class header for BoundedTaskQueue.java.

Created the interface TaskQueue.java and defined the class header.

Finished defining the TaskQueue<T extends Task<? extends Object>> interface contract and writing the class & method headers.

Updated Javadocs for BlockingTaskQueue.java

Created AbstractTaskQueue.java, BoundedTaskQueue.java, and UnboundedTaskQueue.java.

Created class headers for BoundedTaskQueue.java and UnboundedTaskQueue.java.

Implemented AbstractBlockingTaskQueue#dequeue() template method using synchronized blocks and wait/notifyAll() patterns.

Updated nomenclature in AbstractBoundingTaskQueue.java to AbstractTaskQueue.java to more effectively describe its functionality.

updated a small portion of the concurrency nomenclature.

Added implementation for UnboundedTaskQueue.java.

Started implementation of BoundedTaskQueue#enqueue() method.

Finished implementation of BoundedTaskQueue#enqueue().

Added unit tests for AbstractBlockingTaskQueue#queue to check against null value.

Added unit tests for BoundedTaskQueue#queue to ensure that enqueue() blocks correctly.

Added unit tests for UnboundedTaskQueue#queue to ensure that enqueue() blocks correctly.

created new unit tests in AbstractBlockingTaskQueueTest.java targeting AbstractBlockingTaskQueue.java#dequeue.

Updated try-catch block in AbstractBlockingTaskQueue with a finer grained handling.

Created @UnderDevelopmentInvestigation annotation and tagged AbstractBlockingTaskQueue#dequeueDev with it.

Updated Javadoc for {@link org.jbrew.concurrent.AbstractBlockingTaskQueue#dequeueDev}.

Added unit tests for {@link org.jbrew.concurrent.AbstractBlockingTaskQueue#dequeue} with {@link java.lang.InterruptedException}.

Added unit tests for {@link org.jbrew.concurrent.AbstractBlockingTaskQueue#dequeueDev} with {@link java.lang.InterruptedException} using the Java Reflections API.

[maven-release-plugin] prepare release v0.1.0-alpha.1

[maven-release-plugin] prepare for next development iteration
nealkumar added a commit that referenced this issue Mar 13, 2020
…0-alpha

Change log:
Added TaskQueues to the concurrency library.
Commit History:

=====================================================================================================================

Updated concurrency nomenclature as specified in #94.

Updated Javadocs for the class header in TaskRegistry.java.

Bump maven-site-plugin from 3.8.2 to 3.9.0

Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.8.2 to 3.9.0.
- [Release notes](https://github.com/apache/maven-site-plugin/releases)
- [Commits](apache/maven-site-plugin@maven-site-plugin-3.8.2...maven-site-plugin-3.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Created empty class, BoundedTaskQueue.java in org.jbrew.concurrent.

Wrote class header for BoundedTaskQueue.java.

Created the interface TaskQueue.java and defined the class header.

Finished defining the TaskQueue<T extends Task<? extends Object>> interface contract and writing the class & method headers.

Updated Javadocs for BlockingTaskQueue.java

Created AbstractTaskQueue.java, BoundedTaskQueue.java, and UnboundedTaskQueue.java.

Created class headers for BoundedTaskQueue.java and UnboundedTaskQueue.java.

Implemented AbstractBlockingTaskQueue#dequeue() template method using synchronized blocks and wait/notifyAll() patterns.

Updated nomenclature in AbstractBoundingTaskQueue.java to AbstractTaskQueue.java to more effectively describe its functionality.

updated a small portion of the concurrency nomenclature.

Added implementation for UnboundedTaskQueue.java.

Started implementation of BoundedTaskQueue#enqueue() method.

Finished implementation of BoundedTaskQueue#enqueue().

Added unit tests for AbstractBlockingTaskQueue#queue to check against null value.

Added unit tests for BoundedTaskQueue#queue to ensure that enqueue() blocks correctly.

Added unit tests for UnboundedTaskQueue#queue to ensure that enqueue() blocks correctly.

created new unit tests in AbstractBlockingTaskQueueTest.java targeting AbstractBlockingTaskQueue.java#dequeue.

Updated try-catch block in AbstractBlockingTaskQueue with a finer grained handling.

Created @UnderDevelopmentInvestigation annotation and tagged AbstractBlockingTaskQueue#dequeueDev with it.

Updated Javadoc for {@link org.jbrew.concurrent.AbstractBlockingTaskQueue#dequeueDev}.

Added unit tests for {@link org.jbrew.concurrent.AbstractBlockingTaskQueue#dequeue} with {@link java.lang.InterruptedException}.

Added unit tests for {@link org.jbrew.concurrent.AbstractBlockingTaskQueue#dequeueDev} with {@link java.lang.InterruptedException} using the Java Reflections API.

[maven-release-plugin] prepare release v0.1.0-alpha.1

[maven-release-plugin] prepare for next development iteration
nealkumar added a commit that referenced this issue Mar 26, 2020
…0-alpha

Change log:
Added TaskQueues to the concurrency library.
Commit History:

=====================================================================================================================

Updated concurrency nomenclature as specified in #94.

Updated Javadocs for the class header in TaskRegistry.java.

Bump maven-site-plugin from 3.8.2 to 3.9.0

Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.8.2 to 3.9.0.
- [Release notes](https://github.com/apache/maven-site-plugin/releases)
- [Commits](apache/maven-site-plugin@maven-site-plugin-3.8.2...maven-site-plugin-3.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Created empty class, BoundedTaskQueue.java in org.jbrew.concurrent.

Wrote class header for BoundedTaskQueue.java.

Created the interface TaskQueue.java and defined the class header.

Finished defining the TaskQueue<T extends Task<? extends Object>> interface contract and writing the class & method headers.

Updated Javadocs for BlockingTaskQueue.java

Created AbstractTaskQueue.java, BoundedTaskQueue.java, and UnboundedTaskQueue.java.

Created class headers for BoundedTaskQueue.java and UnboundedTaskQueue.java.

Implemented AbstractBlockingTaskQueue#dequeue() template method using synchronized blocks and wait/notifyAll() patterns.

Updated nomenclature in AbstractBoundingTaskQueue.java to AbstractTaskQueue.java to more effectively describe its functionality.

updated a small portion of the concurrency nomenclature.

Added implementation for UnboundedTaskQueue.java.

Started implementation of BoundedTaskQueue#enqueue() method.

Finished implementation of BoundedTaskQueue#enqueue().

Added unit tests for AbstractBlockingTaskQueue#queue to check against null value.

Added unit tests for BoundedTaskQueue#queue to ensure that enqueue() blocks correctly.

Added unit tests for UnboundedTaskQueue#queue to ensure that enqueue() blocks correctly.

created new unit tests in AbstractBlockingTaskQueueTest.java targeting AbstractBlockingTaskQueue.java#dequeue.

Updated try-catch block in AbstractBlockingTaskQueue with a finer grained handling.

Created @UnderDevelopmentInvestigation annotation and tagged AbstractBlockingTaskQueue#dequeueDev with it.

Updated Javadoc for {@link org.jbrew.concurrent.AbstractBlockingTaskQueue#dequeueDev}.

Added unit tests for {@link org.jbrew.concurrent.AbstractBlockingTaskQueue#dequeue} with {@link java.lang.InterruptedException}.

Added unit tests for {@link org.jbrew.concurrent.AbstractBlockingTaskQueue#dequeueDev} with {@link java.lang.InterruptedException} using the Java Reflections API.

[maven-release-plugin] prepare release v0.1.0-alpha.1

[maven-release-plugin] prepare for next development iteration
nealkumar added a commit that referenced this issue Apr 4, 2020
…0-alpha

Change log:
Added TaskQueues to the concurrency library.
Commit History:

=====================================================================================================================

Updated concurrency nomenclature as specified in #94.

Updated Javadocs for the class header in TaskRegistry.java.

Bump maven-site-plugin from 3.8.2 to 3.9.0

Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.8.2 to 3.9.0.
- [Release notes](https://github.com/apache/maven-site-plugin/releases)
- [Commits](apache/maven-site-plugin@maven-site-plugin-3.8.2...maven-site-plugin-3.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Created empty class, BoundedTaskQueue.java in org.jbrew.concurrent.

Wrote class header for BoundedTaskQueue.java.

Created the interface TaskQueue.java and defined the class header.

Finished defining the TaskQueue<T extends Task<? extends Object>> interface contract and writing the class & method headers.

Updated Javadocs for BlockingTaskQueue.java

Created AbstractTaskQueue.java, BoundedTaskQueue.java, and UnboundedTaskQueue.java.

Created class headers for BoundedTaskQueue.java and UnboundedTaskQueue.java.

Implemented AbstractBlockingTaskQueue#dequeue() template method using synchronized blocks and wait/notifyAll() patterns.

Updated nomenclature in AbstractBoundingTaskQueue.java to AbstractTaskQueue.java to more effectively describe its functionality.

updated a small portion of the concurrency nomenclature.

Added implementation for UnboundedTaskQueue.java.

Started implementation of BoundedTaskQueue#enqueue() method.

Finished implementation of BoundedTaskQueue#enqueue().

Added unit tests for AbstractBlockingTaskQueue#queue to check against null value.

Added unit tests for BoundedTaskQueue#queue to ensure that enqueue() blocks correctly.

Added unit tests for UnboundedTaskQueue#queue to ensure that enqueue() blocks correctly.

created new unit tests in AbstractBlockingTaskQueueTest.java targeting AbstractBlockingTaskQueue.java#dequeue.

Updated try-catch block in AbstractBlockingTaskQueue with a finer grained handling.

Created @UnderDevelopmentInvestigation annotation and tagged AbstractBlockingTaskQueue#dequeueDev with it.

Updated Javadoc for {@link org.jbrew.concurrent.AbstractBlockingTaskQueue#dequeueDev}.

Added unit tests for {@link org.jbrew.concurrent.AbstractBlockingTaskQueue#dequeue} with {@link java.lang.InterruptedException}.

Added unit tests for {@link org.jbrew.concurrent.AbstractBlockingTaskQueue#dequeueDev} with {@link java.lang.InterruptedException} using the Java Reflections API.

[maven-release-plugin] prepare release v0.1.0-alpha.1

[maven-release-plugin] prepare for next development iteration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
concurrency lib Anything related to the JBrew Concurrency Library nomenclature Anything related to updating/modifying nomenclature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant