Re: Gradle ‘gretty’ Plugin

2018-07-26 Thread Yash Sharma
Hello Mathieu, I have tried jRebel link: https://zeroturnaround.com/software/jrebel/ with IntelliJ. +1 Taher for the change in architecture from a single huge monolithic to some microservice hot swap (dynamic loading) flexible architecture. Thanks & Regards, Pradhan Yash Sharma On Thu,

Re: Welcome to Swapnil M. Mane as new committer!

2018-07-01 Thread Yash Sharma
Many Congratulations Swapnil !! Thanks & Regards, Pradhan Yash Sharma On Mon, Jul 2, 2018 at 9:12 AM Suraj Khurana < suraj.khur...@hotwaxsystems.com> wrote: > Many Congratulations Swapnil !! > > -- > Thanks and Regards, > Suraj Khurana | Omni-channel OMS Technical Ex

Re: Welcome to Suraj Khurana as new committer!

2018-07-01 Thread Yash Sharma
Many Congratulations Suraj !! Thanks & Regards, Pradhan Yash Sharma On Mon, Jul 2, 2018 at 9:10 AM Suraj Khurana < suraj.khur...@hotwaxsystems.com> wrote: > Thanks a lot everyone for your warm wishes !! > > -- > Best Regards, > Suraj Khurana | Omni-channel OMS Technic

Re: Welcome to Aditya Sharma as new committer!

2018-07-01 Thread Yash Sharma
Many Congratulations Aditya !! Thanks & Regards, Pradhan Yash Sharma On Mon, Jul 2, 2018 at 9:12 AM Suraj Khurana < suraj.khur...@hotwaxsystems.com> wrote: > Many Congratulations Aditya !! > > -- > Thanks and Regards, > Suraj Khurana | Omni-channel OMS Technical Ex

Re: New ASF Member from OFBiz Community

2018-05-02 Thread Yash Sharma
Many Congratulations Deepak! Thanks & Regards, -- *Pradhan Yash Sharma* On Thu, May 3, 2018 at 11:04 AM Vaibhav Jain <vaibhav.j...@hotwaxsystems.com> wrote: > Congratulations Deepak! > > Vaibhav Jain > Sr. Enterprise Software Engineer > HotWax Systems >

Re: Accessibility scope of variables in Java packages and modules

2018-05-01 Thread Yash Sharma
& Regards, -- *Pradhan Yash Sharma* On Tue, May 1, 2018 at 3:59 PM Taher Alkhateeb <slidingfilame...@gmail.com> wrote: > Hello Yash, > > So you are proving my point with your feedback. What do I mean by that? > > You are focusing on things like the below and then you

Re: Accessibility scope of variables in Java packages and modules

2018-04-30 Thread Yash Sharma
* I am not pen downing things, but yea I am really full on high energy to work on these front. Thanks & Regards, -- *Pradhan Yash Sharma* On Mon, Apr 30, 2018 at 11:37 AM, Yash Sharma <yash.sha...@hotwaxsystems.com > wrote: > Hello, > > Thank you for the response, I

Re: Accessibility scope of variables in Java packages and modules

2018-04-30 Thread Yash Sharma
g, Jigsaw <http://openjdk.java.net/projects/jigsaw/>, or Local Variable Type Inference <https://developer.oracle.com/java/jdk-10-local-variable-type-inference>, I am not penning dowing Thanks & Regards, -- *Pradhan Yash Sharma* On Sat, Apr 28, 2018 at 6:59 PM, Taher Alkhateeb <slidingfilame..

Re: buildbot failure in on ofbizTrunkFramework

2018-04-28 Thread Yash Sharma
Hello, I guess we need to fix test cases also and the implementation, for now, we can revert this revision #1830303 and commit a change in the implementation as well as test cases. I would be happy to help! Thanks & Regards, -- *Pradhan Yash Sharma* On Sat, Apr 28, 2018 at 5:53 PM, R

Re: Accessibility scope of variables in Java packages and modules

2018-04-19 Thread Yash Sharma
[OFBIZ-10348] Refactoring Variable Scope for org.apache.ofbiz.entity <https://issues.apache.org/jira/browse/OFBIZ-10348> P.S. Apart from this I am also working on performance matrix and will share it soon. Thanks & Regards, -- *Pradhan Yash Sharma* On Tue, Apr 17, 2018 at 11:28 AM, Yash

Re: Accessibility scope of variables in Java packages and modules

2018-04-17 Thread Yash Sharma
Thank you for the feedback I've created a Jira ticket OFBIZ-10343 <https://issues.apache.org/jira/browse/OFBIZ-10343> and I will add patches for the same for your review. Thanks & Regards, -- *Pradhan Yash Sharma* On Fri, Apr 13, 2018 at 5:50 PM, Taher Alkhateeb <slidingfilame

Accessibility scope of variables in Java packages and modules

2018-04-13 Thread Pradhan Yash Sharma
treams, Collector, and other functions to leverage implicit looping mechanism. -- Pradhan Yash Sharma

Re: Updates to EntityQuery

2017-10-25 Thread Yash Sharma
I am all up for it, please let me know if I could help. Thanks & Regards, -- *Pradhan Yash Sharma* *HotWax Systems* | www.hotwaxsystems.com On Wed, Oct 25, 2017 at 6:23 PM, Yash Sharma <yash.sha...@hotwaxsystems.com> wrote: > Yes, Usage of the stream will surely enhance performance

Re: Updates to EntityQuery

2017-10-25 Thread Yash Sharma
& Regards, -- *Pradhan Yash Sharma* *HotWax Systems* | www.hotwaxsystems.com On Wed, Oct 25, 2017 at 5:59 PM, Gareth Carter <gareth.car...@stannah.co.uk> wrote: > forUpdate > > We patched EntityFindOptions with a new field "forUpdate" with shorthand > methods in Ent

Re: Implement AutoCloseable interface in SQLProcessor Class

2017-10-12 Thread Yash Sharma
Thank You, Jacques, I have created a Jira Ticket for the same OFBIZ-9841 <https://issues.apache.org/jira/browse/OFBIZ-9841> and will provide the patch soon. On Thu, Oct 12, 2017 at 9:04 PM Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Le 12/10/2017 à 16:09, Yash

Implement AutoCloseable interface in SQLProcessor Class

2017-10-12 Thread Yash Sharma
Hello All, SQLProcessor class has a close method which does work of closing of ResultSet, PreparedStatement and Connection, we can use AutoCloseable interface to do that. Please share your thoughts. -- Thanks, *Pradhan Yash Sharma*

Re: Components loading twice while starting OFBiz

2017-10-06 Thread Yash Sharma
Hello Taher, Thanks for your quick response, I am a big fan of your work for that. Yes this behaviour exists in 14.12 also, I have created JIRA ticket for that OFBIZ-9827 <https://issues.apache.org/jira/browse/OFBIZ-9827>. Thanks & Regards, -- *Pradhan Yash Sharma* *HotW

Components loading twice while starting OFBiz

2017-10-06 Thread Yash Sharma
available but the point is slow system will submit few task more than once and faster vice versa) I am looking around this piece of code and trying to resolve this problem if someone else has gone through this please let me know. Thanks & Regards, -- *Pradhan Yash Sharma* *HotWax Sys

Re: [ANNOUNCE] The Big Book for Apache OFBiz Data Model 2017 Released

2017-10-04 Thread Yash Sharma
re is the link > <https://cwiki.apache.org/confluence/x/8ILK>. > > Cheers! > > *Aditya Sharma* | Enterprise Software Engineer > HotWax Systems <http://www.hotwaxsystems.com/> > <https://www.linkedin.com/in/aditya-sharma-78291810a/> > -- Thanks, *Pradhan Yash Sharma*

Re: [MODERATE EMAIL] Proposal to use Servlet annotations for configuration.

2017-09-26 Thread Yash Sharma
7 à 10:27, Jacques Le Roux a écrit : > > and certainly more things using @WebInitParam and @WebInitParam > Not sure what I wanted to add there :D > > Jacques > > -- Thanks, *Pradhan Yash Sharma*

Re: [MODERATE EMAIL] Proposal to use Servlet annotations for configuration.

2017-09-23 Thread Yash Sharma
ing list > > > > http://ofbiz.apache.org/mailing-lists.html > > > > > > Thanks & Regards > > -- > > Deepak Dixit > > www.hotwaxsystems.com > > www.hotwax.co > > > > > > -- Forwarded message -- > > From: Pradhan Yash

Re: Importance of programming in our community

2017-09-10 Thread Yash Sharma
UD service for the 100th time, think, maybe you > can factor out common code into a nice Java service with parameters. > - Why not replace all this wiring of events, services and ECAs and > very complex route with a simple single service? > > Do i make sense? Sorry if babbled a lot, and congratulations if you > made it to this line :) I'd love to hear your thoughts. > > Cheers, > > Taher Alkhateeb > -- Thanks, *Pradhan Yash Sharma*

Re: New ASF Members from OFBiz Community

2017-04-04 Thread Yash Sharma
ache.org> wrote: > > > Hi Everyone > > > > > > Please join me in congratulating Michael Brohl and Taher Alkhateeb as > > being invited to become members of the Apache Software Foundation. > > > > > > Congratulations Michael and Taher! > > > > > > Thanks > > > Sharan > > > > > > > > > -- Thanks & Regards, *Pradhan Yash Sharma* *HotWax Systems* | www.hotwaxsystems.com

Re: Welcome Swapnil Shah as a New Committer!

2017-02-14 Thread Yash Sharma
med testing on patches and new other > > functionality > > - The PMC would like to see a wide range of people from the community > > (developers and non-developers) recognised for their contributions to the > > project. > > > > Please join me in welcoming and congratulating Swapnil. > > > > Thanks > > Sharan > > > -- Thanks & Regards, *Pradhan Yash Sharma* *HotWax Systems* | www.hotwaxsystems.com

[jira] [Updated] (OFBIZ-7887) Remove unused variables from java files of order component

2016-07-16 Thread Pradhan Yash Sharma (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradhan Yash Sharma updated OFBIZ-7887: --- Attachment: OFBIZ-7887.patch > Remove unused variables from java files of or

[jira] [Commented] (OFBIZ-7887) Remove unused variables from java files of order component

2016-07-16 Thread Pradhan Yash Sharma (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380817#comment-15380817 ] Pradhan Yash Sharma commented on OFBIZ-7887: Removed unused variables from java files of order

[jira] [Created] (OFBIZ-7887) Remove unused variables from java files of order component

2016-07-16 Thread Pradhan Yash Sharma (JIRA)
Pradhan Yash Sharma created OFBIZ-7887: -- Summary: Remove unused variables from java files of order component Key: OFBIZ-7887 URL: https://issues.apache.org/jira/browse/OFBIZ-7887 Project: OFBiz

[jira] [Updated] (OFBIZ-7886) Remove unused variables from java files of workeffort component

2016-07-16 Thread Pradhan Yash Sharma (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradhan Yash Sharma updated OFBIZ-7886: --- Attachment: OFBIZ-7886.patch Removed unused variables from java files of workeffort

[jira] [Created] (OFBIZ-7886) Remove unused variables from java files of workeffort component

2016-07-16 Thread Pradhan Yash Sharma (JIRA)
Pradhan Yash Sharma created OFBIZ-7886: -- Summary: Remove unused variables from java files of workeffort component Key: OFBIZ-7886 URL: https://issues.apache.org/jira/browse/OFBIZ-7886 Project

[jira] [Updated] (OFBIZ-7885) Remove unused variables from java files of product component

2016-07-16 Thread Pradhan Yash Sharma (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradhan Yash Sharma updated OFBIZ-7885: --- Attachment: OFBIZ-7885.patch Removed unused variables from java files of product

[jira] [Created] (OFBIZ-7885) Remove unused variables from java files of product component

2016-07-16 Thread Pradhan Yash Sharma (JIRA)
Pradhan Yash Sharma created OFBIZ-7885: -- Summary: Remove unused variables from java files of product component Key: OFBIZ-7885 URL: https://issues.apache.org/jira/browse/OFBIZ-7885 Project

[jira] [Comment Edited] (OFBIZ-7884) Remove unused variables from java files of content component

2016-07-16 Thread Pradhan Yash Sharma (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380812#comment-15380812 ] Pradhan Yash Sharma edited comment on OFBIZ-7884 at 7/16/16 2:58 PM

[jira] [Updated] (OFBIZ-7884) Remove unused variables from java files of content component

2016-07-16 Thread Pradhan Yash Sharma (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradhan Yash Sharma updated OFBIZ-7884: --- Attachment: OFBIZ-7884.patch Removed unused variables from java files of accounting

[jira] [Created] (OFBIZ-7884) Remove unused variables from java files of content component

2016-07-16 Thread Pradhan Yash Sharma (JIRA)
Pradhan Yash Sharma created OFBIZ-7884: -- Summary: Remove unused variables from java files of content component Key: OFBIZ-7884 URL: https://issues.apache.org/jira/browse/OFBIZ-7884 Project

[jira] [Updated] (OFBIZ-7881) Remove unused variables from java files of accounting component

2016-07-16 Thread Pradhan Yash Sharma (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradhan Yash Sharma updated OFBIZ-7881: --- Assignee: (was: Pradhan Yash Sharma) > Remove unused variables from java fi

[jira] [Commented] (OFBIZ-7881) Remove unused variables from java files of accounting component

2016-07-16 Thread Pradhan Yash Sharma (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15380789#comment-15380789 ] Pradhan Yash Sharma commented on OFBIZ-7881: Removed unused variables from java files

[jira] [Updated] (OFBIZ-7881) Remove unused variables from java files of accounting component

2016-07-16 Thread Pradhan Yash Sharma (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradhan Yash Sharma updated OFBIZ-7881: --- Attachment: OFBIZ-7881.patch > Remove unused variables from java files of account

[jira] [Created] (OFBIZ-7881) Remove unused variables from java files of accounting component

2016-07-16 Thread Pradhan Yash Sharma (JIRA)
Pradhan Yash Sharma created OFBIZ-7881: -- Summary: Remove unused variables from java files of accounting component Key: OFBIZ-7881 URL: https://issues.apache.org/jira/browse/OFBIZ-7881 Project

[jira] [Updated] (OFBIZ-7592) Show price column in supplier product lookup during PO creation

2016-06-24 Thread Pradhan Yash Sharma (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradhan Yash Sharma updated OFBIZ-7592: --- Attachment: productfeature.patch Please find patch for the issue. > Show pr

[jira] [Commented] (OFBIZ-5402) Incorrect contact information displayed on purchase order view page

2016-06-18 Thread Pradhan Yash Sharma (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15337925#comment-15337925 ] Pradhan Yash Sharma commented on OFBIZ-5402: Hello, I was wondering which Contact Mech Purpose